Monday, June 12, 2017

How to reset theme back to window 7 through command line






Is there a way to change themes from the command-line, without showing the "Personalization" window?



If you are looking change theme by command line so please use below batch script to change theme.

Please save this script as theme_change.bat and run the script and see the magic.

This script will be very helpful when you are trying to change in remote desktop computer.

For Basic Theme:


rundll32.exe %SystemRoot%\system32\shell32.dll,Control_RunDLL %SystemRoot%\system32\desk.cpl desk,@Themes /Action:OpenTheme /file:"C:\Windows\Resources\Ease of Access Themes\basic.theme"

For Classic Theme:

rundll32.exe %SystemRoot%\system32\shell32.dll,Control_RunDLL %SystemRoot%\system32\desk.cpl desk,@Themes /Action:OpenTheme /file:"C:\Windows\Resources\Ease of Access Themes\classic.theme"


You can change theme according to you. 

C:\Windows\Resources\Ease of Access Themes\








Note:  Please find My Youtube video's  Click Here


No comments: