天天看點

删除WINXP WIN7 oem資訊

del C:\WINDOWS\system32\OemInfo.ini /f

del C:\WINDOWS\system32\OEMLINK.REG /f

del C:\WINDOWS\system32\OEMLINKICON.ICO /f

del C:\WINDOWS\system32\OemLogo.bmp /f

reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion" /v RegisteredOrganization /t REG_SZ /d test /f

reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion" /v RegisteredOwner /t REG_SZ /d user /f

reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\OEMInformation" /v Manufacturer /t REG_SZ /d test /f

reg add "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\OEMInformation" /v Model /t REG_SZ /d test1 /f

繼續閱讀