首页 > Windows开发 > 详细

删除WINXP WIN7 oem信息

时间:2016-12-01 15:08:15      阅读:274      评论:0      收藏:0      [点我收藏+]

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信息

原文:http://speediness.blog.51cto.com/760841/1878389

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!