Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu] ;Computer "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000001 ;Network "{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000001 ;Recycled Bin "{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001 ;User's Files "{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000001 ;Control Panel "{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] ;Computer "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000001 ;Network "{F02C1A0D-BE21-4350-88B0-7367FC96EF3C}"=dword:00000001 ;Recycled Bin "{645FF040-5081-101B-9F08-00AA002F954E}"=dword:00000001 ;User's Files "{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000001 ;Control Panel "{5399E694-6CE5-4D6C-8FCE-1D8870FDCBA0}"=dword:00000001
Copy all the cab files to a folder and run on a BAT / CMD command line. ---------------------------------------------- batch.install.all.cab.cmd ---------------------------------------------- FOR %%I IN ("*.CAB") DO Dism /online /Add-Package /Quiet /Norestart /PackagePath:"%%I" ---------------------------------------------- batch.install.all.cab.cmd ----------------------------------------------
To run directly in cmd prompt (needs shortened runtime variable): Code: FOR %I IN (*.CAB) DO Dism /online /Add-Package /Quiet /Norestart /PackagePath:"%I"
Two options in Tweaks and Fixes post, restore traditional Control Panel to Win-X menu and add Control Panel to right-click context menu (Desktop).
Disable Windows Update Service and use WUMT when you want to manually run a check and apply/hide updates.
Wanted to go clean install today and found this. Currently on a normal WIN10 pro installation, is there any disadvantage by using this build? Or should I wait the 2 days until it will be throw out to the public?