It is currently Tue Mar 19, 2024 3:41 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  [ 36 posts ] 
Author Message
PostPosted: Wed Jul 17, 2013 7:57 am 
Offline

Joined: Sat Jun 01, 2013 11:54 am
Posts: 49
Hello!

Hello I have a bunch of programs that are not in the programs folder and not a registered application (doesn't appear in appwiz). How can I add the folder that contains them to Classic Start Menu?


Top
 Profile  
Reply with quote  
PostPosted: Wed Jul 17, 2013 8:06 am 
Offline
Site Admin
User avatar

Joined: Wed Jan 02, 2013 11:38 pm
Posts: 5333
The start menu simply shows contents of folders. If all those programs are in the same folder, you can add it to the main menu as a custom item. If not, I would recommend adding a sub-folder inside Programs and creating shortcuts to those programs inside it.


Top
 Profile  
Reply with quote  
PostPosted: Wed Jul 17, 2013 8:25 am 
Offline

Joined: Sat Jun 01, 2013 11:54 am
Posts: 49
Ivo wrote:
The start menu simply shows contents of folders. If all those programs are in the same folder, you can add it to the main menu as a custom item. If not, I would recommend adding a sub-folder inside Programs and creating shortcuts to those programs inside it.

Umm... Main menu? How? Where?

They are in subfolders of a same folder. So there is no way to add a folder and have exe-s in the subfolders (somtimes multiple leves) appear?


Top
 Profile  
Reply with quote  
PostPosted: Wed Jul 17, 2013 8:40 am 
Offline
Site Admin
User avatar

Joined: Wed Jan 02, 2013 11:38 pm
Posts: 5333
Go to the Customize Start Menu tab in the settings. Create a new custom item (drag the custom item from the right column to the left, somewhere near or inside the ProgramsItem). Double-click on it to open the settings. In the Link box enter the path to your folder.
This will add the folder to the start menu. However it will not filter exes. It will show all contents.
If you want a folder that only shows programs, you need to create a new empty folder and create shortcuts to the programs inside it.


Top
 Profile  
Reply with quote  
PostPosted: Wed Jul 17, 2013 10:48 am 
Offline

Joined: Sat Jun 01, 2013 11:54 am
Posts: 49
Thanks!
But it the items don't show up in the search results. Do I need to wait for them to be indexed or something?


Top
 Profile  
Reply with quote  
PostPosted: Wed Jul 17, 2013 10:52 am 
Offline
Site Admin
User avatar

Joined: Wed Jan 02, 2013 11:38 pm
Posts: 5333
Right. only items inside the Start Menu folder are searched. Maybe you should put your shortcuts in a folder right under Start Menu.


Top
 Profile  
Reply with quote  
PostPosted: Wed Jul 17, 2013 10:54 am 
Offline

Joined: Sat Jun 01, 2013 11:54 am
Posts: 49
Ivo wrote:
Right. only items inside the Start Menu folder are searched. Maybe you should put your shortcuts in a folder right under Start Menu.

I added the custom folder. I didn't make shortcuts. They're infeasible.


Top
 Profile  
Reply with quote  
PostPosted: Wed Jul 17, 2013 10:56 am 
Offline
Site Admin
User avatar

Joined: Wed Jan 02, 2013 11:38 pm
Posts: 5333
Then you can also add your folders to the PATH. The start menu searches the path for exes. It doesn't search sub-folders of folders from the path though. So you have to add all folders individually. Adding just the root folder will not work.


Top
 Profile  
Reply with quote  
PostPosted: Wed Jul 17, 2013 10:57 am 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
avada, you want to add a folder containing EXEs so the search box will search them, right? Open SystemPropertiesAdvanced.exe -> Environment Variables ->. Under System variables, edit the value of 'Path', add a \; after the last path and add your path there. .e.g. if 'Variable value' is already:
%SystemRoot%\system32


modify it to be
%SystemRoot%\system32\;C:\Your Folder\;

This will add the folder to the system path. EXEs from all folders in the system path are searched by Classic Start Menu.

The next major version of Classic Shell, will add Windows Search integration so you can use the regular "Indexing Options" Control Panel to add folders to index and search.

_________________
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: Wed Jul 17, 2013 11:02 am 
Offline

Joined: Sat Jun 01, 2013 11:54 am
Posts: 49
GauravK wrote:
avada, you want to add a folder containing EXEs so the search box will search them, right? Open SystemPropertiesAdvanced.exe -> Environment Variables ->. Under System variables, edit the value of 'Path', add a \; after the last path and add your path there. .e.g. if 'Variable value' is already:
%SystemRoot%\system32modify it to be
%SystemRoot%\system32\;C:\Your Folder\;

This will add the folder to the system path. EXEs from all folders in the system path are searched by Classic Start Menu.

The next major version of Classic Shell, will add Windows Search integration so you can use the regular "Indexing Options" Control Panel to add folders to index and search.

Unfortunately no. It's more like "program files". In sub folders. At first I only put a few stuff there but after a while I put most programs there, because windows keeps eating up drive c: like crazy (mostly because stupid winsxs I think).

I have windows search disabled because it kept pestering my drives ott much (or at least I thought so) when the screen saver enabled. But if CSM moves to windows search I might enable it. :)

