Browse Source

add newline before eof

pull/55/head
Alex Hirsch 9 years ago
parent
commit
2aee724782
  1. 2
      scripts/disable-services.ps1
  2. 2
      scripts/disable-windows-features.ps1
  3. 2
      scripts/install-sysinternals.ps1
  4. 2
      utils/add-run-with-powershell-as-administrator.reg
  5. 2
      utils/pre_post_export.bat
  6. 2
      utils/remove-run-with-powershell-as-administrator.reg

2
scripts/disable-services.ps1

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

2
scripts/disable-windows-features.ps1

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

2
scripts/install-sysinternals.ps1

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

2
utils/add-run-with-powershell-as-administrator.reg

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

2
utils/pre_post_export.bat

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

2
utils/remove-run-with-powershell-as-administrator.reg

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