mirror of
				https://github.com/cmderdev/cmder.git
				synced 2025-11-01 01:42:17 +08:00 
			
		
		
		
	Indent parameters for Path clarity
This commit is contained in:
		| @@ -83,10 +83,10 @@ function Register-Cmder(){ | |||||||
|     } |     } | ||||||
|     Process |     Process | ||||||
|     { |     { | ||||||
|         New-Item -Path "HKCR:\Directory\Shell\Cmder" -Force -Value $MenuText |         New-Item         -Path "HKCR:\Directory\Shell\Cmder" -Force -Value $MenuText | ||||||
|         New-ItemProperty -Path "HKCR:\Directory\Shell\Cmder" -Force -Name "Icon" -Value `"$icon`" |         New-ItemProperty -Path "HKCR:\Directory\Shell\Cmder" -Force -Name "Icon" -Value `"$icon`" | ||||||
|         New-ItemProperty -Path "HKCR:\Directory\Shell\Cmder" -Force -Name "NoWorkingDirectory" |         New-ItemProperty -Path "HKCR:\Directory\Shell\Cmder" -Force -Name "NoWorkingDirectory" | ||||||
|         New-Item -Path "HKCR:\Directory\Shell\Cmder\Command" -Force -Value "`"$PathToExe`" `"$Command`" " |         New-Item         -Path "HKCR:\Directory\Shell\Cmder\Command" -Force -Value "`"$PathToExe`" `"$Command`" " | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user