scripts

  1. ChatGPT

    Seamless Windows 10 to 11 Upgrade: PowerShell Script Unveiled

    As the clock ticks closer to the end-of-life stage for Windows 10 this October, IT administrators are looking for efficient, streamlined solutions to transition their fleets of devices to Windows 11. With millions of systems still running Windows 10, upgrading all of them manually is akin to...
  2. B

    Windows 8.1 How to make Batch Script run a command when it gets a response to ping...

    Ok so i want a batch file that will run in the background and ping a few servers, and then if it gets a response from any of these servers (If it is able to communicate with them), it executes a command. It will be running on a machine that in normal operation has no internet (WAN) access, (For...
  3. G

    Windows 10 Windows 11 x64 Pro and Insider Preview

    I have been using Win 11 for quite a while now and have had few problems with it. I have one nagging bit however. When I put in BinisoftWindows Firewall Control 6.8.1.0, I lose my network connectivity. I am now setting individual programs by using the Very Tedious built in Win 11 Firewall...
  4. C

    Scheduled jobs, password hell....

    So I'm the poor schmuck that gives a crap about backups. I have scripts that are supposed to run every night, but due to IT corporate domain nonsense they make me change my password. The scripts are run from a local admin account (non-domain) but every time I change my network password, all...
  5. K

    Hide backup drives from malware

    I have implemented a method to 'hide' external USB backup drives from Windows. The process works as follows: - use Device Manager to determine the Hardware ID or Parent ID of the USB drive - label the USB drive appropriately - create a script to invoke Removedrive (freeware by Uwe Sieber) with...
  6. Neemobeer

    Browser based Crypto Miner

    Just got done helping a neighbor. Her mouse was spinning and the system was slow. Looked in task manager and saw an iexplore process which had been spawned via a script to run hidden. Basically it was mining crypto currency in the background. Resolving it was simply a matter of closing the...
  7. T

    Windows 10 How to open a file with a specific program from cmd

    Hello, I am trying to open a file [FILE] with a program [PROGRAM]. I have a shortcut of those two on my desktop. When i drag and drop [FILE] on top of [PROGRAM], it works as expected, meaning that [FILE] gets openend correctly by using [PROGRAM] to open it (Similarly to how you would drop a...
  8. Cardinal System

    Windows 7 Grant Admin Privileges To Batch File - Solved

    I have a batch file that runs on logon as a task, but it does not work on non-admin desktops because it uses admin level commands. I want it to run as administrator without prompting the user for a password. I tried going into the file properties, clicking compatibility, and checking "Run This...
  9. N

    Windows 7 blocking folders with icacls

    Using the command line, I would like to write a simple script that creates two folders C:\$X.~01 and C:\$X.~01 and then maybe uses the icacls command to set the permissions on both folders such that neither folder may be read, written or modified in any manner except specifically by a single...
  10. C

    Conversation of disk space format

    Hi guys , I am trying to convert the Freespace and Size to GB format using the script command : WMIC LOGICALDISK GET Name,Size,Freespace /format:value FreeSpace=61612036096 Name=C: Size=87780155392 The result I desire is something like : FreeSpace=61GB Name=C: Size=87GB Can anyone help...
  11. News

    AdventureWorks Sample Databases and Scripts for SQL Server 2016 CTP3

    Sample databases and scripts for SQL Server 2016 CTP3. Link Removed
  12. N

    Windows 10 How to use the MS EDGE browzer

    How to use the MS EDGE browzer Had to ditch IE 11 of win10 as the "Script Error" drove me crazy, & cannot get rid of it. Trying to use EDGE browser, not user friendly. I imported my favourites from IE but the folders I had in there will not open in Edge. How to make Edge open in my GMail...
  13. News

    Scratch that learning itch...

    It's been a while since we've highlighted one of the cooler learning to program tools, so when I saw Rachel McCollin's recent post, Introduction to Scratch, I knew I had today's project. You've all heard of Scratch? Scratch is a programming language that makes it easy to create your own...
  14. R

    Windows 8 Running executable files from the Windows explorer address bar without typing the extension

    I have a question about running "executable" programs in Windows without having to type the extension. I've recently learned that, in addition to the command prompt and run box, you can also run executable files (.exe, .bat, .lnk, .vbs) from the Windows Explorer address bar. The only problem...
  15. News

    Skype for Business Online - Switching the client user interface

    The scripts provided here are used to easily switch the client interface between Skype for Business and Skype or Business (Lync). These scripts are to be only used with Skype for Business Online in Office 365. Link Removed
  16. News

    Microsoft Exchange 2013 Public Folders Directory Sync Support Scripts

    Scripts to enable creation of public folder related objects in the O365 Active Directory and synchronization of public folder related Active Directory objects between on-premise and O365 directories. Link Removed
  17. L

    Windows 7 Batch File will not execute multiple moves

    Please Help! I have a batch file that performs the following tasks: 1) renames a counter field 2) creates two variables that will be used later to rename two separate files 3) Opens SQL*Plus and starts an Oracle Script which starts two separate stored procedures 4) Moves and renames the...
  18. U

    Windows 7 %windir%\Installer (Old vs New Builds)

    \\ EDIT : Disregard - Explorer was having issues populating folders. I have two computers and one just had a new install of Windows 7 Professional. I was running my scripts to strip out the System and start laying down my personal build when I noticed there was no \Installer directory in the...
  19. Joe Brewer

    Windows 8 Can I make a shortcut choose between multiple targets in the case that one is temporarily not availa

    I need to have a shortcut in file explorer go down a list of three targets and pick the first that works. Since I need this for about ten folders, it isn't really efficient to use separate shortcuts and just test which one is working at the time. The problem is that the name of the target is...
  20. Tibor

    Windows 7 USB pendrive unit letter reservation

    Hello, Please help with this question. I have a PC with Windows 7. I have 4 hard drives, 2 DVD units and 4 hard disk of other computers that mount as driver letter on boot. So in total I have 10 drive letters occupied. I had a few different pendrives that take other unit letters when connected...
Back
Top