creating vbscript to change defualt wallpaper on win7home machines

后端 未结 2 410
再見小時候
再見小時候 2021-01-07 04:20

Need help making this script true. i beleave the first part is done file, but registry needs to be reflected from information 4-8 thank you.

1 \'this vbscript should

2条回答
  •  广开言路
    2021-01-07 05:08

    Try this one from spicework forum:

    reg.exe load HKU\DefUser "C:\Documents and Settings\Default User\ntuser.dat"
    reg.exe add "HKU\DefUser\Control Panel\Desktop" /v Wallpaper /d "c:\windows\wallpaper\desktop.bmp" /f
    reg.exe unload HKU\DefUser
    

    The link is here: http://community.spiceworks.com/scripts/show/327-batch-file-to-set-the-default-wallpaper

提交回复
热议问题