doxdox icon indicating copy to clipboard operation
doxdox copied to clipboard

Windows Execution Policies

Open neogeek opened this issue 3 years ago • 0 comments

If you are having issues running doxdox on Windows due to permissions, see the following link for more information.

https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_execution_policies?view=powershell-7.2

To get doxdox working, run the following command from Windows PowerShell.

$ Set-ExecutionPolicy RemoteSigned -Scope CurrentUser

neogeek avatar Jan 25 '22 15:01 neogeek