Category Archives: Windows

Run a powershell script

First open a powershell window and enable script execution

  • Restricted ? Stops any script from running.
  • RemoteSigned ? Allows scripts created on the device, but scripts created on another computer won’t run unless they include a trusted publisher’s signature.
  • AllSigned ? All the scripts will run, but only if a trusted publisher has signed them.
  • Unrestricted ? Runs any script without any restrictions enter this and answer A for All:

Set-ExecutionPolicy RemoteSigned

Now you can execute the scrip by entering it with the “invoke operator” (&) in front

& SloppyFocusFollowsMouse.ps1

How to un-associate a file to NO application without choosing another application?

  • create a new textfile.txt,
  • change the extention .txt to .exe, choose accept changes
  • go to property in the file you wanna change the default app assocition to
  • Choose the textfile.exe
  • change back the extention of the textfile.exe to .txt and accept the changes.
  • Now the association is broken for the original file and it is set to NO assosiation.
  • Ref: https://answers.microsoft.com/en-us/windows/forum/windows_10-files/how-to-unsetremove-a-default-app-for-file-type/15f2bf57-aa96-493a-b648-c81856af5eb3