Posted by Billy.F in March 17, 2010
Posted by Billy.F in March 14, 2010
We can create a Schedule job to run the following command hourly:
“C:\Program Files\Microsoft Security Essentials\MpCmdRun.exe –SignatureUpdate”
Posted by Billy.F in February 18, 2010
Posted by Billy.F in February 18, 2010
Posted by Billy.F in February 17, 2010
wmic qfe list full /format:htable >C:\WindowsPatches.htm
Wait for few seconds, and then open the ‘C:\WindowsPatches.htm’ file which contains the list of patches installed on your computer.
To list the IDs of all the patches/hotfix installed:
wmic qfe get [...]
Posted by Billy.F in December 27, 2009
Open a network share with different credential
runas /u:domain\username “explorer \\server\share, /separate”
running the application in user profile by different credential
runas.exe /noprofile /user:administrator cmd
Posted by Billy.F in December 27, 2009
Quick Run command to Open My Computer
1. Press Win + R keys to open Run box (or Click Start > Run).
2. Type “…” and press Enter key.
Posted by Billy.F in December 8, 2009
Posted by Billy.F in December 8, 2009
Enabling Windows Firewall
Click Start, Run and type:
Netsh firewall set opmode enable
Disabling Windows Firewall
Click Start, Run and type:
Netsh firewall [...]
Posted by Billy.F in November 30, 2009
DropMyRights
DropMyRights is a tool written by Michael Howard that allows administrators to run internet-facing applications (such as email clients and web browsers) as a non-administrator. You can read about it and download it from his MSDN article “