InitalCommit
This commit is contained in:
13
ManagmentTools/KickStart_RunUpdates.cmd
Normal file
13
ManagmentTools/KickStart_RunUpdates.cmd
Normal file
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
|
||||
REM ###################################################
|
||||
REM # @description: #
|
||||
REM # Opens RunUpdates.ps1 in powershell with #
|
||||
REM # Process ExecutionPolicy set to Unrestricted #
|
||||
REM # #
|
||||
REM # @project: IMGSystTools #
|
||||
REM # @author: Bram Prieshof #
|
||||
REM ###################################################
|
||||
|
||||
echo Starting Update script...
|
||||
PowerShell.exe "Set-ExecutionPolicy -Scope Process Unrestricted -Force; C:\SysTools\ManagmentTools\RunUpdates.ps1"
|
||||
Reference in New Issue
Block a user