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 Fri Sep 12, 2025 4:32 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  [ 18 posts ] 
Author Message
 Post subject: Log out button
PostPosted: Wed Oct 02, 2013 10:18 am 
Offline

Joined: Wed Oct 02, 2013 10:16 am
Posts: 11
I've seen many people posting about needing a shutdown button on RDP sessions for Server 2012. I just need the classic Logout button. It was there, but when I tried to add things like "confirm logout" it disappeared and I can't get it back.
If I choose the option to show shutdown button on remote sessions, that puts the Shutdown option up instead of Logout.

Any suggestions?


Top
 Profile  
Reply with quote  
 Post subject: Re: Log out button
PostPosted: Wed Oct 02, 2013 11:08 am 
Offline

Joined: Wed Oct 02, 2013 10:16 am
Posts: 11
I was able to resolve this issue by adding the "LogOffItem2" option on the Customize Start Menu tab in case anyone else runs into this.


Top
 Profile  
Reply with quote  
 Post subject: Re: Log out button
PostPosted: Wed Oct 02, 2013 12:17 pm 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
You need to enable the option: Show Shutdown during remote sessions in Classic Start Menu settings. Then it will show.

_________________
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  
 Post subject: Re: Log out button
PostPosted: Wed Oct 02, 2013 12:27 pm 
Offline

Joined: Wed Oct 02, 2013 10:16 am
Posts: 11
Yes but that shows a "Shut down" button instead of the "Log off" button. It's working now, and in 3.9.5 RC it works better. But I'm running into other issues with 3.9.5 that I'm trying to work through (such as HKLM registry settings being ignored).


Top
 Profile  
Reply with quote  
 Post subject: Re: Log out button
PostPosted: Wed Oct 02, 2013 12:35 pm 
Offline
Site Admin
User avatar

Joined: Wed Jan 02, 2013 11:38 pm
Posts: 5333
There are some changes between 3.6.8 and 3.9.5 in the way settings are stored in the registry. Read the Administrative Settings section in the documentation.


Top
 Profile  
Reply with quote  
 Post subject: Re: Log out button
PostPosted: Wed Oct 02, 2013 12:52 pm 
Offline

Joined: Wed Oct 02, 2013 10:16 am
Posts: 11
When you say "in the documentation" are you referring to clicking "Help" from within Classic Shell? Because when I checked, I swear it looked like the same help file from 3.6.8 as far as the Admin section goes.


Top
 Profile  
Reply with quote  
 Post subject: Re: Log out button
PostPosted: Wed Oct 02, 2013 12:56 pm 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
For HKCU, the key is HKEY_CURRENT_USER\Software\IvoSoft\ClassicStartMenu\Settings. For HKLM, it's HKEY_CURRENT_USER\Software\IvoSoft\ClassicStartMenu (not \Settings).

_________________
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  
 Post subject: Re: Log out button
PostPosted: Wed Oct 02, 2013 12:57 pm 
Offline
Site Admin
User avatar

Joined: Wed Jan 02, 2013 11:38 pm
Posts: 5333
The main difference is that HKCU settings are moved to \Settings sub-key, so admins can adjust permissions for the settings without blocking the other per-user data.


Top
 Profile  
Reply with quote  
 Post subject: Re: Log out button
PostPosted: Thu Oct 03, 2013 9:39 am 
Offline

Joined: Wed Oct 02, 2013 10:16 am
Posts: 11
So in HKCU\Software\IvoSoft\ClassicStartMenu\Settings I have an entry for StartButtonPath set to %SystemDrive%\\Software\\Start Buttons\\WindowsStartButtonMedium (Thin taskbar at bottom).png

I copied this setting to HKLM\Software\IvoSoft\ClassicStartMenu and it is not being set for any other users.

I've also tried copying it to the HKLM\Software\IvoSoft\ClassicStartMenu\Settings subkey, but that also has had no effect.

What am I doing wrong?


Top
 Profile  
Reply with quote  
 Post subject: Re: Log out button
PostPosted: Thu Oct 03, 2013 9:47 am 
Offline
Site Admin
User avatar

Joined: Wed Jan 02, 2013 11:38 pm
Posts: 5333
The path sets the button image in case you are using a custom button. You are probably not using a custom button.
You also need StartButtonStyle set to CustomButton, and also for good measure set EnableStartButton to 1.


Top
 Profile  
Reply with quote  
 Post subject: Re: Log out button
PostPosted: Thu Oct 03, 2013 9:56 am 
Offline

Joined: Wed Oct 02, 2013 10:16 am
Posts: 11
But just to be clear, I can copy all the settings from HKCU...\Settings to HKLM...\ClassicStartMenu and that should transfer all my custom settings to all users?


Top
 Profile  
Reply with quote  
 Post subject: Re: Log out button
PostPosted: Thu Oct 03, 2013 10:03 am 
Offline
Site Admin
User avatar

Joined: Wed Jan 02, 2013 11:38 pm
Posts: 5333
It depends. Settings that are default will not appear in HKCU, which means they won't be locked. You need to manually create a DWORD with a value DEFA to lock even the default settings.

Also in the new version there is a way to override the defaults for all users without locking them.

It all depends on what you are trying to achieve.


Top
 Profile  
Reply with quote  
 Post subject: Re: Log out button
PostPosted: Thu Oct 03, 2013 10:40 am 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
Also AlexNGEN, if a setting is changed from the default, then it gets bolded in the Settings dialog. Only when it's bolded/changed from the default will its reg value be stored at HKCU.

_________________
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  
 Post subject: Re: Log out button
PostPosted: Thu Oct 03, 2013 10:54 am 
Offline

Joined: Wed Oct 02, 2013 10:16 am
Posts: 11
Thank you for your help thus far!

I understand about the default settings and what not. Here's my scenario.

I have logged on the Windows Server 2012 RDS and installed ClassicShell. I have gone through each tab and set values that I want all newly created profiles to get when they logon. These settings are saved in HKCU.

In 3.6.8, I could merely transfer the settings to the same keys in HKLM and the end-user profiles that got created would work as intended. They would get all get these settings globally. Of course, I had the issue of the 45-60sec new profile creation time so I upgraded to 3.9.5 RC. I actually like the new options in the Settings menu with 3.9.5.

With the new version, however, 3.9.5 RC, I cannot set anything globally. No matter what I transfer into the HKLM whether in the ClassicStartMenu\Settings or ClassicStartMenu\ subkeys, they don't apply to the newly created profiles.

Here's what is my in HKCU registry.

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\IvoSoft\ClassicStartMenu]
"ShowedStyle2"=dword:00000001
"CSettingsDlg"=hex:a8,00,00,00,4e,00,00,00,00,00,00,00,00,00,00,00,92,0c,00,00,\
00,00,00,00
"LastProgramsTime"=hex(b):c2,a1,a7,3b,4e,c0,ce,01
"ItemRanks"=hex:48,53,4c,43,01,00,00,00,00,00,00,00,78,15,28,fa,01,00,00,00,4e,\
c0,ce,01

[HKEY_CURRENT_USER\Software\IvoSoft\ClassicStartMenu\MRU]
"0"="C:\\ProgramData\\Microsoft\\Windows\\Start Menu\\Programs\\Classic Shell\\Classic Start Menu Settings.lnk"

