New
#1
Trying to add a Bat file to the start menu.
Hi there.
I created the file google.bat with the following content:
start "" "http://www.google.com"
What I want to do is add this file to the start menu.
The objective is to be able to execute it with Cortana by saying "hey Cortana, open google".
If I add the file into C:\Users\**User**\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\System Tools
it doesn't show on the start menu.
At one point I added a folder (and it did show on the start menu) into c:\program data\Microsoft\windows\start menu\programs
but when I restarted the computer it disappeared.
Any ideas?