1. net stop w32time
2. w32tm /config /syncfromflags:manual /manualpeerlist:”0.pool.ntp.org, 1.pool.ntp.org, 2.pool.ntp.org”
3. w32tm /config /reliable:yes
4. net start w32time
5. w32tm /query /configuration
takeown /f C:\Windows\System32\vmwp.exe cacls C:\Windows\System32\vmwp.exe /G YOUR-USER-NAME-HERE:F
“DevCon” Great tool from Microsoft.
I need a tool that could detect USB devices without haven’t to physically removal and reinsert the device, in my case, a usb touch screen.
http://support.microsoft.com/kb/311272
As Microsoft Describes it
“The DevCon utility is a command-line utility that acts as an alternative to Device Manager. Using DevCon, you can enable, [...]
After installing Boot Camp macbook wanted to boot into Windows everytime.
Hold the option key while booting will prompt you to select from the desired partition. Don’t forget to set your startus disk to the macos partition.
HiS SlyneSS
grep -r [string] [file]
wildcards are permitted “*”
ex. grep -r “find string” *
Quick command if you need to remove all emails in your qmail queue
qmailctl stop
find /var/qmail/queue/mess -type f -exec rm {} \;
find /var/qmail/queue/info -type f -exec rm {} \;
find /var/qmail/queue/local -type f -exec rm {} \;
find /var/qmail/queue/intd -type f -exec rm {} \;
find /var/qmail/queue/todo -type [...]
Categories
December 2024 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31