Classic Shell http://www.classicshell.net/forum/ |
|
Settings and Start Menu batch file http://www.classicshell.net/forum/viewtopic.php?f=7&t=1514 |
Page 1 of 1 |
Author: | e2p2 [ Tue Oct 22, 2013 6:32 am ] |
Post subject: | Settings and Start Menu batch file |
I would like to create a batchfile/registry file that could copy the settings for Classic Shell and prepopulate the Classic Shell Start Menu. Could anyone please provide me with some assistance. |
Author: | Gaurav [ Tue Oct 22, 2013 9:48 pm ] |
Post subject: | Re: Settings and Start Menu batch file |
Classic Shell's per user settings are stored at HKCU\Software\IvoSoft. For Start Menu it's at HKCU\Software\IvoSoft\ClassicStartMenu although version 4.0 moved MOST of the settings to HKCU\Software\IvoSoft\ClassicStartMenu\Settings subkey. If you export the whole IvoSoft or ClassicStartMenu keys, then you may want to delete the \MRU and \Order subkeys under the ClassicStartMenu key because they store the recent used items and sort order of items (which can be different on every PC or upon every reinstall). In a batch file, you can use this even without an administrator command prompt to export settings: Reg.exe export HKCU\Software\IvoSoft\ClassicStartMenu "<path to exported file.reg>" (Replace path to exported reg with proper reg file path) Modifying or importing registry settings while the menu is running is not supported so before importing it, you must exit the Classic Start Menu using: "C:\Program Files\Classic Shell\ClassicStartMenu.exe" -exit To merge the settings back once the menu has exited, use: Reg.exe import "<path to exported file.reg>" Then start CSM again: C:\Program Files\Classic Shell\ClassicStartMenu.exe |
Page 1 of 1 | All times are UTC - 8 hours [ DST ] |
Powered by phpBB® Forum Software © phpBB Group https://www.phpbb.com/ |