The WinReducer Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

The WinReducer ForumLog in

FORUM

descriptionWindows 10 - 14 Tweaks EmptyWindows 10 - 14 Tweaks

more_horiz

  1. How to hide or block Windows Updates or driver updates in Windows 10 Insider Preview
  2. Disable Windows 10 Home/Pro Update
  3. Old activate volume control on the taskbar
  4. remove Modern apps
  5. disable Telemetry and Data Collection in Windows 10
  6. [You must be registered and logged in to see this link.]
  7. [You must be registered and logged in to see this link.]
  8. [You must be registered and logged in to see this link.]
  9. [You must be registered and logged in to see this link.]
  10. [You must be registered and logged in to see this link.]
  11. ..
  12. ..
  13. [You must be registered and logged in to see this link.]
  14. [You must be registered and logged in to see this link.]


1. How to hide or block Windows Updates or driver updates in Windows 10 Insider Preview

from here
Windows 10 - 14 Tweaks 3076930
Windows 10 - 14 Tweaks Driver10
Windows 10 - 14 Tweaks Driver11

2. Disable Windows 10 Home/Pro Update

With a registry entry can prevent the automatic updates because they can install immediately.

Disable Windows 10 Home Updates

Code:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU]
"NoAutoUpdate"=dword:00000000
"AUOptions"=dword:00000002
"ScheduledInstallDay"=dword:00000000
"ScheduledInstallTime"=dword:00000003


Disable Windows 10 Pro Updates
Win + R, press enter and start gpedit.msc.
Or enter and start Group Policy in the search of the taskbar
In the left tree then Local Computer Policy / Computer Configuration / Administrative Templates / Windows Components / Windows Update
Configure Automatic Updates in the right pane then double-click set to enabled and select the 2

Disable Windows 10 Pro Updates in Group Policy
Win + R, press enter and start gpedit.msc
Local Computer Policy / Computer Configuration / Administrative Templates / Windows Components / Windows Updates
Right then upgrade ... Double-click and set to Enabled.
Press Apply / OK

descriptionWindows 10 - 14 Tweaks Empty3. Old activate volume control on the taskbar

more_horiz
Old activate volume control on the taskbar

Code:



Old activate volume control on the taskbar
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\MTCUVC]
"EnableMtcUvc"=dword:00000000

descriptionWindows 10 - 14 Tweaks Empty4. Remove Modern apps

more_horiz
Remove a specific bundled app :


remove all bundled apps :

descriptionWindows 10 - 14 Tweaks EmptyRe: Windows 10 - 14 Tweaks

more_horiz
wow really nice job tanks much m8 cheers

descriptionWindows 10 - 14 Tweaks Empty5. Disable Telemetry and Data Collection in Windows 10

more_horiz
 All its options are available in Win-I -> Settings -> Privacy - Feedback and Diagnostics

disable Telemetry and Data Collection in Windows 10 Home and Windows 10 Pro

open regedit and go to

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection

If you do not have such a Registry key, then just create it.

There you need to create a new a 32-bit DWORD value named AllowTelemetry and set it to 0.

disable a couple of Windows services

Go to Services and Applications -> Services in the left pane. In the services list, disable the following services:

  • Diagnostics Tracking Service
  • dmwappushsvc

Win-I -> Settings -> Privacy - Feedback and Diagnostics -> is grayed 

This should prevent Windows 10 from spying on you.

descriptionWindows 10 - 14 Tweaks EmptyRe: Windows 10 - 14 Tweaks

more_horiz
I made a Black Viper’s Windows 10 Service Safe, easier to use or modify different entries.
For beginners or ...
Right click, open with notepad!
Automatic - 2
Manual - 3
Disabled - 4

[You must be registered and logged in to see this link.]

descriptionWindows 10 - 14 Tweaks Empty6. Fix blurry fonts in Windows 10

more_horiz
Default DPI method.reg :


