|
| Author |
Message |
|
DoctorWho-1995
|
Post subject: Start menu shortcut Posted: Sat Oct 31, 2009 11:41 am |
Member ID #: 16,675 Joined: Tue Jul 07, 2009 3:07 pm Posts: 50 Location: Over there!
|
Hi, it's me... yet again!  Today, I was wondering if I could create a shortcut to the start menu. By "to", I don't mean add a schortcut to a program and then stick it into the start menu, but actually made a schortcut or command that acted as a start button when clicked on. Is it possible, and if so, how can I do it? Thanx in advance. 
_________________ Who said being a geek is a bad thing?
|
|
|
|
|
 |
|
matmutant
|
Post subject: Re: Start menu shortcut Posted: Sat Oct 31, 2009 1:23 pm |
Member ID #: 13,646 Joined: Sat Sep 13, 2008 12:25 pm Posts: 507 Location: somewhere around nothing (apocalyptica)
|
|
|
|
|
 |
|
DoctorWho-1995
|
Post subject: Re: Start menu shortcut Posted: Sat Oct 31, 2009 3:59 pm |
Member ID #: 16,675 Joined: Tue Jul 07, 2009 3:07 pm Posts: 50 Location: Over there!
|
|
Hmm, I already have that. I'm not looking for a program to beef up my start menu, I just want the ability to have an icon on my desktop that will open it.
_________________ Who said being a geek is a bad thing?
|
|
|
|
|
 |
|
me xD
|
Post subject: Re: Start menu shortcut Posted: Sat Oct 31, 2009 4:56 pm |
Member ID #: 9,670 Joined: Mon Feb 11, 2008 3:41 pm Posts: 2314
|
|
hmm, maybe by making a little programm that pretends pressing the windows-key on your keyboard? But don't ask me how to program this, i just give the ideas here :D
_________________ HOW TO INSTALL GADGETS Said we're lost in the garden of Eden And there's no one's gonna believe this But we're lost in the garden of Eden This fire is burnin' and it's out of control It's not a problem you can stop It's rock n' roll
|
|
|
|
|
 |
|
DoctorWho-1995
|
Post subject: Re: Start menu shortcut Posted: Sat Oct 31, 2009 5:02 pm |
Member ID #: 16,675 Joined: Tue Jul 07, 2009 3:07 pm Posts: 50 Location: Over there!
|
|
I did think of that, still trying to figure out how to do that.
_________________ Who said being a geek is a bad thing?
|
|
|
|
|
 |
|
matmutant
|
Post subject: Re: Start menu shortcut Posted: Sat Oct 31, 2009 5:45 pm |
Member ID #: 13,646 Joined: Sat Sep 13, 2008 12:25 pm Posts: 507 Location: somewhere around nothing (apocalyptica)
|
try to find the name of the .exe and then create a .bat to execute it I think it should work .. (I'm looking for that.. edit :I can't find it ! )
_________________

|
|
|
|
|
 |
|
DAREDEVIL
|
Post subject: Re: Start menu shortcut Posted: Sun Nov 01, 2009 5:38 am |
Member ID #: 11,501 Joined: Sun May 11, 2008 3:39 am Posts: 1753 Location: Melbourne,Australia.
|
|
try in the hidden files in C:/windows/system32/ make sure you change your folder options to see hidden files!
_________________

 . . . . . . . . . . . . . . . Melbourne, Australia . . . . . . . . . . . . . . . ..THE HAND OF FATE WILL JUDGE YOU ALL!!!..
|
|
|
|
|
 |
|
matmutant
|
Post subject: Re: Start menu shortcut Posted: Sun Nov 01, 2009 10:58 am |
Member ID #: 13,646 Joined: Sat Sep 13, 2008 12:25 pm Posts: 507 Location: somewhere around nothing (apocalyptica)
|
|
for me the problem is that I don't have windows in english version..
so the name of the startmenu is different ^^
I explored that folder without succes to find the .exe Doctorwho needs
_________________

|
|
|
|
|
 |