"Major version" means it's not the next few?


Last edited by avada on Wed Jul 17, 2013 11:11 am, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: Wed Jul 17, 2013 11:11 am 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
Then your best bet is creating shortcuts to all the programs you want searched and paste them inside %appdata%\Microsoft\Windows\Start Menu\Programs or a folder inside %appdata%\Microsoft\Windows\Start Menu\Programs. Then they will be instantly searched and even if you keep Windows Search disabled in the next version, they will be searched.

_________________
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: Wed Jul 17, 2013 11:15 am 
Offline

Joined: Sat Jun 01, 2013 11:54 am
Posts: 49
GauravK wrote:
Then your best bet is creating a shortcut to the programs you want searched and paste them inside %appdata%\Microsoft\Windows\Start Menu\Programs or a folder inside %appdata%\Microsoft\Windows\Start Menu\Programs. Then they will be instantly searched and even if you keep Windows Search disabled in the next version, they will be searched.
ű

Any known mass shortcut creater tools? :D


Top
 Profile  
Reply with quote  
PostPosted: Wed Jul 17, 2013 11:23 am 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
You can do an Explorer search for *.EXE or *.* or whatever your criteria is in that folder. Then select them all and right clicking the selection and choose "Copy". Then open the Start Menu Programs folder or create a subfolder inside it, and do "Paste shortcut".

_________________
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 Oct 07, 2013 4:46 am 
Offline

Joined: Sat Jun 01, 2013 11:54 am
Posts: 49
So, now that 4.0 is released is there a better way than making a bunch of icons for non standard locations?


Top
 Profile  
Reply with quote  
PostPosted: Mon Oct 07, 2013 5:38 am 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
With Classic Shell 4.0 having added Windows Search integration, you can enable indexing and add the folder to Indexing Options Control Panel. Let it get indexed. You can monitor how many items are indexed, how many are left to be indexed and control the speed of indexing using this gadget: http://gallery-live.com/sidebar-gadgets ... s%20Gadget Once it indexed, the programs (EXEs) or shortcuts (LNKs) should show up in Classic Start Menu search. Only thing is they will show under the "Files" heading, not "Programs".

The old path searching functionality is intact in Classic Shell 4.0. If you still prefer to keep indexing off, and they are EXEs, then you can definitely add all the folders to the system path and the EXEs will be searched even if the indexing is off.

_________________
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 Oct 07, 2013 5:52 am 
Offline

Joined: Sat Jun 01, 2013 11:54 am
Posts: 49
GauravK wrote:
With Classic Shell 4.0 having added Windows Search integration, you can enable indexing and add the folder to Indexing Options Control Panel. Let it get indexed. You can monitor how many items are indexed, how many are left to be indexed and control the speed of indexing using this gadget: http://gallery-live.com/sidebar-gadgets/Indexer%20Status%20Gadget Once it indexed, the programs (EXEs) or shortcuts (LNKs) should show up in Classic Start Menu search.

Maybe I'll try it. ATM I have the search service disabled, because it kept pestering the SSD and the HDD too often.

But why is it not possible to add a folder that's treated like the two program files locations? Those are searched and programs from the show up in the start menu without the indexing service. Is this handled by windows or CSM?

PS:
Is there a way to disable the unwanted Start Screen item in the start menu? Didn't find it on the customize tab or the special items tab.


Top
 Profile  
Reply with quote  
PostPosted: Mon Oct 07, 2013 6:08 am 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
The 2 program locations contain shortcuts (*.LNK files), not EXEs. If you put any LNK files inside the 2 Programs directories, they will be searched without indexing.

Classic Start Menu's path searching feature also works without indexing. You add as many folders as you want containing your EXEs to the System path as I mentioned earlier in this topic. Then they will be searched. Maybe in a future version, Ivo can add LNK file searching for the path searching feature so the LNK files don't have to be copied to the Start Menu Programs folders, but that's up to him to decide.

Are you facing any difficulty creating shortcuts to the EXEs you want and copying them to the Start Menu Programs folder? You can right click each EXE and click Create shortcut. Move that shortcut to the Programs folder. Or you can do a search for ALL EXEs, select them all, right click on any of them and select Copy. Then open Start Menu Programs folder and click "Paste Shortcut".


Finally, the third type is indexed results.

To remove the Start screen icon, right click it and choose 'Unpin from Start Menu (Classic Shell)'

