spelling and grammatical improvements
This commit is contained in:
parent
19eaa99a3a
commit
f4b726b536
2 changed files with 11 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
@echo off
|
||||
cd /d "%~dp0"
|
||||
REM CMD exectition script for remove-kb.ps1
|
||||
REM CMD execution script for remove-kb.ps1
|
||||
echo Change ps execution policy ...
|
||||
powershell set-executionpolicy unrestricted
|
||||
|
||||
|
@ -8,6 +8,6 @@ echo .
|
|||
echo Launch remove-kb script ...
|
||||
powershell "%~dp0remove-kb.ps1"
|
||||
|
||||
echo REstore ps execution policy ...
|
||||
echo Restore ps execution policy ...
|
||||
powershell set-executionpolicy restricted
|
||||
PAUSE
|
||||
|
|
Reference in a new issue