The ability to preview PowerShell (.ps1) scripts from Window's File Explorer is not enabled by default, or so it seems. A quick one line PowerShell command fixes that in a jiffy! Right click on PowerShell and select to "run as administrator" Then copy and paste the following:Set-ItemProperty Registry::HKEY_CLASSES_ROOT\.ps1 -Name PerceivedType -Value text That's it! Open [...]