Hi,
Iedereen kent de Desktop(create shortcut) link wel in je 'Send To' context menu.
Ik wil de bestemming van de shortcuts veranderen. Voor de helderheid een voorbeeld: Nu worden alle shortcuts op de desktop gezet. Ik wil alle shortcuts in een map "c\shortcuts"
Dat lukt me niet.
1. als ik de gewenste map in mijn "Send To" folder zet, dan KOPIEERT windows de file naar die locatie. Ik wil een shortcut naar de lokatie.
Verder, in Google kom ik tegen hoe je de desklink file herstelt:
Echter, ik zie hier niet hoe ik de destination kan veranderen.
Heeft iemand een idee?
Iedereen kent de Desktop(create shortcut) link wel in je 'Send To' context menu.
Ik wil de bestemming van de shortcuts veranderen. Voor de helderheid een voorbeeld: Nu worden alle shortcuts op de desktop gezet. Ik wil alle shortcuts in een map "c\shortcuts"
Dat lukt me niet.
1. als ik de gewenste map in mijn "Send To" folder zet, dan KOPIEERT windows de file naar die locatie. Ik wil een shortcut naar de lokatie.
Verder, in Google kom ik tegen hoe je de desklink file herstelt:
code:
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
| Start NOTEPAD and paste this text:
REGEDIT4
[HKEY_CLASSES_ROOT\CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}]
"NeverShowExt"=""
[HKEY_CLASSES_ROOT\CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}\InP
rocServer32]
@="C:\\WINDOWS\\SYSTEM32\\SENDMAIL.DLL"
"ThreadingModel"="Apartment"
[HKEY_CLASSES_ROOT\CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}\Def
aultIcon]
@="C:\\WINDOWS\\explorer.exe,-103"
[HKEY_CLASSES_ROOT\CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}\she
llex]
[HKEY_CLASSES_ROOT\CLSID\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}\she
llex\DropHandler]
@="{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}"
[HKEY_CLASSES_ROOT\.DeskLink]
@="CLSID\\{9E56BE61-C50F-11CF-9A2C-00A0C90A90CE}"
Save the file as "Desktop (create shortcut).Desklink" in the SENDTO
folder in your user profile folder under DOCUMENTS AND SETTINGS.
Or simply copy the same shortcut from DOCUMENTS AND SETTINGS\DEFAULT
USER\SENDTO. |
Echter, ik zie hier niet hoe ik de destination kan veranderen.
Heeft iemand een idee?