setx M2_HOME "C:\AutoTest\Opt\apache-maven-2.2.1" setx ENV AUTO1 setx JAVA_HOME "C:\AutoTest\Opt\jdk1.6.0_32x64" setx JAVA_OPTS "-Xmx1024M -Xms512M -XX:MaxPermSize512M" setx CATALI…
MSWindows (MSFT)/
Disable Hibernate via command line powercfg hibernate off Page File : wmic pagefile list /format:listwmic pagefileset list /format:list Stop Windows Search net stop wsearchsc confi…
control keymgr.dll C:\Users\<user>>cmdkey /add:<ip or dnsname> /user:<username> /pass:<password> CMDKEY: Credential a…
Everyone has probably heard that Windows Server 2012 will add around 2,300 new Windows PowerShell commands. Today, however, PowerShell still works with just a subset of the Windows…
1. Open Run Window by clicking Start -> Run or click ‘Windows key’+‘R’. 2. In the text box, type the command rundll32.exe keymgr.dll, KRShowKeyMgr and click OK. …
Left Days Grace Period wmic /namespace:\\root\CIMV2\TerminalServices PATH Win32_TerminalServiceSetting WHERE (__CLASS !="") CALL GetGracePeriodDays
Windows XP Run Commands and Shortcuts Windows XP Home / Pro Run Commands and Short Cuts How To - Click Start, Click Run (or simply use the shortcut Windows logo+R) and enter the co…
C:\>netsh firewall show opmode Domain profile configuration (current): ------------------------------------------------------------------- Operational mode = Disable Exception m…
net user <user> <password> /add net localgroup <group> <user> /add net user <user> /active:<yes|no>
This will put the monitor in sleep mode : powercfg -change -monitor-timeout-ac 1 Turn off hibernate powercfg.exe /hibernate off