Is there any way I can put an .exe file on the Start menu? I know I can put a link to it on the desktop but that has too many icons on it already.
Thank you.
You should be able to right click on the .exe in File Explorer and select Pin to Start Menu.
You can only put shortcuts on the menu.
Ztruker's suggestion should work fine.
Here's a tip (unrelated to the issue):
Create a new folder on your desktop named dtIcons (any name will do),
then drag all of the icons on your Desktop to that folder.
Once you have the icons in the folder, you can leave it on your desktop (moving any new icons to that folder as they are created ) - you'll have to open the folder to access the icons of course
-- OR --
move the folder (as long as the file name chosen does not already exist in the location - rename it if necessary) off of your desktop to your User folder (any location you choose)
then create a new toolbar on your Taskbar and point that to the folder holding your icons.
this gives you a drop down menu of your icons that were cluttering up your Desktop.
You can manually add shortcuts to the menu list (left hand pane).
There are some considerations if you manually added the item to either All users menu > All appsor your personal menu > All apps. Win8 / Win10 menu keeps track of items on the menu. The easiest way to tell Windows that a new item is placed there is to create a shortcut anywhere BUT All appsand copy that shortcut to All apps.
You can also use PowerShell to 'touch' the object.
The PowerShell cmdlet below uses the non-existent
contoso.lnkas an example.
If your shortcut is in your personal menu, you will have to change the environment variable
from
$env:programdata
to
$env:appdata
AND
Change the file name of the shortcut from contoso.lnk to the file name of the shortcut you want to update
(ls "$env:programdatamicrosoftwindowsstart menuprogramscontoso.lnk").lastwritetime = get-date
It really is easier to just create a new shortcut and copy it to the menu you want.
There are a few instances where people have disabled UAC and that causes more headaches than it's worth. Set UAC to the default if it has been changed.
Search and Indexing are tightly tied together - if you've modified your index locations, you'll need to revisit your settings. Make sure Start is included as a location in the index.
If the object is not in an indexed location - Search might not find it.
Search from Explorer will find it regardless of the index status.
Search for file names (Q1 report) or extensions xls
If you search for Q1 report.xls - your results will not be what you expect.
Lastly try this
Press the WinKey [ ] on your keyboard and start typing our search query
The input box doesn't appear until you type the first character and the results are filtered as you type.