Command Line Windows User Account Management using the Command Line Some friends of mine asked me to provide them one of my scripts that does the following things: Creates a user account on the local computer. Creates the user account’s password. Adds the user to the local administrator group. First, I will show
Batchfile An Office 2010 KMS Activation Issue, and the fix! I decided to upgrade my work PC to Windows 7 Enterprise, 64 bit with Service Pack 1 integrated. I sure am special, aren’t I? (Don’t answer that question ). Anywhoo, a problem came up after I manually installed Office Professional Plus 2010. After
Batchfile Windows Powershell Script - Scan for active IP addresses in a Subnet then execute a batch file using PSEXEC *** Disclaimer: This is a modified script originally posted on ComputerPerformance.co.uk. The original script is under Example 4. All credit for this script goes to the guys at ComputerPerformance.co.uk.located here Ah yes, more administrative scripting. I have been using VBScript
Batchfile How to change the Time Zone from the Windows Command Line I am on a roll tonight with command line info! This time, we will learn how to execute a command from the Windows command line that will change the time zone on the fly. To change the time zone to Central Standard Time in
Administrative Tools Change the Windows Workgroup Name from the Command Line I have been tasked with changing the WORKGROUP name to something different on several computers. Unfortunately, it can take upwards of 10 minutes to do this manually. It is time to use an administrative script to do the job for me! Make sure to