I’ve been updating my unattended windows deployment setup recently, and one of the things I wanted to enable was the slideshow wallpaper with the location set to my wallpapers location on my server. This isn’t as straight-forward as it ought to be, but after bit of fiddling around I figured out how to do it fairly simply.
2 parts are neede — a reg script and copying a file (which I do via a self-extracting archive file).
رج اسکرپٹ مندرجہ ذیل ہے
1 2 3 4 5 6 7 8 9 10 | Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\Personalization\Desktop Slideshow] “Interval”=dword:000927c0 “Shuffle”=dword:00000001 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Wallpapers] “SlideshowSourceDirectoriesSet”=dword:00000001 “BackgroundType”=dword:00000002 “SlideshowDirectoryPath1”=”/long-random-looking-string-goes-here” |
Note — you will need to set up the slideshow with the correct path on one of your پی سی and then export the value for “SlideshowDirectoryPath1” from your registry for this to work
دوسرا حصہ سلائڈ شو.ini نامی ایک فائل کاپی کرنا ہے (also after setting up your own slideshow) جس میں رہتا ہے %appdata%\Microsoft\Windows\Themes
The contents of this file contain an encoded reference to the location of your slideshow I believe.
Once you have copied the file and imported the reg file you just need to restart explorer or wait for the interval period to pass (میرا سیٹ ہے 10 منٹ) and I have shuffle turned on — your values may be different if you set them differently and export the changed values from the registry
I have put my slideshow.ini into a self-extracting exe that extracts to (اور خاموشی سے زیادہ لکھتے ہیں) %appdata%\Microsoft\Windows\Themes
. میں پھر چلتا ہوں اپنا 2 commands using the following SynchronousCommands in my ImageUnattend.xml
1 2 3 4 5 6 7 8 9 10 | <SynchronousCommand wcm:action=“add”> <Order>6</Order> <Description>Set slideshow location</Description> <CommandLine>c:\extras\slideshow.exe</CommandLine> </SynchronousCommand> <SynchronousCommand wcm:action=“add”> <Order>7</Order> <Description>Enable slideshow</Description> <CommandLine>c:\extras\elevate -c reg import c:\extras\slideshow.reg</CommandLine> </SynchronousCommand> |
For more information about my use of the command “elevate” and having files in the c:\extras folder please read my previous article about how I used a “بیچ اسکرپٹ محفوظ DHCP نام کی بنیاد پر پی سی کا نام تبدیل کریں"
ہم کچھ یاد ہے لگتا ہے? ہم سے ذیل میں تبصرہ کی طرف سے بتائیں. آپ کے سبسکرائب کرنا چاہتے ہیں تو سب سے اوپر دائیں مینو پر لنک سبسکرائب استعمال کریں. آپ بھی ذیل سماجی روابط کا استعمال کرتے ہوئے کی طرف سے اپنے دوستوں کے ساتھ اس کا اشتراک کر سکتے ہیں. چیرس.
جواب چھوڑیں