diff --git a/scripts/disable-services.ps1 b/scripts/disable-services.ps1 index a93cf0a..a6b94e2 100644 --- a/scripts/disable-services.ps1 +++ b/scripts/disable-services.ps1 @@ -21,4 +21,4 @@ $services = @( foreach ($service in $services) { Get-Service -Name $service | Set-Service -StartupType Disabled -} \ No newline at end of file +} diff --git a/scripts/disable-windows-features.ps1 b/scripts/disable-windows-features.ps1 index e5243b4..979f0bd 100644 --- a/scripts/disable-windows-features.ps1 +++ b/scripts/disable-windows-features.ps1 @@ -9,4 +9,4 @@ $features = @( "WorkFolders-Client" ) -Disable-WindowsOptionalFeature -Online -NoRestart -FeatureName $features \ No newline at end of file +Disable-WindowsOptionalFeature -Online -NoRestart -FeatureName $features diff --git a/scripts/install-sysinternals.ps1 b/scripts/install-sysinternals.ps1 index a086cb2..634c366 100644 --- a/scripts/install-sysinternals.ps1 +++ b/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" \ No newline at end of file +rm "/SysinternalsSuite.zip" diff --git a/utils/add-run-with-powershell-as-administrator.reg b/utils/add-run-with-powershell-as-administrator.reg index 042b936..483a4f3 100644 --- a/utils/add-run-with-powershell-as-administrator.reg +++ b/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\"" \ No newline at end of file +@="\"C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe\" \"%1\"" diff --git a/utils/pre_post_export.bat b/utils/pre_post_export.bat index eb1d094..c0bb1c2 100644 --- a/utils/pre_post_export.bat +++ b/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" \ No newline at end of file +echo "Done Exporting Post State" diff --git a/utils/remove-run-with-powershell-as-administrator.reg b/utils/remove-run-with-powershell-as-administrator.reg index d0dc858..cc837d4 100644 --- a/utils/remove-run-with-powershell-as-administrator.reg +++ b/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] \ No newline at end of file +[-HKEY_CLASSES_ROOT\Microsoft.PowerShellScript.1\Shell\RunAs]