Is this a safe script for installing several desktop theme packs at once? I have a 64 bit CPU. the name of the file is _Install ThemePacks.cmd
@echo off
for %%z in (*.themepack) do (
%SystemRoot%\system32\rundll32.exe %SystemRoot%\system32\shell32.dll,Control_RunDLL %SystemRoot%
\system32\desk.cpl desk,@Themes /Action:OpenTheme /file:"%%z"
rem Should delay about 9 seconds to give the theme time to extract and install before moving on.
ping 1.0.0.0 -w 1000 -n 9 > nul
)
echo Done! Press any key to exit script . . .
pause>
@echo off
for %%z in (*.themepack) do (
%SystemRoot%\system32\rundll32.exe %SystemRoot%\system32\shell32.dll,Control_RunDLL %SystemRoot%
\system32\desk.cpl desk,@Themes /Action:OpenTheme /file:"%%z"
rem Should delay about 9 seconds to give the theme time to extract and install before moving on.
ping 1.0.0.0 -w 1000 -n 9 > nul
)
echo Done! Press any key to exit script . . .
pause>
My Computer
At a glance
W10 32 bit, XUbuntu 18.xx 64 bitIntel(R) Celeron(R) CPU G1620T @ 2.40GHz, 240...4GBIntel HD graphics
- Computer type
- PC/Desktop
- Computer Manufacturer/Model Number
- Dell All in one Inspiron 2020
- OS
- W10 32 bit, XUbuntu 18.xx 64 bit
- CPU
- Intel(R) Celeron(R) CPU G1620T @ 2.40GHz, 2400 Mhz
- Motherboard
- Dell
- Memory
- 4GB
- Graphics Card(s)
- Intel HD graphics
- Sound Card
- High Definition Audio Device
- Monitor(s) Displays
- 20 inch Screen
- Screen Resolution
- W7=1280 x 720 & Linux Mint Xfce=1360 x 768
- Hard Drives
- 500 GB hard drive
- Keyboard
- Usb
- Mouse
- Usb
- Internet Speed
- High-Speed
- Antivirus
- MSE
- Browser
- Main Browser Firefox
- Other Info
- I have done a clean install of Windows 7 using Dell re-installation disk (Dell sent me one). I also use Free Macrium reflect backup and restore.