- Apr 25, 2015
- 1,845
- 2
- 2,199
- 327
Ever set a wallpaper and get pissed off with color loss and pixels?
Here is the immediate solution!
Windows Key + R:
This opens PowerShell with admin. Run the below command in the admin window.
Scared? Go use a base64 decoder.
Restart your machine and say goodbye to compression of your wallpaper.
To check if this is working, Windows Key + R:
"%appdata%\Microsoft\Windows\Themes\"
to compare size of file "TranscodedWallpaper" with original image file. You will need to set a new wallpaper after restarting.
Having issues?
Windows Key+R:
"%appdata%\Microsoft\Windows\Themes\"
Select everything within and delete all! Now set your wallpaper.
Here is the immediate solution!
Windows Key + R:
Code:
powershell "Start-Process powershell -Verb runAs"
This opens PowerShell with admin. Run the below command in the admin window.
Code:
powershell -encodedCommand TgBlAHcALQBJAHQAZQBtAFAAcgBvAHAAZQByAHQAeQAgAC0AUABhAHQAaAAgACIASABLAEMAVQA6AFwAQwBvAG4AdAByAG8AbAAgAFAAYQBuAGUAbABcAEQAZQBzAGsAdABvAHAAIgAgAC0ATgBhAG0AZQAgACIASgBQAEUARwBJAG0AcABvAHIAdABRAHUAYQBsAGkAdAB5ACIAIAAtAFYAYQBsAHUAZQAgADEAMAAwACAALQBQAHIAbwBwAGUAcgB0AHkAVAB5AHAAZQAgAEQAVwBPAFIARAAgAC0ARgBvAHIAYwBlAA==
Scared? Go use a base64 decoder.
Restart your machine and say goodbye to compression of your wallpaper.
To check if this is working, Windows Key + R:
"%appdata%\Microsoft\Windows\Themes\"
to compare size of file "TranscodedWallpaper" with original image file. You will need to set a new wallpaper after restarting.
Having issues?
Windows Key+R:
"%appdata%\Microsoft\Windows\Themes\"
Select everything within and delete all! Now set your wallpaper.
Last edited: