Classic Shell development was stopped in December 2017. For now the forum remains online as reference, but is read-only. Registration of new users is disabled.
It is currently Sat Sep 13, 2025 2:13 am

All times are UTC - 8 hours [ DST ]


Forum rules


Please, keep discussions on topic and in the right forum. The start menu topics go into the Classic Start Menu forum, etc. This makes it easier for people to locate topics they are looking for.
If you get a satisfactory response to your question, please mark the topic as "solved". Click the green √ button in the bottom-right of the post.



Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: Thu Feb 04, 2016 8:22 am 
Offline

Joined: Thu Feb 04, 2016 7:57 am
Posts: 2
Hi!

I'm trying to automate the installation and configuration process, and so far I have succeeded. BUT, 1 minor issue stands out at the moment and I hope you can help me finally solve it.

What I wanna do is to silently install Classic Shell, with Aero, Classic1 and certain skin options. These registry entries are automaticly created during installation:

[HKEY_CURRENT_USER\Software\IvoSoft\ClassicStartMenu\Settings]
"MenuStyle"="Classic1"
"SkinC1"="Windows Aero"
"SkinOptionsC1"="BD80CDB2|C26EAF5C|86F3669C|5225DC46|5D3248DD|1FC64124|5EA361A2|0663DC38|"

Problem is, the classic start menu configuration window pops up each time the windows button is pressed. If I close it, the menu will have standard settings and I need to restart the computer for it to read the registry entries and display my desired settings. Is there a way to stop the options menu from popping up automatically and Classic Shell to apply the custom registry settings without a restart?

I tried closing and starting the classicstartmenu.exe process ("-exit" in cmd), but this only works after a restart. Using the cmd right after installation does not close the process for some reason.


Top
 Profile  
Reply with quote  
PostPosted: Thu Feb 04, 2016 8:43 am 
Offline
Site Admin
User avatar

Joined: Wed Jan 02, 2013 11:38 pm
Posts: 5333
You can save the settings to XML file, then use the -xml switch to get the start menu to apply the settings file.


Top
 Profile  
Reply with quote  
PostPosted: Mon Feb 08, 2016 5:05 am 
Offline

Joined: Thu Feb 04, 2016 7:57 am
Posts: 2
Ok, so this is how my xml file looks like:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<registry>
  <k name="HKEY_CURRENT_USER">
    <k name="Software">
    <k name="IvoSoft">
      <k name="ClassicStartMenu">
      <k name="Settings">
        <v name="MenuStyle" value="Classic1"/>
        <v name="SkinC1" value="Windows Aero"/>
        <v name="SkinOptionsC1" value="BD80CDB2|C26EAF5C|86F3669C|5225DC46|5D3248DD|1FC64124|5EA361A2|0663DC38|"/>
      </k>
      </k>   
    </k>
    </k>
  </k>
</registry>


is this the right format? when I try to execute this code, the registry settings remain as default.


Top
 Profile  
Reply with quote  
PostPosted: Mon Feb 08, 2016 8:24 am 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
Here's how to not show the Settings window on first run: http://classicshell.net/forum/viewtopic.php?f=7&t=1417

_________________
Links to some general topics:

Compare Start Menus

Read the Search box usage guide.

I am a Windows enthusiast and helped a little with Classic Shell's testing and usability/UX feedback.


Top
 Profile  
Reply with quote  
PostPosted: Mon Feb 08, 2016 10:00 am 
Offline
Site Admin
User avatar

Joined: Wed Jan 02, 2013 11:38 pm
Posts: 5333
This doesn't look like XML file saved by Classic Shell.
You need to export the file from the start menu settings dialog.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 319 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group, Almsamim WYSIWYG Classic Shell © 2010-2016, Ivo Beltchev.
All right reserved.