Small logger bugfixes
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| # Import the registry keys | ||||
| Write-Host "$('[{0:HH:mm}]' -f (Get-Date)) Making Windows 10 Great again" | ||||
| Write-Host "$('[{0:HH:mm}]' -f (Get-Date)) Importing registry keys..." | ||||
| regedit /s a:\MakeWindows10GreatAgain.reg | ||||
| regedit /s c:\vagrant\scripts\MakeWindows10GreatAgain.reg | ||||
|  | ||||
| # Remove OneDrive from the System | ||||
| Write-Host "$('[{0:HH:mm}]' -f (Get-Date)) Removing OneDrive..." | ||||
|   | ||||
| @@ -13,6 +13,7 @@ If ($(hostname) -eq "win10") { | ||||
|   # Because the Windows10 start menu sucks | ||||
|   choco install -y --limit-output --no-progress classic-shell -installArgs ADDLOCAL=ClassicStartMenu | ||||
|   & "C:\Program Files\Classic Shell\ClassicStartMenu.exe" "-xml" "c:\vagrant\resources\windows\MenuSettings.xml" | ||||
|   regedit /s c:\vagrant\resources\MenuStyle_Default_Win7.reg | ||||
| } | ||||
| choco install -y --limit-output --no-progress NotepadPlusPlus GoogleChrome WinRar | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Chris Long
					Chris Long