[HKEY_CURRENT_USER\Software\IvoSoft\ClassicStartMenu\Settings]
"Version"=dword:03090005
"MenuStyle"="Win7"
"StartButtonType"="CustomButton"
"StartButtonPath"="%SystemDrive%\\Software\\Start Buttons\\WindowsStartButtonMedium (Thin taskbar at bottom).png"
"MouseClick"="ClassicMenu"
"ShiftClick"="WindowsMenu"
"WinKey"="ClassicMenu"
"ShiftWin"="WindowsMenu"
"MiddleClick"="Nothing"
"Hover"="Nothing"
"ProgramsStyle"="Inline"
"AllProgramsMetro"=dword:00000001
"FoldersFirst"=dword:00000000
"PinnedPrograms"="PinnedItems"
"RecentPrograms"="Frequent"
"RecentMetroApps"=dword:00000001
"RecentProgsTop"=dword:00000000
"RecentProgKeys"="HiddenDigits"
"AutoStart"=dword:00000001
"HighlightNew"=dword:00000000
"CheckWinUpdates"=dword:00000000
"MenuDelay"=dword:00000190
"EnableDragDrop"=dword:00000001
"DelayIcons"=dword:00000000
"SearchInternet"=dword:00000000
"EnableStartButton"=dword:00000001
"ShiftRight"=dword:00000000
"MaxRecentDocuments"=dword:0000000f
"SortRecentDocuments"="Name"
"ControlPanelCategories"=dword:00000000
"ProgramsMenuDelay"=dword:000000c8
"MaxRecentPrograms"=dword:0000000a
"EnableJumplists"=dword:00000001
"MaxJumplists"=dword:0000000a
"JumplistKeys"="Select"
"ShutdownCommand"="CommandLogOff"
"MinMainHeight"=dword:00000014
"StartScreenShortcut"=dword:00000001
"SplitMenuDelay"=dword:000000c8
"InfotipDelay"="400,4000"
"FolderInfotipDelay"="0,0"
"DragHideDelay"=dword:00000fa0
"ScrollType"="NoScroll"
"UserPictureCommand"="control nusrmgr.cpl"
"UserNameCommand"="control nusrmgr.cpl"
"ExpandFolderLinks"=dword:00000001
"EnableAccessibility"=dword:00000001
"ShowNextToTaskbar"=dword:00000000
"PreCacheIcons"=dword:00000001
"ReportSkinErrors"=dword:00000000
"SearchBox"="Normal"
"SearchSelect"=dword:00000001
"SearchTrack"=dword:00000001
"SearchAutoComplete"=dword:00000001
"SearchPrograms"=dword:00000001
"SearchPath"=dword:00000001
"SearchMetroApps"=dword:00000001
"SearchKeywords"=dword:00000001
"SearchSubWord"=dword:00000001
"SearchFiles"=dword:00000001
"SearchContents"=dword:00000001
"SearchCategories"=dword:00000001
"SmallIconSize"=dword:00000010
"LargeIconSize"=dword:00000020
"MaxMenuWidth"=dword:0000003c
"MainMenuAnimate"=dword:00000001
"SubMenuAnimation"="None"
"SubMenuScrollSpeed"=dword:00000003
"MenuFadeSpeed"=dword:00000190
"NumericSort"=dword:00000001
"FontSmoothing"="Default"
"MenuShadow"=dword:00000001
"AeroGlass"=dword:00000000
"GlassOverride"=dword:00000000
"SkinW7"="Windows Aero"
"SkinVariationW7"=""
"SkinOptionsW7"="C26EAF5D|5D3248DC|1FC64124|5EA361A2|0663DC39|"
"AllTaskbars"=dword:00000001
"StartButtonTip"="$Menu.Start"
"StartButtonSize"=dword:00000000
"SkipMetro"=dword:00000001
"DisableHotCorner"="DisableStart"
"MenuItems7"=hex(7):49,00,74,00,65,00,6d,00,31,00,2e,00,43,00,6f,00,6d,00,6d,\
00,61,00,6e,00,64,00,3d,00,75,00,73,00,65,00,72,00,5f,00,66,00,69,00,6c,00,\
65,00,73,00,00,00,49,00,74,00,65,00,6d,00,31,00,2e,00,53,00,65,00,74,00,74,\
00,69,00,6e,00,67,00,73,00,3d,00,4e,00,4f,00,45,00,58,00,50,00,41,00,4e,00,\
44,00,00,00,49,00,74,00,65,00,6d,00,32,00,2e,00,43,00,6f,00,6d,00,6d,00,61,\
00,6e,00,64,00,3d,00,6c,00,69,00,62,00,5f,00,64,00,6f,00,63,00,75,00,6d,00,\
65,00,6e,00,74,00,73,00,00,00,49,00,74,00,65,00,6d,00,32,00,2e,00,53,00,65,\
00,74,00,74,00,69,00,6e,00,67,00,73,00,3d,00,4e,00,4f,00,45,00,58,00,50,00,\
41,00,4e,00,44,00,00,00,49,00,74,00,65,00,6d,00,33,00,2e,00,43,00,6f,00,6d,\
00,6d,00,61,00,6e,00,64,00,3d,00,6c,00,69,00,62,00,5f,00,70,00,69,00,63,00,\
74,00,75,00,72,00,65,00,73,00,00,00,49,00,74,00,65,00,6d,00,33,00,2e,00,53,\
00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00,3d,00,4e,00,4f,00,45,00,58,00,\
50,00,41,00,4e,00,44,00,00,00,49,00,74,00,65,00,6d,00,34,00,2e,00,43,00,6f,\
00,6d,00,6d,00,61,00,6e,00,64,00,3d,00,6c,00,69,00,62,00,5f,00,6d,00,75,00,\
73,00,69,00,63,00,00,00,49,00,74,00,65,00,6d,00,34,00,2e,00,53,00,65,00,74,\
00,74,00,69,00,6e,00,67,00,73,00,3d,00,4e,00,4f,00,45,00,58,00,50,00,41,00,\
4e,00,44,00,00,00,49,00,74,00,65,00,6d,00,35,00,2e,00,43,00,6f,00,6d,00,6d,\
00,61,00,6e,00,64,00,3d,00,6c,00,69,00,62,00,5f,00,76,00,69,00,64,00,65,00,\
6f,00,73,00,00,00,49,00,74,00,65,00,6d,00,35,00,2e,00,53,00,65,00,74,00,74,\
00,69,00,6e,00,67,00,73,00,3d,00,4e,00,4f,00,45,00,58,00,50,00,41,00,4e,00,\
44,00,00,00,49,00,74,00,65,00,6d,00,36,00,2e,00,43,00,6f,00,6d,00,6d,00,61,\
00,6e,00,64,00,3d,00,6c,00,69,00,62,00,5f,00,74,00,76,00,00,00,49,00,74,00,\
65,00,6d,00,36,00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00,3d,\
00,49,00,54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,00,42,00,4c,00,45,00,\
44,00,00,00,49,00,74,00,65,00,6d,00,37,00,2e,00,43,00,6f,00,6d,00,6d,00,61,\
00,6e,00,64,00,3d,00,64,00,6f,00,77,00,6e,00,6c,00,6f,00,61,00,64,00,73,00,\
00,00,49,00,74,00,65,00,6d,00,37,00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,\
00,67,00,73,00,3d,00,49,00,54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,00,\
42,00,4c,00,45,00,44,00,00,00,49,00,74,00,65,00,6d,00,38,00,2e,00,43,00,6f,\
00,6d,00,6d,00,61,00,6e,00,64,00,3d,00,68,00,6f,00,6d,00,65,00,67,00,72,00,\
6f,00,75,00,70,00,00,00,49,00,74,00,65,00,6d,00,38,00,2e,00,53,00,65,00,74,\
00,74,00,69,00,6e,00,67,00,73,00,3d,00,49,00,54,00,45,00,4d,00,5f,00,44,00,\
49,00,53,00,41,00,42,00,4c,00,45,00,44,00,00,00,49,00,74,00,65,00,6d,00,39,\
00,2e,00,43,00,6f,00,6d,00,6d,00,61,00,6e,00,64,00,3d,00,73,00,65,00,70,00,\
61,00,72,00,61,00,74,00,6f,00,72,00,00,00,49,00,74,00,65,00,6d,00,31,00,30,\
00,2e,00,43,00,6f,00,6d,00,6d,00,61,00,6e,00,64,00,3d,00,67,00,61,00,6d,00,\
65,00,73,00,00,00,49,00,74,00,65,00,6d,00,31,00,30,00,2e,00,53,00,65,00,74,\
00,74,00,69,00,6e,00,67,00,73,00,3d,00,54,00,52,00,41,00,43,00,4b,00,5f,00,\
52,00,45,00,43,00,45,00,4e,00,54,00,7c,00,49,00,54,00,45,00,4d,00,5f,00,44,\
00,49,00,53,00,41,00,42,00,4c,00,45,00,44,00,00,00,49,00,74,00,65,00,6d,00,\
31,00,31,00,2e,00,43,00,6f,00,6d,00,6d,00,61,00,6e,00,64,00,3d,00,66,00,61,\
00,76,00,6f,00,72,00,69,00,74,00,65,00,73,00,00,00,49,00,74,00,65,00,6d,00,\
31,00,31,00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00,3d,00,49,\
00,54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,00,42,00,4c,00,45,00,44,00,\
00,00,49,00,74,00,65,00,6d,00,31,00,32,00,2e,00,43,00,6f,00,6d,00,6d,00,61,\
00,6e,00,64,00,3d,00,72,00,65,00,63,00,65,00,6e,00,74,00,5f,00,64,00,6f,00,\
63,00,75,00,6d,00,65,00,6e,00,74,00,73,00,00,00,49,00,74,00,65,00,6d,00,31,\
00,32,00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00,3d,00,49,00,\
54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,00,42,00,4c,00,45,00,44,00,00,\
00,49,00,74,00,65,00,6d,00,31,00,33,00,2e,00,43,00,6f,00,6d,00,6d,00,61,00,\
6e,00,64,00,3d,00,63,00,6f,00,6d,00,70,00,75,00,74,00,65,00,72,00,00,00,49,\
00,74,00,65,00,6d,00,31,00,33,00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,00,\
67,00,73,00,3d,00,4e,00,4f,00,45,00,58,00,50,00,41,00,4e,00,44,00,00,00,49,\
00,74,00,65,00,6d,00,31,00,34,00,2e,00,43,00,6f,00,6d,00,6d,00,61,00,6e,00,\
64,00,3d,00,6e,00,65,00,74,00,77,00,6f,00,72,00,6b,00,00,00,49,00,74,00,65,\
00,6d,00,31,00,34,00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00,\
3d,00,49,00,54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,00,42,00,4c,00,45,\
00,44,00,00,00,49,00,74,00,65,00,6d,00,31,00,35,00,2e,00,43,00,6f,00,6d,00,\
6d,00,61,00,6e,00,64,00,3d,00,6e,00,65,00,74,00,77,00,6f,00,72,00,6b,00,5f,\
00,63,00,6f,00,6e,00,6e,00,65,00,63,00,74,00,69,00,6f,00,6e,00,73,00,00,00,\
49,00,74,00,65,00,6d,00,31,00,35,00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,\
00,67,00,73,00,3d,00,49,00,54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,00,\
42,00,4c,00,45,00,44,00,00,00,49,00,74,00,65,00,6d,00,31,00,36,00,2e,00,43,\
00,6f,00,6d,00,6d,00,61,00,6e,00,64,00,3d,00,73,00,65,00,70,00,61,00,72,00,\
61,00,74,00,6f,00,72,00,00,00,49,00,74,00,65,00,6d,00,31,00,37,00,2e,00,43,\
00,6f,00,6d,00,6d,00,61,00,6e,00,64,00,3d,00,63,00,6f,00,6e,00,74,00,72,00,\
6f,00,6c,00,5f,00,70,00,61,00,6e,00,65,00,6c,00,00,00,49,00,74,00,65,00,6d,\
00,31,00,37,00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00,3d,00,\
54,00,52,00,41,00,43,00,4b,00,5f,00,52,00,45,00,43,00,45,00,4e,00,54,00,7c,\
00,49,00,54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,00,42,00,4c,00,45,00,\
44,00,00,00,49,00,74,00,65,00,6d,00,31,00,38,00,2e,00,43,00,6f,00,6d,00,6d,\
00,61,00,6e,00,64,00,3d,00,61,00,64,00,6d,00,69,00,6e,00,00,00,49,00,74,00,\
65,00,6d,00,31,00,38,00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,\
00,3d,00,54,00,52,00,41,00,43,00,4b,00,5f,00,52,00,45,00,43,00,45,00,4e,00,\
54,00,7c,00,49,00,54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,00,42,00,4c,\
00,45,00,44,00,00,00,49,00,74,00,65,00,6d,00,31,00,39,00,2e,00,43,00,6f,00,\
6d,00,6d,00,61,00,6e,00,64,00,3d,00,64,00,65,00,76,00,69,00,63,00,65,00,73,\
00,00,00,49,00,74,00,65,00,6d,00,31,00,39,00,2e,00,53,00,65,00,74,00,74,00,\
69,00,6e,00,67,00,73,00,3d,00,4e,00,4f,00,45,00,58,00,50,00,41,00,4e,00,44,\
00,00,00,49,00,74,00,65,00,6d,00,32,00,30,00,2e,00,43,00,6f,00,6d,00,6d,00,\
61,00,6e,00,64,00,3d,00,64,00,65,00,66,00,61,00,75,00,6c,00,74,00,73,00,00,\
00,49,00,74,00,65,00,6d,00,32,00,30,00,2e,00,53,00,65,00,74,00,74,00,69,00,\
6e,00,67,00,73,00,3d,00,49,00,54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,\
00,42,00,4c,00,45,00,44,00,00,00,49,00,74,00,65,00,6d,00,32,00,31,00,2e,00,\
43,00,6f,00,6d,00,6d,00,61,00,6e,00,64,00,3d,00,68,00,65,00,6c,00,70,00,00,\
00,49,00,74,00,65,00,6d,00,32,00,31,00,2e,00,53,00,65,00,74,00,74,00,69,00,\
6e,00,67,00,73,00,3d,00,49,00,54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,\
00,42,00,4c,00,45,00,44,00,00,00,49,00,74,00,65,00,6d,00,32,00,32,00,2e,00,\
43,00,6f,00,6d,00,6d,00,61,00,6e,00,64,00,3d,00,72,00,75,00,6e,00,00,00,49,\
00,74,00,65,00,6d,00,32,00,33,00,2e,00,43,00,6f,00,6d,00,6d,00,61,00,6e,00,\
64,00,3d,00,61,00,70,00,70,00,73,00,00,00,49,00,74,00,65,00,6d,00,32,00,33,\
00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00,3d,00,49,00,54,00,\
45,00,4d,00,5f,00,44,00,49,00,53,00,41,00,42,00,4c,00,45,00,44,00,00,00,49,\
00,74,00,65,00,6d,00,32,00,34,00,2e,00,43,00,6f,00,6d,00,6d,00,61,00,6e,00,\
64,00,3d,00,77,00,69,00,6e,00,64,00,6f,00,77,00,73,00,5f,00,73,00,65,00,63,\
00,75,00,72,00,69,00,74,00,79,00,00,00,00,00
"EnableContextMenu"=dword:00000001
"CascadingMenu"=dword:00000000
"ShowNewFolder"=dword:00000001
"EnableExit"=dword:00000000
"EnableExplorer"=dword:00000001
"ExplorerPath"="computer"
"SoundMain"="MenuPopup"
"SoundPopup"="MenuPopup"
"SoundCommand"="MenuCommand"
"SoundDrop"="MoveMenuItem"