Windows 8 DPI method.reg :


Restart Windows

I like better, what do you say?

Windows 10 - 14 Tweaks 8dpi10

descriptionWindows 10 - 14 Tweaks EmptyRe: Windows 10 - 14 Tweaks

more_horiz
Hey,

The blurry fix will be added in v0.5.0.0, thank you very much Hen Ry !

descriptionWindows 10 - 14 Tweaks EmptyRe: Windows 10 - 14 Tweaks

more_horiz
"LogPixels"=dword:00000078 -> Scripture perhaps a little too big?
Windows 10 - 14 Tweaks 8dpi10

"LogPixels"=dword:00000040 -> better?
Windows 10 - 14 Tweaks 8dpi_111

red arrow

Code:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
"ScrollHeight"="-155"
"ScrollWidth"="-155"


original

Code:

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics]
"ScrollHeight"="-255"
"ScrollWidth"="-255"

descriptionWindows 10 - 14 Tweaks EmptyRe: Windows 10 - 14 Tweaks

more_horiz
Ok, I've changed LogPixel value to 040 ... Smile

Scrollbar reduction will be also added in v0.5.0.0 ... thank you very much (again) ... Wink

descriptionWindows 10 - 14 Tweaks EmptyRe: Windows 10 - 14 Tweaks

more_horiz
value to 040 -> was just an idea -> maybe 40-78(80)

descriptionWindows 10 - 14 Tweaks Empty7. Win 10 Toggle Tweaker

more_horiz
Win 10 Toggle Tweaker (V1.6) :

Download :

Windows 10 - 14 Tweaks Tweak10

descriptionWindows 10 - 14 Tweaks EmptyRe: Windows 10 - 14 Tweaks

more_horiz
[You must be registered and logged in to see this link.]

descriptionWindows 10 - 14 Tweaks Empty8. Windows Defender also with malware protection

more_horiz
go to HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows Defender
left create MpEngine
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows Defender\MpEngine
right new DWORD-Wert (32 Bit) MpEnablePus = 1

Code:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender\MpEngine]
"MpEnablePus"=dword:00000001

descriptionWindows 10 - 14 Tweaks EmptyRe: Windows 10 - 14 Tweaks

more_horiz
How to see the actual size of the WinSxS folder in Windows 10

Dism.exe /Online /Cleanup-Image /AnalyzeComponentStore

descriptionWindows 10 - 14 Tweaks Empty9. NoLockScreen

more_horiz
+ Registry

Code:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Personalization]
"NoLockScreen"=dword:00000001

descriptionWindows 10 - 14 Tweaks EmptyRe: Windows 10 - 14 Tweaks

more_horiz
Hello Hen Ry,

Thank you for the sharing ... it's already available in WinReducer EX100 : "Tweaks - Logon - Disable LockScreen"

Smile

descriptionWindows 10 - 14 Tweaks Empty10. Install Cab Files

more_horiz
Cab update via DISM to install Windows 10

DISM.exe /Online /Add-Package /PackagePath:x:\xxxxxxxxxxxxxxxx.cab /NoRestart /quiet

Install Cab files using the context menu

Regedit -> HKEY_CLASSES_ROOT\CABFolder\Shell -> Right-click on Shell in the left tree -> New -> Create key named RunAs

In the right field now double-click on Standard and Value: Install the update app

Now right-click in the right field -> New -> Create string containing the name HasLUAShield

The value remains empty it.

Back to RunAs the left tree:

Right-click on RunAs -> New -> Create key named Command

In the right window, double-click on Standard

Under value ->  cmd/k dism /online /add-package /packagepath:"%1" enter

Code:

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\CABFolder\Shell\RunAs]
@="Install Cab Update"
"HasLUAShield"=""

[HKEY_CLASSES_ROOT\CABFolder\Shell\RunAs\Command]
@="cmd /k dism /online /add-package /packagepath:\"%1\""

