| 
 | 
 
 本帖最后由 wu733 于 2024-9-1 23:22 编辑  
 
原来一直没把精力花在这上面,现在简单弄了一个出来,右键驱动器,我再研究一下 : 
 
Windows Registry Editor Version 5.00 
 
;在此处打开 PowerShell 
[HKEY_CLASSES_ROOT\Directory\Background\shell\Powershell] 
@="在此处打开 PowerShell" 
"Icon"="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell_ise.exe" 
[HKEY_CLASSES_ROOT\Directory\Background\shell\Powershell\command] 
@="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -NoExit Set-Location \"%V\"" 
 
[HKEY_CURRENT_USER\Console\%SystemRoot%_System32_WindowsPowerShell_v1.0_powershell.exe] 
"ScreenColors"=dword:0000003f 
 
[HKEY_CLASSES_ROOT\Directory\shell\PowerShell] 
@="在此处打开 PowerShell" 
"Icon"="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell_ise.exe" 
[HKEY_CLASSES_ROOT\Directory\shell\PowerShell\command] 
@="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -NoExit Set-Location \"%V\"" 
 
 |   
 
评分
- 
查看全部评分
 
 
 
 
 
 |