DIY मीडिया होम लोगो

अपनी खुद की होम थिएटर और हाय-Fi सेटअप डिजाइन और बनाने के लिए परम साइट.

3स्क्रिप्ट के साथ विंडोज़ डेस्कटॉप स्लाइड शो सक्षम करें

I’ve been updat­ing my unat­ten­ded win­dows deploy­ment setup recently, and one of the things I wanted to enable was the slideshow wall­pa­per with the loc­a­tion set to my wall­pa­pers loc­a­tion on my serv­er. This isn’t as straight-for­ward as it ought to be, but after bit of fid­dling around I figured out how to do it fairly simply.

2 parts are neede — a reg script and copy­ing a file (which I do via a self-extract­ing archive file).

reg स्क्रिप्ट इस प्रकार है

विंडोज रजिस्ट्री संपादक संस्करण 5.00

[HKEY_CURRENT_USERकंट्रोल पैनलनिजीकरणडेस्कटॉप स्लाइड शो]
"मध्यान्तर"=शब्द:000927सी0
"मिश्रण"=शब्द:00000001

[HKEY_CURRENT_USERSOFTWAREMicrosoftWindowsCurrentVersionExplorerवॉलपेपर]
"स्लाइड शोस्रोतनिर्देशिकासेट"=शब्द:00000001
"पृष्ठभूमि प्रकार"=शब्द:00000002
"स्लाइड शोडायरेक्टरीपाथ1"="/लंबे-यादृच्छिक-दिखने-स्ट्रिंग-गो-यहाँ"

Note — you will need to set up the slideshow with the cor­rect path on one of your पीसी and then export the value for “SlideshowDirectoryPath1” from your registry for this to work

दूसरा भाग स्लाइडशो नामक फ़ाइल की प्रतिलिपि बनाना है। ini (also after set­ting up your own slideshow) जो में रहता है %appdata%\Microsoft\Windows\Themes

The con­tents of this file con­tain an encoded ref­er­ence to the loc­a­tion of your slideshow I believe.

Once you have copied the file and impor­ted the reg file you just need to restart explorer or wait for the inter­val peri­od to pass (मेरा सेट है 10 minutes) and I have shuffle turned on — your val­ues may be dif­fer­ent if you set them dif­fer­ently and export the changed val­ues from the registry

I have put my slideshow.ini into a self-extract­ing exe that extracts to (और चुपचाप ओवर-राइट) %appdata%\Microsoft\Windows\Themes. मैं फिर अपना चलाता हूं 2 com­mands using the fol­low­ing Syn­chron­ousCom­mands in my ImageUnattend.xml

<सिंक्रोनस कमांड wcm:क्रिया ="जोड़ना">
  <गण>6</गण>
  <विवरण>स्लाइड शो स्थान सेट करें</विवरण>
  <कमांड लाइन>सी:\अतिरिक्तslideshow.exe</कमांड लाइन>
</सिंक्रोनस कमांड>
<सिंक्रोनस कमांड wcm:क्रिया ="जोड़ना">
  <गण>7</गण>
  <विवरण>स्लाइड शो सक्षम करें</विवरण>
  <कमांड लाइन>सी:\अतिरिक्त  एलिवेट -सी reg आयात c:\अतिरिक्तslideshow.reg</कमांड लाइन>
</सिंक्रोनस कमांड>

For more inform­a­tion about my use of the com­mand “elev­ate” and hav­ing files in the c:\extras folder please read my pre­vi­ous art­icle about how I used a “आरक्षित डीएचसीपी नाम के आधार पर पीसी का नाम बदलने के लिए बैच स्क्रिप्ट"

उत्तर छोड़ दें

3 टिप्पणियाँ

Jजेम्स

Seems Microsoft has changed some­thing, or they don’t do it the same for all con­fig­ur­a­tions. When I turn on slid­show for my ref­er­ence PC, there is no slideshow.ini file to copy in %appdata%\Microsoft\Windows\Themes. Instead, to files get cre­ated named transcoded_000 and transcoded_001.

It’s almost like Microsoft does­n’t want us to be able to eas­ily con­trol slideshow using scripts.

जवाब दें
जे एसजॉन Scaife

Hi James
These instruc­tions were for Win­dows 10 — they still seem to work for that. Are you using win­dows 11? If so no doubt Microsoft will have changed things for no good reason
Also note — I had to cre­ate a slideshow for these files and set­tings to appear. I then copied the file to oth­er machines to make this work. So if you haven’t first set up a slide show then I guess the ini file won’t exist

जवाब दें