descriptionWindows 10 - 14 Tweaks EmptyHow to install an MSU update in Windows 10

more_horiz

  1. Open an elevated command prompt.
  2. Type the following command:


wusa.exe "c:\updates\windows10.0-kb3172985-x64_006b20fc4c418499afa25248edacff2ef7dab963.msu"

descriptionWindows 10 - 14 Tweaks EmptyEnable hidden console login in Windows 10

more_horiz

descriptionWindows 10 - 14 Tweaks EmptyWindows 10 Anniversary Update might limit your Internet speed

more_horiz
netsh interface tcp show global

Windows 10 - 14 Tweaks Speed10

... wrote:
In the command output, look for the line "Receive Window Auto-Tuning Level". If its value says "normal", this means the feature is enabled. If your Internet speed is notably slow, then you can try to disable it.
To disable Receive Window Auto-Tuning, type the following command:


netsh int tcp set global autotuninglevel=disabled

... wrote:
After that, test your Internet speed. If you were affected by the incorrect behavior of the feature, you should get improved network performance.
If your network performance does not change or becomes worse, you can re-enable Receive Window Auto-Tuning by typing the following command:


netsh int tcp set global autotuninglevel=normal

descriptionWindows 10 - 14 Tweaks Empty13. Find the current Lock Screen image file in Windows 10

more_horiz
Source: Winaero
Download Find Current Lock Screen Image in Windows 10



LandscapeAssetPath - C:\Users\User\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets

simple batch file

Code:

@echo off
setlocal
set filename=
for /f "tokens=2*" %%a in ('reg query "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Lock Screen\Creative" /v LandscapeAssetPath') do set "LandscapeAssetPath=%%b"
for %%i in ("%LandscapeAssetPath%") do (
set filename=%%~ni
)
copy /Y "%LandscapeAssetPath%" "%userprofile%\Pictures\%filename%.jpg"
explorer.exe /select,"%userprofile%\Pictures\%filename%.jpg"
start "" "%userprofile%\Pictures\%filename%.jpg"

Windows 10 - 14 Tweaks 674c8211

This also works with Portrait Asset Path - C:\Users\User\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets

simple batch file

Code:

@echo off
setlocal
set filename=
for /f "tokens=2*" %%a in ('reg query "HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Lock Screen\Creative" /v PortraitAssetPath') do set "PortraitAssetPath=%%b"
for %%i in ("%PortraitAssetPath%") do (
set filename=%%~ni
)
copy /Y "%PortraitAssetPath%" "%userprofile%\Pictures\%filename%.jpg"
explorer.exe /select,"%userprofile%\Pictures\%filename%.jpg"
start "" "%userprofile%\Pictures\%filename%.jpg"

Windows 10 - 14 Tweaks Bc2c6711

descriptionWindows 10 - 14 Tweaks Empty14. Active / Inactive Hosts

more_horiz
with batch file for me, run as admin

Active:

Code:

rename C:\Windows\System32\drivers\etc\hosts# hosts


Inactive:

Code:

rename C:\Windows\System32\drivers\etc\hosts hosts#


Updating the HOSTS file in Windows 10/8 - hosts.zip

Editors Note: in most cases a large HOSTS file (over 135 kb) tends to slow down the machine.
To resolve this issue (manually) open the "Services Editor"

  • Start | Run (type) "services.msc" (no quotes)
    Win8 users - Control Panel > Administrative Tools > Services
  • Scroll down to "DNS Client", Right-click and select: Properties - click Stop [screenshot]
  • Click the drop-down arrow for "Startup type"
  • Select: Manual (recommended) or Disabled  click Apply/Ok and restart.

Source: [You must be registered and logged in to see this link.]
Hosts File Editor v.1.1.1 - Requirements:   Microsoft .NET Framework 3.5
privacy_tip Permissions in this forum:
You cannot reply to topics in this forum