* Look through the ```Sophia.ps1``` file to configure functions that you want to be run;
* Comment out function with the ```#``` char if you don't want it to be run;
* Uncomment function by removing the ```#``` char if you want it to be run.
* Look through the `Sophia.ps1` file to configure functions that you want to be run;
* Comment out function with the `#` char if you don't want it to be run;
* Uncomment function by removing the `#` char if you want it to be run.
* Click "File" in File Explorer, hover over "Open Windows PowerShell", and select "Open Windows PowerShell as Administrator" [(how-to with screenshots)](https://www.howtogeek.com/662611/9-ways-to-open-powershell-in-windows-10/);
* Set execution policy to be able to run scripts only in the current PowerShell session
@ -158,7 +158,7 @@ Available in: <img src="https://upload.wikimedia.org/wikipedia/commons/a/ae/Flag
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process -Force
```
* Type ```.\Sophia.ps1``` to run the whole preset file;
* Type `.\Sophia.ps1` to run the whole preset file;