_________________
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 Oct 07, 2013 7:06 am 
Offline

Joined: Sat Jun 01, 2013 11:54 am
Posts: 49
GauravK wrote:
The 2 program locations contain shortcuts (*.LNK files), not EXEs. If you put any LNK files inside the 2 Programs directories, they will be searched without indexing.

Classic Start Menu's path searching feature also works without indexing. You add as many folders as you want containing your EXEs to the System path as I mentioned earlier in this topic. Then they will be searched. Maybe in a future version, Ivo can add LNK file searching for the path searching feature so the LNK files don't have to be copied to the Start Menu Programs folders, but that's up to him to decide.

Are you facing any difficulty creating shortcuts to the EXEs you want and copying them to the Start Menu Programs folder? You can right click each EXE and click Create shortcut. Move that shortcut to the Programs folder. Or you can do a search for ALL EXEs, select them all, right click on any of them and select Copy. Then open Start Menu Programs folder and click "Paste Shortcut".

My mistake. I actually meant "%ProgramFiles(x86)%" and "%ProgramFiles". But now I see that probably all/most programs that are installed there have .lnk-s too too.

The problematic part with shortcuts was that I have a lot of programs. That meant creating icons in bulk, and filtering out the useless ones. Also I have to do it manually if I add a new program.
GauravK wrote:
Finally, the third type is indexed results.

Is that restricted to executable files? If not a user specifiable extension list would be welcome.
GauravK wrote:
To remove the Start screen icon, right click it and choose 'Unpin from Start Menu (Classic Shell)'

Huh. I guess it's a new way to do things. I have no clue how would I bring it back if I wanted to though.


Top
 Profile  
Reply with quote  
PostPosted: Mon Oct 07, 2013 8:21 am 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
avada wrote:
I actually meant "%ProgramFiles(x86)%" and "%ProgramFiles". But now I see that probably all/most programs that are installed there have .lnk-s too too.

The problematic part with shortcuts was that I have a lot of programs. That meant creating icons in bulk, and filtering out the useless ones. Also I have to do it manually if I add a new program.


For your case, the best solution might indeed be adding those directories one by one to your system path, so ALL EXEs from them will be searched. No need to create shortcuts.




avada wrote:
Is that restricted to executable files? If not a user specifiable extension list would be welcome.


Windows Search indexing supports both LNK and EXE (and any other additional file types for which IFilters are installed).




avada wrote:
Huh. I guess it's a new way to do things. I have no clue how would I bring it back if I wanted to though.

It's not permanently removed. :D To bring the Start screen icon back, go to the Main Menu tab in Start Menu settings and check the option: Show Start screen shortcut.

_________________
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: Thu Oct 10, 2013 9:34 am 
Offline

Joined: Sat Jun 01, 2013 11:54 am
Posts: 49
Indexing stuff doesn't work.
I enabled indexing for two folders where I have programs, but they don't show up in the search field when I type.

On the other hand it finds stuff that are in the download/documents folder.


Top
 Profile  
Reply with quote  
PostPosted: Thu Oct 10, 2013 11:11 am 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
Hmm. Not sure why it didn't work for you. When I tried adding some EXEs and shortcuts, it worked for me. I also have a folder where there are some EXE programs and shortcuts and I have it added to Indexing Options. Only thing is they were listed under Files not Programs. Does Indexing Options show you as all items indexed and that indexing is complete?

_________________
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: Thu Oct 10, 2013 12:34 pm 
Offline

Joined: Sat Jun 01, 2013 11:54 am
Posts: 49
GauravK wrote:
Hmm. Not sure why it didn't work for you. When I tried adding some EXEs and shortcuts, it worked for me. I also have a folder where there are some EXE programs and shortcuts and I have it added to Indexing Options. Only thing is they were listed under Files not Programs. Does Indexing Options show you as all items indexed and that indexing is complete?


What? Where?

Anyway I have the Window Search service enabled, I ticked the indexing attribute in the special attributes window and applied it to containing files/folders. In the CSM options I have "search files" ticked (not the sub-options). Am I missing anything?


Top
 Profile  
Reply with quote  
PostPosted: Thu Oct 10, 2013 12:41 pm 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
In the Desktop Control Panel, there is a separate item called Indexing Options. Open it, click "Modify" and then you need to add the folder there which you want to be indexed and wait for it to be indexed. That is the correct way to tell Windows to index it, not the Index attribute in Properties.

_________________
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: Thu Oct 10, 2013 1:27 pm 
Offline

Joined: Sat Jun 01, 2013 11:54 am
Posts: 49
GauravK wrote:
In the Desktop Control Panel, there is a separate item called Indexing Options. Open it, click "Modify" and then you need to add the folder there which you want to be indexed and wait for it to be indexed. That is the correct way to tell Windows to index it, not the Index attribute in Properties.

