This is comment for paste
Windows-11-Deskthemepack-Compiler.ps1
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Powershell Script using WinForms to build Windows 11 deskthemepacks using a graphical GUI. Allows for packaging wallpapers, cursors, and sounds. Simply provide the folders with the required assets, select the color modes, and optionally set the slideshow settings.
- A screenshot can be found here: https://previews.alekeagle.me/-mEhr1ZCIb.png
- --------------------------------------------------------------------------------------------------------------------------------------------
- Cursors and sounds need to be named properly for this script to map them to the correct paths.
- Here is a list of valid cursor file names:
- - appstarting.ani
- - wait.ani
- - arrow.cur
- - crosshair.cur
- - hand.cur
- - help.cur
- - ibeam.cur
- - no.cur
- - nwpen.cur
- - person.cur
- - pin.cur
- - sizeall.cur
- - sizenesw.cur
- - sizens.cur
- - sizenwse.cur
- - sizewe.cur
- - upparow.cur
- Here is a list of valid sound file names:
- - change-theme.wav
- - critical-battery-alarm.wav
- - critical-stop.wav
- - default-beep.wav
- - desktop-mail-notification.wav
- - device-connect.wav
- - device-failed-to-connect.wav
- - exclamation.wav
- - low-battery-alarm.wav
- - restore-down.wav
- - restore-up.wav
- - uac.wav
- - windows-logoff.wav
- - windows-logon.wav
- The names listed above are not the only names accepted. But they do give a general example of the naming schemes required to ensure the cursors and sounds are mapped correctly. The script uses the names of the files to determine the correct mapping. So the names need to be correct for each cursor and sound file.
Advertisement
Add Comment
Please, Sign In to add comment