add newline before eof

pull/55/head
Alex Hirsch 9 years ago
parent b81d0315ff
commit 2aee724782

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

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

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

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

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

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

Loading…
Cancel
Save