Site icon TechGit

5 ways to change Theme in Windows 11/10

In Windows 11 or Windows 10, a Theme may specify the accent color for apps and window frames and may include one or several desktop backgrounds, a set of sounds, mouse cursors, and desktop icons. In this post, in addition to changing the theme via the Settings app, we will show you 5 other ways to change the Theme in Windows 11/10. You can change Windows Themes via Command Prompt, PowerShell, Control Panel, Explorer, etc.

5 ways to change Theme in Windows

5 ways to change Theme in Windows 11/10

A theme file is a classic text file containing parameters, values and resources such as wallpapers are usually located in a subdirectory. Microsoft uses the Themepack and Deskthemepack archive (ZIP or CAB) package files that contain all the theme resources to simplify theme sharing and for their redistribution via the Microsoft Store. There are three types of themes stored in different locations in Windows 11/10 viz;

There are several ways to change the theme in Windows 11/10. We will discuss these methods as follows:

1] Change Theme via Desktop

The easiest method to change the theme in Windows 11/10 is via the desktop. To change the Theme via Desktop, do the following:

2] Change Theme via File Explorer

To change Theme via File Explorer in Windows 11/10, do the following:

C:WindowsResourcesThemes

3] Change Theme via Command Prompt

To change Theme via Command Prompt in Windows 11/10, do the following:

start "" "C:WindowsResourcesThemesaero.theme"

The theme will be applied and the Personalisation page in Settings app will automatically open. you can close the Settings app. If you want the theme to be applied without you having to interact with extra windows, run the modified command as follows:

start "" "C:WindowsResourcesThemesaero.theme" & timeout /t 3 & taskkill /im "systemsettings.exe" /f

When the command executes, it will apply the theme, wait for 3 seconds with the timeout command, and forcibly close the Settings app with the taskkill app.

4] Change Theme via PowerShell

To change Theme via PowerShell in Windows 11/10, do the following:

start-process -filepath "C:WindowsResourcesThemesaero.theme"

The theme will be applied and the Personalisation page in Settings app will automatically open. you can close the Settings app. If you want the theme to be applied without you having to interact with extra windows, run the modified command as follows:

start-process -filepath "C:WindowsResourcesThemesaero.theme"; timeout /t 3; taskkill /im "systemsettings.exe" /f

5] Change Theme via Control Panel

To change Theme via Control Panel in Windows 11/10, do the following:

shell:::{ED834ED6-4B5A-4bfe-8F11-A626DCB6A921}

That’s it on the 5 ways to change Theme in Windows 11/10! Let us know in the comments section below if you know any other method to perform this task.

Tip: PC users can personalize your computing experience, and can make your system faster, and private using our Ultimate Windows Tweaker 5.

Related post: How to prevent users from changing the Theme

Does Windows 10 themes work on Windows 11?

Most of the themes are old ones from Windows 10 and they have been adapted for Windows 11 but that’s still a huge selection to consider. You can right-click anywhere on your desktop and click on Personalize > select Themes to apply any of the installed themes on your PC, or click on Browse themes to find some more themes on the Microsoft Store.

Are Windows 10 themes safe?

Themes from Microsoft are generally fine; but be cautious of any other source. Some ‘themes’ include screensavers that contain malware. Make sure your Windows 11/10 PC is running an active and updated antivirus software.

Original Article

FacebookTwitterTumblrRedditLinkedInHacker NewsDiggBufferGoogle ClassroomThreadsXINGShare
Exit mobile version