-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCreateSymLink.reg
More file actions
27 lines (18 loc) · 2.32 KB
/
CreateSymLink.reg
File metadata and controls
27 lines (18 loc) · 2.32 KB
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
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\Background\shell\CreateSymLink]
"SubCommands"=""
@=""
"MUIVerb"="Create Sym Link ..."
[HKEY_CLASSES_ROOT\Directory\Background\shell\CreateSymLink\shell]
[HKEY_CLASSES_ROOT\Directory\Background\shell\CreateSymLink\shell\custom]
@="Custom"
[HKEY_CLASSES_ROOT\Directory\Background\shell\CreateSymLink\shell\custom\command]
@="powershell.exe -NoProfile -ExecutionPolicy Bypass -File \"S:\\\\OTPAD ZA STVARI\\\\CUSTOM WINDOWS EXTENSIONS\\\\CreateSymLinkCustom.ps1\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\CreateSymLink\shell\tofile]
@="to File"
[HKEY_CLASSES_ROOT\Directory\Background\shell\CreateSymLink\shell\tofile\command]
@="powershell.exe -NoProfile -ExecutionPolicy Bypass -File \"S:\\\\OTPAD ZA STVARI\\\\CUSTOM WINDOWS EXTENSIONS\\\\CreateSymLinkFile.ps1\""
[HKEY_CLASSES_ROOT\Directory\Background\shell\CreateSymLink\shell\tofolder]
@="to Folder"
[HKEY_CLASSES_ROOT\Directory\Background\shell\CreateSymLink\shell\tofolder\command]
@="powershell.exe -NoProfile -ExecutionPolicy Bypass -File \"S:\\\\OTPAD ZA STVARI\\\\CUSTOM WINDOWS EXTENSIONS\\\\CreateSymLinkFolder.ps1\""