8
0

Install-WindowsService: Added admin reqirement

This commit is contained in:
KammM 2024-11-26 20:57:10 +01:00
parent c92fad6edf
commit 694ebaaf1c
3 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,14 @@
-------------------------------------------------------------------------------
Version 1.0.1.0 - 26.11.2024
NEW: -
FIX: -
CHG: - Now script can only be executed with admin rights
REM: -
-------------------------------------------------------------------------------
Version 1.0.0.0 - 21.11.2024
NEW: -
FIX: -

View File

@ -1,5 +1,6 @@
System Requirements
- Admin rights
- PowerShell Version 6 or higher needs to be installed
The path of the Powershell Exe needs to be set in the "Install-WindowsService_Caller.cmd" file.
Like: SET POWERSHELLEXE="C:\Program Files\PowerShell\7\pwsh.exe"