I was testing some things from PowerShell ISE
to be able to mount scripts.
I realized that while I was running the script without saving the file, the commands were executed normally. However, shortly after saving the file on the desktop, the execution of the file started to generate the following error:
The script.ps1 file can not be loaded because the scripting has been disabled on this system.
See "get-help about_si gning "for more details. At line: 0 char: 0
But I did not disable anything ...
What "enabling" is Windows talking about? How can I enable running PowerShell scripts in Windows?