|
DoctorWho-1995
|
Post subject: Re: Start menu shortcut Posted: Sun Nov 01, 2009 11:25 am |
Member ID #: 16,675 Joined: Tue Jul 07, 2009 3:07 pm Posts: 50 Location: Over there!
|
|
I always thought that the start menu was part of the explorer exe, that's the taskbar itself, but I still have no idea how to get the command from there.
_________________ Who said being a geek is a bad thing?
|
|
|
|
|
 |
|
matmutant
|
Post subject: Re: Start menu shortcut Posted: Sun Nov 01, 2009 11:44 am |
Member ID #: 13,646 Joined: Sat Sep 13, 2008 12:25 pm Posts: 507 Location: somewhere around nothing (apocalyptica)
|
to start the explorer.exe create a .bat file then write : Code: explorer.exe explorer.exe should be started.. the only thing I know for .bat files is how to rename a volume or view its properties : the bat : Code: diskpart /S diskpart.txt > diskpart.doc the script (diskpart.txt): Code: list disk select disk=1 REM="if the disk you want is 1, if have only one use 0" dsik detail the print file (diskpart.doc) shows some tihng like this: Code: Disque ### Statut Taille Libre Dyn Gpt -------- --------- ----------- -------- --- --- Disque 0 Connecté 186 GB 0 B Disque 1 Connecté 466 GB 0 B
Le disque 1 est maintenant le disque sélectionné.
WDC WD50 00AADS-00L4B SCSI Disk Device ID du disque : 911320C4 Type : IDE Bus : 2 Cible : 1 ID LUN : 0
Volume ### Ltr Nom Fs Type Taille Statut Info ---------- --- ------- ------ ---------- ---------- --------- -------- Volume 4 F SECOURS NTFS Partition 157 GB Sain Volume 5 E OUTILS NTFS Partition 138 GB Sain Volume 6 M MEDIA NTFS Partition 171 GB Sain
this is really useful when you need to rename a disk or a volume but that you can't use commande prompt => just write a script and execute it (to rename assign letter=[letter you want])
_________________

|
|
|
|
|
 |
|
DoctorWho-1995
|
Post subject: Re: Start menu shortcut Posted: Sun Nov 01, 2009 6:40 pm |
Member ID #: 16,675 Joined: Tue Jul 07, 2009 3:07 pm Posts: 50 Location: Over there!
|
You've completely lost me. 
_________________ Who said being a geek is a bad thing?
|
|
|
|
|
 |
|
me xD
|
Post subject: Re: Start menu shortcut Posted: Sun Nov 01, 2009 9:21 pm |
Member ID #: 9,670 Joined: Mon Feb 11, 2008 3:41 pm Posts: 2314
|
|
yep. there isn't a exe for the startmenu, it's really a part of the explorer.exe .
_________________ HOW TO INSTALL GADGETS Said we're lost in the garden of Eden And there's no one's gonna believe this But we're lost in the garden of Eden This fire is burnin' and it's out of control It's not a problem you can stop It's rock n' roll
|
|
|
|
|
 |
|
DAREDEVIL
|
Post subject: Re: Start menu shortcut Posted: Mon Nov 02, 2009 1:22 am |
Member ID #: 11,501 Joined: Sun May 11, 2008 3:39 am Posts: 1753 Location: Melbourne,Australia.
|
|
yep thats right explorer.exe controls all active icons and folders including the start menu, toolbar,notification area and basically everything you use to interact with windows you need a programer to figure this one and as you see no-one has yet!
_________________

 . . . . . . . . . . . . . . . Melbourne, Australia . . . . . . . . . . . . . . . ..THE HAND OF FATE WILL JUDGE YOU ALL!!!..
|
|
|
|
|
 |
|
[EZE] MJCSD
|
Post subject: Re: Start menu shortcut Posted: Mon Nov 02, 2009 5:38 am |
Member ID #: 7,275 Joined: Sat Sep 29, 2007 1:45 pm Posts: 144
|
|
|
|
|
 |
|
matmutant
|
Post subject: Re: Start menu shortcut Posted: Mon Nov 02, 2009 11:55 am |
Member ID #: 13,646 Joined: Sat Sep 13, 2008 12:25 pm Posts: 507 Location: somewhere around nothing (apocalyptica)
|
|
what is the path of this shortcut?
_________________

|
|
|
|
|
 |
|
|