Top
 Profile  
Reply with quote  
 Post subject: Re: Log out button
PostPosted: Thu Oct 03, 2013 12:04 pm 
Offline
Site Admin
User avatar

Joined: Wed Jan 02, 2013 11:38 pm
Posts: 5333
The HKCU registry is not important. What's in HKLM?


Top
 Profile  
Reply with quote  
 Post subject: Re: Log out button
PostPosted: Thu Oct 03, 2013 3:30 pm 
Offline

Joined: Wed Oct 02, 2013 10:16 am
Posts: 11
I want to move all the settings in the HKCU...\Settings to HKLM to be global, but when I do, it's not working. Much like the following:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\IvoSoft\ClassicStartMenu]
"ShowedStyle2"=dword:00000001
"CSettingsDlg"=hex:a8,00,00,00,4e,00,00,00,00,00,00,00,00,00,00,00,92,0c,00,00,\
00,00,00,00
"LastProgramsTime"=hex(b):c2,a1,a7,3b,4e,c0,ce,01
"ItemRanks"=hex:48,53,4c,43,01,00,00,00,00,00,00,00,78,15,28,fa,01,00,00,00,4e,\
c0,ce,01

[HKEY_LOCAL_MACHINE\Software\IvoSoft\ClassicStartMenu]
"Version"=dword:03090005
"MenuStyle"="Win7"
"StartButtonType"="CustomButton"
"StartButtonPath"="%SystemDrive%\\Software\\Start Buttons\\WindowsStartButtonMedium (Thin taskbar at bottom).png"
"MouseClick"="ClassicMenu"
"ShiftClick"="WindowsMenu"
"WinKey"="ClassicMenu"
"ShiftWin"="WindowsMenu"
"MiddleClick"="Nothing"
"Hover"="Nothing"
"ProgramsStyle"="Inline"
"AllProgramsMetro"=dword:00000001
"FoldersFirst"=dword:00000000
"PinnedPrograms"="PinnedItems"
"RecentPrograms"="Frequent"
"RecentMetroApps"=dword:00000001
"RecentProgsTop"=dword:00000000
"RecentProgKeys"="HiddenDigits"
"AutoStart"=dword:00000001
"HighlightNew"=dword:00000000
"CheckWinUpdates"=dword:00000000
"MenuDelay"=dword:00000190
"EnableDragDrop"=dword:00000001
"DelayIcons"=dword:00000000
"SearchInternet"=dword:00000000
"EnableStartButton"=dword:00000001
"ShiftRight"=dword:00000000
"MaxRecentDocuments"=dword:0000000f
"SortRecentDocuments"="Name"
"ControlPanelCategories"=dword:00000000
"ProgramsMenuDelay"=dword:000000c8
"MaxRecentPrograms"=dword:0000000a
"EnableJumplists"=dword:00000001
"MaxJumplists"=dword:0000000a
"JumplistKeys"="Select"
"ShutdownCommand"="CommandLogOff"
"MinMainHeight"=dword:00000014
"StartScreenShortcut"=dword:00000001
"SplitMenuDelay"=dword:000000c8
"InfotipDelay"="400,4000"
"FolderInfotipDelay"="0,0"
"DragHideDelay"=dword:00000fa0
"ScrollType"="NoScroll"
"UserPictureCommand"="control nusrmgr.cpl"
"UserNameCommand"="control nusrmgr.cpl"
"ExpandFolderLinks"=dword:00000001
"EnableAccessibility"=dword:00000001
"ShowNextToTaskbar"=dword:00000000
"PreCacheIcons"=dword:00000001
"ReportSkinErrors"=dword:00000000
"SearchBox"="Normal"
"SearchSelect"=dword:00000001
"SearchTrack"=dword:00000001
"SearchAutoComplete"=dword:00000001
"SearchPrograms"=dword:00000001
"SearchPath"=dword:00000001
"SearchMetroApps"=dword:00000001
"SearchKeywords"=dword:00000001
"SearchSubWord"=dword:00000001
"SearchFiles"=dword:00000001
"SearchContents"=dword:00000001
"SearchCategories"=dword:00000001
"SmallIconSize"=dword:00000010
"LargeIconSize"=dword:00000020
"MaxMenuWidth"=dword:0000003c
"MainMenuAnimate"=dword:00000001
"SubMenuAnimation"="None"
"SubMenuScrollSpeed"=dword:00000003
"MenuFadeSpeed"=dword:00000190
"NumericSort"=dword:00000001
"FontSmoothing"="Default"
"MenuShadow"=dword:00000001
"AeroGlass"=dword:00000000
"GlassOverride"=dword:00000000
"SkinW7"="Windows Aero"
"SkinVariationW7"=""
"SkinOptionsW7"="C26EAF5D|5D3248DC|1FC64124|5EA361A2|0663DC39|"
"AllTaskbars"=dword:00000001
"StartButtonTip"="$Menu.Start"
"StartButtonSize"=dword:00000000
"SkipMetro"=dword:00000001
"DisableHotCorner"="DisableStart"
"MenuItems7"=hex(7):49,00,74,00,65,00,6d,00,31,00,2e,00,43,00,6f,00,6d,00,6d,\
00,61,00,6e,00,64,00,3d,00,75,00,73,00,65,00,72,00,5f,00,66,00,69,00,6c,00,\
65,00,73,00,00,00,49,00,74,00,65,00,6d,00,31,00,2e,00,53,00,65,00,74,00,74,\
00,69,00,6e,00,67,00,73,00,3d,00,4e,00,4f,00,45,00,58,00,50,00,41,00,4e,00,\
44,00,00,00,49,00,74,00,65,00,6d,00,32,00,2e,00,43,00,6f,00,6d,00,6d,00,61,\
00,6e,00,64,00,3d,00,6c,00,69,00,62,00,5f,00,64,00,6f,00,63,00,75,00,6d,00,\
65,00,6e,00,74,00,73,00,00,00,49,00,74,00,65,00,6d,00,32,00,2e,00,53,00,65,\
00,74,00,74,00,69,00,6e,00,67,00,73,00,3d,00,4e,00,4f,00,45,00,58,00,50,00,\
41,00,4e,00,44,00,00,00,49,00,74,00,65,00,6d,00,33,00,2e,00,43,00,6f,00,6d,\
00,6d,00,61,00,6e,00,64,00,3d,00,6c,00,69,00,62,00,5f,00,70,00,69,00,63,00,\
74,00,75,00,72,00,65,00,73,00,00,00,49,00,74,00,65,00,6d,00,33,00,2e,00,53,\
00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00,3d,00,4e,00,4f,00,45,00,58,00,\
50,00,41,00,4e,00,44,00,00,00,49,00,74,00,65,00,6d,00,34,00,2e,00,43,00,6f,\
00,6d,00,6d,00,61,00,6e,00,64,00,3d,00,6c,00,69,00,62,00,5f,00,6d,00,75,00,\
73,00,69,00,63,00,00,00,49,00,74,00,65,00,6d,00,34,00,2e,00,53,00,65,00,74,\
00,74,00,69,00,6e,00,67,00,73,00,3d,00,4e,00,4f,00,45,00,58,00,50,00,41,00,\
4e,00,44,00,00,00,49,00,74,00,65,00,6d,00,35,00,2e,00,43,00,6f,00,6d,00,6d,\
00,61,00,6e,00,64,00,3d,00,6c,00,69,00,62,00,5f,00,76,00,69,00,64,00,65,00,\
6f,00,73,00,00,00,49,00,74,00,65,00,6d,00,35,00,2e,00,53,00,65,00,74,00,74,\
00,69,00,6e,00,67,00,73,00,3d,00,4e,00,4f,00,45,00,58,00,50,00,41,00,4e,00,\
44,00,00,00,49,00,74,00,65,00,6d,00,36,00,2e,00,43,00,6f,00,6d,00,6d,00,61,\
00,6e,00,64,00,3d,00,6c,00,69,00,62,00,5f,00,74,00,76,00,00,00,49,00,74,00,\
65,00,6d,00,36,00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00,3d,\
00,49,00,54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,00,42,00,4c,00,45,00,\
44,00,00,00,49,00,74,00,65,00,6d,00,37,00,2e,00,43,00,6f,00,6d,00,6d,00,61,\
00,6e,00,64,00,3d,00,64,00,6f,00,77,00,6e,00,6c,00,6f,00,61,00,64,00,73,00,\
00,00,49,00,74,00,65,00,6d,00,37,00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,\
00,67,00,73,00,3d,00,49,00,54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,00,\
42,00,4c,00,45,00,44,00,00,00,49,00,74,00,65,00,6d,00,38,00,2e,00,43,00,6f,\
00,6d,00,6d,00,61,00,6e,00,64,00,3d,00,68,00,6f,00,6d,00,65,00,67,00,72,00,\
6f,00,75,00,70,00,00,00,49,00,74,00,65,00,6d,00,38,00,2e,00,53,00,65,00,74,\
00,74,00,69,00,6e,00,67,00,73,00,3d,00,49,00,54,00,45,00,4d,00,5f,00,44,00,\
49,00,53,00,41,00,42,00,4c,00,45,00,44,00,00,00,49,00,74,00,65,00,6d,00,39,\
00,2e,00,43,00,6f,00,6d,00,6d,00,61,00,6e,00,64,00,3d,00,73,00,65,00,70,00,\
61,00,72,00,61,00,74,00,6f,00,72,00,00,00,49,00,74,00,65,00,6d,00,31,00,30,\
00,2e,00,43,00,6f,00,6d,00,6d,00,61,00,6e,00,64,00,3d,00,67,00,61,00,6d,00,\
65,00,73,00,00,00,49,00,74,00,65,00,6d,00,31,00,30,00,2e,00,53,00,65,00,74,\
00,74,00,69,00,6e,00,67,00,73,00,3d,00,54,00,52,00,41,00,43,00,4b,00,5f,00,\
52,00,45,00,43,00,45,00,4e,00,54,00,7c,00,49,00,54,00,45,00,4d,00,5f,00,44,\
00,49,00,53,00,41,00,42,00,4c,00,45,00,44,00,00,00,49,00,74,00,65,00,6d,00,\
31,00,31,00,2e,00,43,00,6f,00,6d,00,6d,00,61,00,6e,00,64,00,3d,00,66,00,61,\
00,76,00,6f,00,72,00,69,00,74,00,65,00,73,00,00,00,49,00,74,00,65,00,6d,00,\
31,00,31,00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00,3d,00,49,\
00,54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,00,42,00,4c,00,45,00,44,00,\
00,00,49,00,74,00,65,00,6d,00,31,00,32,00,2e,00,43,00,6f,00,6d,00,6d,00,61,\
00,6e,00,64,00,3d,00,72,00,65,00,63,00,65,00,6e,00,74,00,5f,00,64,00,6f,00,\
63,00,75,00,6d,00,65,00,6e,00,74,00,73,00,00,00,49,00,74,00,65,00,6d,00,31,\
00,32,00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00,3d,00,49,00,\
54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,00,42,00,4c,00,45,00,44,00,00,\
00,49,00,74,00,65,00,6d,00,31,00,33,00,2e,00,43,00,6f,00,6d,00,6d,00,61,00,\
6e,00,64,00,3d,00,63,00,6f,00,6d,00,70,00,75,00,74,00,65,00,72,00,00,00,49,\
00,74,00,65,00,6d,00,31,00,33,00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,00,\
67,00,73,00,3d,00,4e,00,4f,00,45,00,58,00,50,00,41,00,4e,00,44,00,00,00,49,\
00,74,00,65,00,6d,00,31,00,34,00,2e,00,43,00,6f,00,6d,00,6d,00,61,00,6e,00,\
64,00,3d,00,6e,00,65,00,74,00,77,00,6f,00,72,00,6b,00,00,00,49,00,74,00,65,\
00,6d,00,31,00,34,00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00,\
3d,00,49,00,54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,00,42,00,4c,00,45,\
00,44,00,00,00,49,00,74,00,65,00,6d,00,31,00,35,00,2e,00,43,00,6f,00,6d,00,\
6d,00,61,00,6e,00,64,00,3d,00,6e,00,65,00,74,00,77,00,6f,00,72,00,6b,00,5f,\
00,63,00,6f,00,6e,00,6e,00,65,00,63,00,74,00,69,00,6f,00,6e,00,73,00,00,00,\
49,00,74,00,65,00,6d,00,31,00,35,00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,\
00,67,00,73,00,3d,00,49,00,54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,00,\
42,00,4c,00,45,00,44,00,00,00,49,00,74,00,65,00,6d,00,31,00,36,00,2e,00,43,\
00,6f,00,6d,00,6d,00,61,00,6e,00,64,00,3d,00,73,00,65,00,70,00,61,00,72,00,\
61,00,74,00,6f,00,72,00,00,00,49,00,74,00,65,00,6d,00,31,00,37,00,2e,00,43,\
00,6f,00,6d,00,6d,00,61,00,6e,00,64,00,3d,00,63,00,6f,00,6e,00,74,00,72,00,\
6f,00,6c,00,5f,00,70,00,61,00,6e,00,65,00,6c,00,00,00,49,00,74,00,65,00,6d,\
00,31,00,37,00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00,3d,00,\
54,00,52,00,41,00,43,00,4b,00,5f,00,52,00,45,00,43,00,45,00,4e,00,54,00,7c,\
00,49,00,54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,00,42,00,4c,00,45,00,\
44,00,00,00,49,00,74,00,65,00,6d,00,31,00,38,00,2e,00,43,00,6f,00,6d,00,6d,\
00,61,00,6e,00,64,00,3d,00,61,00,64,00,6d,00,69,00,6e,00,00,00,49,00,74,00,\
65,00,6d,00,31,00,38,00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,\
00,3d,00,54,00,52,00,41,00,43,00,4b,00,5f,00,52,00,45,00,43,00,45,00,4e,00,\
54,00,7c,00,49,00,54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,00,42,00,4c,\
00,45,00,44,00,00,00,49,00,74,00,65,00,6d,00,31,00,39,00,2e,00,43,00,6f,00,\
6d,00,6d,00,61,00,6e,00,64,00,3d,00,64,00,65,00,76,00,69,00,63,00,65,00,73,\
00,00,00,49,00,74,00,65,00,6d,00,31,00,39,00,2e,00,53,00,65,00,74,00,74,00,\
69,00,6e,00,67,00,73,00,3d,00,4e,00,4f,00,45,00,58,00,50,00,41,00,4e,00,44,\
00,00,00,49,00,74,00,65,00,6d,00,32,00,30,00,2e,00,43,00,6f,00,6d,00,6d,00,\
61,00,6e,00,64,00,3d,00,64,00,65,00,66,00,61,00,75,00,6c,00,74,00,73,00,00,\
00,49,00,74,00,65,00,6d,00,32,00,30,00,2e,00,53,00,65,00,74,00,74,00,69,00,\
6e,00,67,00,73,00,3d,00,49,00,54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,\
00,42,00,4c,00,45,00,44,00,00,00,49,00,74,00,65,00,6d,00,32,00,31,00,2e,00,\
43,00,6f,00,6d,00,6d,00,61,00,6e,00,64,00,3d,00,68,00,65,00,6c,00,70,00,00,\
00,49,00,74,00,65,00,6d,00,32,00,31,00,2e,00,53,00,65,00,74,00,74,00,69,00,\
6e,00,67,00,73,00,3d,00,49,00,54,00,45,00,4d,00,5f,00,44,00,49,00,53,00,41,\
00,42,00,4c,00,45,00,44,00,00,00,49,00,74,00,65,00,6d,00,32,00,32,00,2e,00,\
43,00,6f,00,6d,00,6d,00,61,00,6e,00,64,00,3d,00,72,00,75,00,6e,00,00,00,49,\
00,74,00,65,00,6d,00,32,00,33,00,2e,00,43,00,6f,00,6d,00,6d,00,61,00,6e,00,\
64,00,3d,00,61,00,70,00,70,00,73,00,00,00,49,00,74,00,65,00,6d,00,32,00,33,\
00,2e,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,00,3d,00,49,00,54,00,\
45,00,4d,00,5f,00,44,00,49,00,53,00,41,00,42,00,4c,00,45,00,44,00,00,00,49,\
00,74,00,65,00,6d,00,32,00,34,00,2e,00,43,00,6f,00,6d,00,6d,00,61,00,6e,00,\
64,00,3d,00,77,00,69,00,6e,00,64,00,6f,00,77,00,73,00,5f,00,73,00,65,00,63,\
00,75,00,72,00,69,00,74,00,79,00,00,00,00,00
"EnableContextMenu"=dword:00000001
"CascadingMenu"=dword:00000000
"ShowNewFolder"=dword:00000001
"EnableExit"=dword:00000000
"EnableExplorer"=dword:00000001
"ExplorerPath"="computer"
"SoundMain"="MenuPopup"
"SoundPopup"="MenuPopup"
"SoundCommand"="MenuCommand"
"SoundDrop"="MoveMenuItem"


Top
 Profile  
Reply with quote  
 Post subject: Re: Log out button
PostPosted: Thu Oct 03, 2013 3:48 pm 
Offline
Site Admin
User avatar

Joined: Wed Jan 02, 2013 11:38 pm
Posts: 5333
This looks like it should work. Log off, then log in. Open the start menu settings. Most of the settings should have a red padlock on them, signifying that they are locked by the admin.


Top
 Profile  
Reply with quote  
 Post subject: Re: Log out button  Topic is solved
PostPosted: Thu Oct 03, 2013 4:18 pm 
Offline

Joined: Wed Oct 02, 2013 10:16 am
Posts: 11
Ok I just uninstalled, cleared all Ivosoft keys from all areas and resinstalled. Loaded my settings and copied to HKLM and now it's working. I swear I tried this several times. Anyway, I appreciate you bearing with me and your support. This is a great piece of software that you should be charging for. :P


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

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 288 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.