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 12:40 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: Tue May 19, 2015 12:47 pm 
Offline

Joined: Fri Feb 20, 2015 6:25 pm
Posts: 7
-------------------------------------Copied Information------------------------------------------------------------

To exit the Classic Shell's Start Menu manually, right click the Start button and click Exit. To exit it automatically (for use in scripts or a batch file), the cmd line switch is:

"C:\Program Files\Classic Shell\ClassicStartMenu.exe" -exit

In fact, terminating ClassicStartMenu.exe won't help. To exit properly, use the above method only.

Other command line parameters are:

-open (opens the Classic Start Menu)
-toggle (toggles the state of the Start menu; opens it if it's closed and vice versa)
-togglenew (toggles the Windows Start menu/Start screen)
-settings (brings up the settings dialog)
----------------------------------------------End Copy--------------------------------------------------------------------------------------


I right click to EXIT. To restart Classic Start Menu in Windows 8 Start Screen, Click on "Classic Start Menu Settings". I added it to the Start page from the Apps page.


At least that is what I do. I prefer not using command line anythings.


If there is a better way without use the Command Prompt please let me know.


Thanks,


Top
 Profile  
Reply with quote  
PostPosted: Tue May 19, 2015 12:57 pm 
Offline
Site Admin
User avatar

Joined: Wed Jan 02, 2013 11:38 pm
Posts: 5333
You don't need a command prompt. You can create a shortcut to ClassicStartMenu.exe with the parameters you need. That's how the shortcut "Classic Start Menu Settings" works.


Top
 Profile  
Reply with quote  
PostPosted: Tue May 19, 2015 10:21 pm 
Offline

Joined: Fri Feb 20, 2015 6:25 pm
Posts: 7
Ivo wrote:
You don't need a command prompt. You can create a shortcut to ClassicStartMenu.exe with the parameters you need. That's how the shortcut "Classic Start Menu Settings" works.


Not I. YOU can create a shortcut. I'm more into select and click.


Top
 Profile  
Reply with quote  
PostPosted: Wed May 20, 2015 12:32 am 
Offline
User avatar

Joined: Sun Jan 06, 2013 1:44 pm
Posts: 1996
well it should be running automatically where all you need to do is click the start button (or right click for settings/exit) to restart it however you would need to click/run the ClassicStartMenu.exe Or restarting your computer. A program that starts itself back up when the user closes it is a virus ;)


Top
 Profile  
Reply with quote  
PostPosted: Wed May 20, 2015 3:11 am 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
Well if you are comfortable with VBScript, paste the following into Notepad and save it as a .VBS file.

Set WshShell=WScript.CreateObject("WScript.Shell")
WshShell.Run """%ProgramFiles%\Classic Shell\ClassicStartMenu.exe"" -exit ", 0, True
WScript.Sleep 4000
WshShell.Run """%ProgramFiles%\Classic Shell\ClassicStartMenu.exe"""

Then just run it whenever you want to restart Classic Start Menu. The cool thing is it won't show any console windows like other methods do (Command Prompt, PowerShell etc).

_________________
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  
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 374 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.