-
Notifications
You must be signed in to change notification settings - Fork 0
/
03_HKEY_CLASSES_ROOT-alle-Directory-Background-shell.reg
37 lines (24 loc) · 3.44 KB
/
03_HKEY_CLASSES_ROOT-alle-Directory-Background-shell.reg
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
31
32
33
34
35
36
37
Windows Registry Editor Version 5.00
; #**********************************************************************************************
; Einstellungen für Desktopbackground und Ordnerhintergruende
; #**********************************************************************************************
[HKEY_CLASSES_ROOT\Directory\Background\shell]
[HKEY_CLASSES_ROOT\Directory\Background\shell\AdminPowershell]
[HKEY_CLASSES_ROOT\Directory\Background\shell\AdminPowershell\command]
@="C:\\windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe start-process powershell -verb runas"
[HKEY_CLASSES_ROOT\Directory\Background\shell\AdminPowershellISE]
[HKEY_CLASSES_ROOT\Directory\Background\shell\AdminPowershellISE\command]
@="C:\\windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe start-process powershell_ise -verb runas"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Get-MsiInformation]
[HKEY_CLASSES_ROOT\Directory\Background\shell\Get-MsiInformation\command]
@="C:\\\\Windows\\\\system32\\\\WindowsPowerShell\\\\v1.0\\\\powershell.exe -executionpolicy bypass -file C:\\\\ProgramData\\\\Get-MsiInformation.ps1 -NoExit -Command Set-Location -LiteralPath '%V'"
[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenPowershellHere]
[HKEY_CLASSES_ROOT\Directory\Background\shell\OpenPowershellHere\command]
@="C:\\windows\\system32\\WindowsPowerShell\\v1.0\\powershell.exe -noexit -command Set-Location -LiteralPath '%V'"
[HKEY_CLASSES_ROOT\Directory\Background\shell\Powershell]
@="@shell32.dll,-8508"
"Extended"=""
"NoWorkingDirectory"=""
"ShowBasedOnVelocityId"=dword:00639bc8
[HKEY_CLASSES_ROOT\Directory\Background\shell\Powershell\command]
@="powershell.exe -noexit -command Set-Location -literalPath '%V'"