稍微改下,bat+reg混编,保存为批处理文件运行即可- Windows Registry Editor Version 5.00
- ;cls&@echo off
- ;regedit /s "%~f0"
- ;echo;导入完成&ping -n 2 0 >nul&exit/b
- [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\OEMInformation]
- "Logo"="c:\\windows\\system32\\oobe\\logo.bmp"
- "Manufacturer"="Dell Inc."
- "Model"="Inspiron 15R SE 7520"
- "SupportHours"="工作日8:30-21:00(周六为工作日).节假日休息"
- "SupportPhone"="800-858-2969 400-886-8611"
- "SupportURL"="http://supportapj.dell.com/support/index.aspx?c=cn&l=zh&s=gen"
- "HelpCustomized"=dword:00000000
复制代码
|