Advanced Search
Search Results
45 total results found
Local User Accounts
User Commands net user /add [*username] [password] net user /delete [username] {/domain} Note: Following the add command with a /Y will allow passwords longer than 14 characters without the additional qustion. Group Commands net localgroup administrat...
Time Sync Settings
This article gives the commands to set the Time Authority and runs a sync for the Windows Clock To be executed in Powershell or Command Prompt Check current time and date get-date -format "{dd-MMM-yyyy HH:mm}" Update Time Sync Server Method 1 w32tm /c...
How to Determine Which Version of Microsoft .NET Framework Installed
To check what version of .Net installed on the machine, follow steps below: From the Command Line of the machine in question, execute the following command. reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\full" /v version The res...