Nimbi
Jul 19th, 2026
1
0
Never
This is comment for paste Windows-11-Deskthemepack-Compiler.ps1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 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.
  2.  
  3. A screenshot can be found here: https://previews.alekeagle.me/-mEhr1ZCIb.png
  4.  
  5. --------------------------------------------------------------------------------------------------------------------------------------------
  6.  
  7. Cursors and sounds need to be named properly for this script to map them to the correct paths.
  8.  
  9. Here is a list of valid cursor file names:
  10.  
  11. - appstarting.ani
  12. - wait.ani
  13. - arrow.cur
  14. - crosshair.cur
  15. - hand.cur
  16. - help.cur
  17. - ibeam.cur
  18. - no.cur
  19. - nwpen.cur
  20. - person.cur
  21. - pin.cur
  22. - sizeall.cur
  23. - sizenesw.cur
  24. - sizens.cur
  25. - sizenwse.cur
  26. - sizewe.cur
  27. - upparow.cur
  28.  
  29. Here is a list of valid sound file names:
  30.  
  31. - change-theme.wav
  32. - critical-battery-alarm.wav
  33. - critical-stop.wav
  34. - default-beep.wav
  35. - desktop-mail-notification.wav
  36. - device-connect.wav
  37. - device-failed-to-connect.wav
  38. - exclamation.wav
  39. - low-battery-alarm.wav
  40. - restore-down.wav
  41. - restore-up.wav
  42. - uac.wav
  43. - windows-logoff.wav
  44. - windows-logon.wav
  45.  
  46.  
  47. 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