Backup Registry
REG EXPORT HKLM\Software\Microsoft\COM3 %temp%\com.reg /y
Change Registry Key
REG ADD HKLM\Software\Microsoft\COM3 /v REGDBVersion /t REG_BINARY /d 010000 /f
Move Computer to New OU
wscript.exe Move_Comp_To_OU.vbs “OU=New,OU=Computers,OU=XX,DC=XX,DC=XX”
Disable 64-bit file system redirection
PKG_XX_OSD_Scripts
XX.XX\srv-dom
Restore Registry Backup
REG IMPORT %temp%\com.reg
Leave a Reply