How to backup User's Start10 settings?
Hello;
Is there a way to backup the settings, please?
I'm looking for a way to quickly change between two (or more) different settings.
Hello;
Is there a way to backup the settings, please?
I'm looking for a way to quickly change between two (or more) different settings.
To change the Windows 10 theme, I'm curently use a batch file (FILE_NAME.bat) to:
- Kill the "DSHost.exe" process (DeskScapes8) to stop the desktop background Dream video (if needed).
- Kill the "ObjectDock.exe" process to unload the dock I use.
- Apply a Windows 10 theme I previously saved.
- Kill the "SystemSettings.exe" process (Windows 10 settings -> this window opened when I apply the theme) to close the Windows 10 settings.
- Delete the previous Windows 10 "Custom.theme" (if needed).
- Change the Taskbar texture, the Start Buton image and the Start Menu background texture.
- Replace the ObjectDock backup.
- Restart the "ObjectDock.exe" process.
- Apply a new Dream video to the desktop background.
- Change my Windows 10 user account picture (needs the user to clic on a buton for confirmation; I previously made my account pictures "read only").
- Refresh (kill and restart) the "explorer.exe" process (Windows 10 File explorer).
If anyone wants the bach file content I wrote (not perfect, but works):
"timeout /t 5" = 5 seconds to confirm the Windows 10 user account picture changing -> confirm before the refresh of the "explorer.exe" process, or the picture will not be changed.
EDIT: Create a shortcut for your batch file, and run it with minimized window -> right clic, properties, run = minimized, apply, ok.
It wouldn't be hard to export configurations you like and import them as desired
Hello ZubaZ; thank you for your message.
Ouch, I took a look in the registry... It looks complicated. (Note: English isn't my language, I'm French.)
If I export a registry key to import it when I want to, it might ask me a confirmation when I want to import it... I already have to confirm the Windows 10 user account picture changing; I don't want to have a lot of confirmation requests (I'd like to have no confirmation request).
This is a great time to study batch files (*.bat) and registry keys in command lines.
This is a good resource: http://www.robvanderwoude.com/regedit.php
Thank you very much for this link, it can help; I'll take a look at it later (I backup the link in my docs). ![]()
What do you think about the script in my 2nd message? Do you have something to make it better?
Welcome Guest! Please take the time to register with us.