add newline before eof

This commit is contained in:
Alex Hirsch 2015-08-06 22:26:14 +02:00
parent b81d0315ff
commit 2aee724782
6 changed files with 6 additions and 6 deletions

View File

@ -21,4 +21,4 @@ $services = @(
foreach ($service in $services) {
Get-Service -Name $service | Set-Service -StartupType Disabled
}
}

View File

@ -9,4 +9,4 @@ $features = @(
"WorkFolders-Client"
)
Disable-WindowsOptionalFeature -Online -NoRestart -FeatureName $features
Disable-WindowsOptionalFeature -Online -NoRestart -FeatureName $features

View File

@ -17,4 +17,4 @@ Add-Type -AssemblyName "system.io.compression.filesystem"
[io.compression.zipfile]::ExtractToDirectory("/SysinternalsSuite.zip", "/Sysinternals")
echo "Removing zipfile"
rm "/SysinternalsSuite.zip"
rm "/SysinternalsSuite.zip"

View File

@ -1,4 +1,4 @@
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Microsoft.PowerShellScript.1\Shell\RunAs\Command]
@="\"C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe\" \"%1\""
@="\"C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe\" \"%1\""

View File

@ -10,4 +10,4 @@ pause
echo "Start Exporting Post State"
regedit.exe /e "%USERPROFILE%\Desktop\post_hklm.reg" "HKEY_LOCAL_MACHINE"
regedit.exe /e "%USERPROFILE%\Desktop\post_hkcu.reg" "HKEY_CURRENT_USER"
echo "Done Exporting Post State"
echo "Done Exporting Post State"

View File

@ -1,3 +1,3 @@
Windows Registry Editor Version 5.00
[-HKEY_CLASSES_ROOT\Microsoft.PowerShellScript.1\Shell\RunAs]
[-HKEY_CLASSES_ROOT\Microsoft.PowerShellScript.1\Shell\RunAs]