首页 > 代码库 > 删除WINXP WIN7 oem信息

删除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

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

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


本文出自 “@快速畅通@” 博客,请务必保留此出处http://speediness.blog.51cto.com/760841/1878389

删除WINXP WIN7 oem信息