
[求助]regadd命令字數太長如何解決reg query HKCRMicrosoft.PowerShellscript.1shellreg add HKCRMicrosoft.PowerShellscript.1shellrunas /freg add HKCRMicrosoft.PowerShellscript.1shellrunas /v HasLUAShield /freg add HKCRMicrosoft.PowerShellscript.1shellrunasCommand /f:: PowerShell.exe -Command if((Get-ExecutionPolicy ) -ne 'AllSigned') { Set-ExecutionPolicy -Scope Process Bypass }; & '%1'reg add HKCRMicrosoft.PowerShellscript.1shellrunasCommand /ve /d PowerShell.exe -Command if((Get-ExecutionPolicy ) -ne 'AllSigned') { Set-ExecutionPolicy -Scope Process Bypass }; & '%1'最后一句應該是字符太長無法執行?

