Windows 7 Forums Search
Welcome to Windows 7 Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows 7. The Windows 7 forum also covers news and updates and has an extensive Windows 7 tutorial section that covers a wide range of tips and tricks.


Windows 7 - ANN: Classic Shell - start menu and other features

 
02-06-2011   #161
tux


Windows XP and 7 (with Debian Squeeze in a VM)
 
 


Listing possible results while typing. Would make my FindAndRunRobot mostly obsolete.

My System SpecsSystem Spec
02-06-2011   #162
Ivo


Windows 7 Home 64, Vista Ultimate 64
 
 


Well, yes, the search does update its results as you type. But it DOESN'T SEARCH YOUR WHOLE MACHINE. Only the two Start Menu folders, the Control Panel and the directories in your PATH variable: ANN: Classic Shell 2.9.3 is out - Now with Search!
So you can't use it as a replacement for a generic search program, I'm afraid.
My System SpecsSystem Spec
02-06-2011   #163
tux


Windows XP and 7 (with Debian Squeeze in a VM)
 
 


But while typing, nothing happens. I still need to press TAB.
My System SpecsSystem Spec
.


02-06-2011   #164
Ivo


Windows 7 Home 64, Vista Ultimate 64
 
 


You only see the results if they are less than some pre-set number (the default is 20). You don't want to type A and see every program with A in the name, do you? So just keep typing, and when there are less than 20 programs that match your text you will see them.

You can of course increase the number to more than 20. But keep in mind that a menu with too many items will a) take longer to show up, and b) is not that useful. Also there is a hard-coded limit for all menus to 500 items.
My System SpecsSystem Spec
02-06-2011   #165
tux


Windows XP and 7 (with Debian Squeeze in a VM)
 
 


Ah, I see. Thank you for the clarification.
My System SpecsSystem Spec
02-04-2012   #166


Windows 7 Ultimate x64
 
 


Hi there!

I m trying to deploy a new Version from Windows 7 in x86 and x64. I do it with a customized Windows 7 Image (rt7lite). I use WPI to install programs, looks like here in a old Demo Video. To sort the Start Menu i install all the Programs, move all Icons from the installed programs from the folders;

C:\Users\XXX\AppData\Roaming\Microsoft\Windows\Startmenü\Programme\*
C:\ProgramData\Microsoft\Windows\Startmenü\Programme\*

In a new sorted folder with follow contend;

Applications
Autostart
Multimedia
Music
Office
Graphic
Video

and so on...

I Use AutoIt to delete the folders;

C:\Users\XXX\AppData\Roaming\Microsoft\Windows\Startmenü
C:\ProgramData\Microsoft\Windows\Startmenü

Code:
DirRemove (@StartMenuDir, 1)
DirRemove (@StartMenuCommonDir, 1)
and copy my new sorted content to

C:\ProgramData\Microsoft\Windows\Start Menu

Code:
ShellExecute ("Start Menu.exe")
WinWait ("7-Zip", "Extract")
ControlSetText ("7-Zip", "Extract", "Edit1", @HomeDrive & "\ProgramData\Microsoft\Windows\")
ControlClick ("7-Zip", "Extract", "Button2")
If ProcessExists ("Start Menu.exe") Then
    ProcessWaitClose ("Start Menu.exe")
EndIf
This folder is for All Users, that i know.

Then i start CHKLNK to check valid installations and do delete not installed program icons from the start menu structure. These all hapend automaticly with AutoIt. My sorted folder structure i only see, when i install Classic Shell.

The default View screen and the classic Screen watch bellow.

How can i get sorted start menu with and without Classic Shell? I did watch, search and read so many in the web. I did see registy settings for the start menu folder and the option hard-/soft coded LNK Files. I try soo many...I cant fix my Problem with the double start menu folder structure. I will be vary happy, when i can get help here!

I did install ClassicShell 3.4.1- Cant see the search field.

Greetings from Germany & thx 4 help for now!
Attached Thumbnails
ANN: Classic Shell - start menu and other features-menu1.png   ANN: Classic Shell - start menu and other features-menu2.png  

Last edited by Sentionline; 02-04-2012 at 12:52 PM..
My System SpecsSystem Spec
02-04-2012   #167
Ivo


Windows 7 Home 64, Vista Ultimate 64
 
 


You either have duplicate folders (one in the Start Menu folder and one in the Programs folder), or you have modified the registry to have both Start Menu and Programs point to the same folder on disk. That's bad.

You don't need to do anything to sort the classic start menu. It will be sorted until you start moving items manually by dragging.

To show the Search box in the classic start menu you must enable it from the Search Box tab in the Settings (Suchfeld in German). You can do it in the registry by going to Software\IvoSoft\ClassicStartMenu, creating a string value "SearchBox" and setting it to "Normal" or "Tab". In the second case you will need to press the Tab key to get to the search box. If you use the HKCU registry only the current user will be affected. If you use the HKLM registry all users will be affected.

FYI, as of today there is a German translation for Classic Shell 3.4.1. Download it from here: Welcome to Classic Shell
My System SpecsSystem Spec
02-13-2012   #168


Windows 7 Ultimate x64
 
 


Hello,

I am trying to integrate custom command Permanently Delete and its working only with single file. How to make it work with multiple files/folders selected?

Command: wscript.exe "G:\....\Delete.vbs" "%2"

I think problem is %2 its for single file only I guess. Any ideas? Thanks
My System SpecsSystem Spec
02-13-2012   #169
Ivo


Windows 7 Home 64, Vista Ultimate 64
 
 


You can use %3 or %4 to get a text file that lists all selected files. You have to delete the file after you are done with it.
My System SpecsSystem Spec
02-13-2012   #170


Windows 7 Ultimate x64
 
 


wscript.exe "G:\...\Delete.vbs" "%3" - not working
wscript.exe "G:\...\Delete.vbs" "%4" - not working
My System SpecsSystem Spec
Reply

 ANN: Classic Shell - start menu and other features problems?



Thread Tools



Similar Threads for: ANN: Classic Shell - start menu and other features
Thread Forum
Classic Start Menu: Start Button appears doubled Customization
ANN: Classic Shell 0.9.8 -now with skinnable start menu Customization
Classic desktop and Classic start menu Customization
Classic start menu Customization


All times are GMT -5. The time now is 10:16 AM.



Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30