Ok... Thanks! Then what is that attribute for? :)

Edit:
Ugh. I have a bunch of folders popping up instead of exe files


Top
 Profile  
Reply with quote  
PostPosted: Fri Oct 11, 2013 12:15 am 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
The index attribute as I understand is for opting out a specific file out of indexing its contents in addition to file properties. It tells Windows Search to not index the contents of certain files.

_________________
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: Fri Oct 11, 2013 6:43 am 
Offline

Joined: Sat Jun 01, 2013 11:54 am
Posts: 49
Ugh. The indexing settings are frustrating. All file types are checked by default and there's a lot of them. Also annyoingly I don't see a filtering option for folders, so useless keep popping up in search results.


Top
 Profile  
Reply with quote  
PostPosted: Fri Oct 11, 2013 7:13 am 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
The search box supports wildcard filtering so you could also type this into the Start Menu's search box: C:\YourFolderContainingEXEs\*.exe or C:\YourFolderContainingEXEs\av*.exe and so on. You could assign a shorter environment variable to your folder such as %apps% and then type into the search: %apps%\*.exe

_________________
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: Tue Oct 15, 2013 2:28 am 
Offline

Joined: Sat Jun 01, 2013 11:54 am
Posts: 49
GauravK wrote:
The search box supports wildcard filtering so you could also type this into the Start Menu's search box: C:\YourFolderContainingEXEs\*.exe or C:\YourFolderContainingEXEs\av*.exe and so on. You could assign a shorter environment variable to your folder such as %apps% and then type into the search: %apps%\*.exe

If I have to use the searchbox in that cumbersome way I gained nothing by indexing...

Anyway. Does anyone know of a way to make the indexer ignore folders? And a better tool then the silly built in windows one that only allows unchecking filetypes one-by-one...


Top
 Profile  
Reply with quote  
PostPosted: Tue Oct 15, 2013 4:06 am 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
You still have the option of adding them to the system path even if indexing is turned off. How many subfolders are there? Couldn't you add all the subfolders to the system path separated by a semicolon as I mentioned above? Then all EXEs within them will be searched.

_________________
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: Wed Oct 23, 2013 12:26 pm 
Offline

Joined: Sat Jun 01, 2013 11:54 am
Posts: 49
Ok, so I figured out where are the indexing settings stored. In HKEY_CLASSES_ROOT.
By adding a teszt extension it looks like HKEY_CLASSES_ROOT\.[extension]\PersistentHandler subkey with a value of {00000000-0000-0000-0000-000000000000} is what disables indexing for an extension

Now the question is what key for no-extension and folder...

My best tip was HKEY_CLASSES_ROOT\* and HKEY_CLASSES_ROOT\Folder, but apparently I'm wrong...


Top
 Profile  
Reply with quote  
PostPosted: Thu Oct 24, 2013 1:02 am 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
You can't prevent indexing of folders but you can prevent returning them in search results. The search box supports the Windows Advanced Query Syntax. So you can type:

<Your search term> —kind:folder(— means exclude items with the kind:folder).

_________________
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: Thu Oct 24, 2013 1:59 am 
Offline

Joined: Sat Jun 01, 2013 11:54 am
Posts: 49
GauravK wrote:
You can't prevent indexing of folders but you can prevent returning them in search results. The search box supports the Windows Advanced Query Syntax. So you can type:

<Your search term> —kind:folder(— means exclude items with the kind:folder).


I see. Well, it l'll go back to making .lnk-s then.


Top
 Profile  
Reply with quote  
PostPosted: Wed Oct 30, 2013 7:14 am 
Offline

Joined: Sat Jun 01, 2013 11:54 am
Posts: 49
I got notifications for like a handful of old posts. What's happening?


Top
 Profile  
Reply with quote  
PostPosted: Wed Oct 30, 2013 7:23 am 
Offline
User avatar

Joined: Thu Jan 03, 2013 12:38 am
Posts: 5374
Old posts? No idea. There is a link at the top of the post called "Subscribe topic/Unsubscribe topic".

_________________
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: Wed Oct 30, 2013 8:32 am 
Offline
Site Admin
User avatar

Joined: Wed Jan 02, 2013 11:38 pm
Posts: 5333
I got that too. Like 400 emails this morning. I have noticed in the past that I don't get emails for some of the new post or topics. It is possible those emails got stuck or something, and I'm finally getting them after all this time.

It may be related to the upgrade to the new version of the forum software last weekend.


Top
 Profile  
Reply with quote  
PostPosted: Wed Oct 30, 2013 8:40 am 
Offline

Joined: Sat Jun 01, 2013 11:54 am
Posts: 49
Ivo wrote:
I got that too. Like 400 emails this morning

That must have been fun. :D


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

All times are UTC - 8 hours [ DST ]


Who is online

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