| 
 | 
3#
 
 
 楼主 |
发表于 2010-6-11 17:36:44
|
只看该作者
 
 
 
感谢wowfans回答,巳解决 
 
开启壁纸自动换和注册开机启动.CMD 
start bgswitch.exe 
REG ADD "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v bgswitch /d C:\WINDOWS\system32\bgswitch.exe 
 
关闭壁纸自动换和注册开机启动.CMD 
taskkill /f /im bgswitch.exe 
REG delete "HKCU\Software\Microsoft\Windows\CurrentVersion\Run" /v bgswitch /f |   
 
 
 
 |