Recent content by ChristianL


  1. Solved Run PS1 files (double click) on Windows 11

    Thanks abactuon !! - I modified your script and everything is working as needed
  2. Solved Run PS1 files (double click) on Windows 11

    Hello, On Windows 10 I was able to modify the file association by using the following command : Set-ItemProperty -Path "Registry::HKEY_CLASSES_ROOT\Microsoft.PowerShellScript.1\Shell\Open\Command" -Name '(Default)' -Value '"C:\Program Files\PowerShell\7\pwsh.exe" -noLogo -ExecutionPolicy...
Back
Top Bottom