码迷,mamicode.com
首页 > Windows程序 > 详细

删除WINXP WIN7 oem信息

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

标签:删除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信息

标签:删除winxp win7 oem信息

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!