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. ```powershell $ Set-ExecutionPolicy RemoteSigned -Scope CurrentUser ```