spelling and grammatical improvements

This commit is contained in:
Gaël AVELINE 2016-01-19 16:39:44 +01:00
parent 19eaa99a3a
commit f4b726b536
2 changed files with 11 additions and 12 deletions

View file

@ -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