tips and scripts
A blog for publishing IT tips and scripts that we use on a day to day basis.
Search This Blog
Wednesday, November 30, 2011
BurFlags
Non-Authoritative Restore
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restore\Process at Startup]
"BurFlags"=dword:000000d2
Authoritative Restore
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NtFrs\Parameters\Backup/Restore\Process at Startup]
"BurFlags"=dword:000000d4
use this text to create a .reg file.
Tuesday, November 29, 2011
Allow System State Backup to any drive on a server running Windows Backup
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wbengine\SystemStateBackup]
"AllowSSBToAnyVolume"=dword:00000001
copy this text into a txt file and name it .reg
Batch file to set NTP server to pool.ntp.org
w32tm /config /manualpeerlist:"0.pool.ntp.org 1.pool.ntp.org 2.pool.ntp.org pool.ntp.org",0×8 /syncfromflags:MANUAL /reliable:yes
w32tm /config /update
net stop w32time
net start w32time
w32tm /resync /rediscover
pause
Subscribe to:
Posts (Atom)