Forums
New posts
Search forums
News
Security News
Technology News
Giveaways
Giveaways, Promotions and Contests
Discounts & Deals
Reviews
Users Reviews
Video Reviews
Support
Windows Malware Removal Help & Support
Inactive Support Threads
Mac Malware Removal Help & Support
Mobile Malware Removal Help & Support
Blog
Log in
Register
What's new
Search
Search titles only
By:
Search titles only
By:
Reply to thread
Menu
Install the app
Install
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Forums
Software
Operating Systems
Windows 10
[GUIDE] Debloat Windows 10 ISO (2004 Compatible)
Message
<blockquote data-quote="bayasdev" data-source="post: 887609" data-attributes="member: 41799"><p><span style="font-size: 22px"><strong>Introduction</strong></span></p><p>Today I present you a "better" way to debloat Windows 10, instead of running a script after installing Windows 10 we can optimize the installation media using this awesome tool called <a href="https://github.com/DrEmpiricism/Optimize-Offline" target="_blank">Optimize-Offline</a></p><p></p><p><span style="font-size: 26px"><strong>Pre-requisites</strong></span></p><p>A working Windows 10 machine (haven't tested on older versions)</p><p>An original Windows 10 ISO, it doesn't matters if it's .wim or .esd</p><p></p><p><span style="font-size: 26px"><strong>Steps</strong></span></p><p>1. Download the <a href="https://github.com/DrEmpiricism/Optimize-Offline/releases" target="_blank">latest release</a> (.zip file) and extract it</p><p>2. Copy the ISO to the same folder</p><p>3. Edit the configuration.json, I used the following settings for this guide</p><p></p><p>[SPOILER="Configuration.json"]</p><p>{</p><p> "_Info": [</p><p> "This is a JSON based Configuration file for Optimize-Offline.",</p><p> "Ensure proper formatting is used when editing the JSON parameter values.",</p><p> "Boolean parameter values use true and false. String parameter values must be enclosed in double-quotes."</p><p> ],</p><p> "SourcePath": "C:\\Users\\Victor\\Downloads\\Optimize-Offline-4.0.1.0\\Optimize-Offline-4.0.1.0\\Win10_2004_Spanish_x64.iso",</p><p> "WindowsApps": "Whitelist",</p><p> "SystemApps": false,</p><p> "Capabilities": false,</p><p> "Packages": false,</p><p> "Features": false,</p><p> "DeveloperMode": false,</p><p> "WindowsStore": false,</p><p> "MicrosoftEdge": false,</p><p> "Win32Calc": false,</p><p> "Dedup": true,</p><p> "DaRT": "Setup",</p><p> "Registry": true,</p><p> "Additional": {</p><p> "Setup": false,</p><p> "Wallpaper": false,</p><p> "SystemLogo": false,</p><p> "LockScreen": false,</p><p> "RegistryTemplates": false,</p><p> "LayoutModification": false,</p><p> "Unattend": false,</p><p> "Drivers": false,</p><p> "NetFx3": true</p><p> },</p><p> "ISO": "No-Prompt"</p><p>}</p><p></p><p></p><p>[/SPOILER]</p><p></p><p><u><strong>Don't forget to edit SourcePath to the absolute path of your ISO file</strong></u></p><p></p><p>In my config you can see that WindowsApps parameter is set to whitelist, those UWP apps that will be preserved during the debloat process.</p><p>By default it includes the Store and some of it's dependencies, I added the UWP Camera, Calendar and Calculator as well as the HEIF plugin but you can edit it as you want.</p><p></p><p><a href="https://docs.microsoft.com/en-us/windows/application-management/apps-in-windows-10#provisioned-windows-apps" target="_blank">List of bundled UWP (Appx) packages in a default Windows 10 install</a></p><p></p><p>[SPOILER="Content/AppxWhitelist.json"]</p><p>{</p><p> "DisplayName": [</p><p> "Microsoft.DesktopAppInstaller",</p><p> "Microsoft.StorePurchaseApp",</p><p> "Microsoft.VP9VideoExtensions",</p><p> "Microsoft.Windows.Photos",</p><p> "Microsoft.WindowsStore",</p><p> "Microsoft.XboxIdentityProvider",</p><p> "Microsoft.WindowsCamera",</p><p> "Microsoft.WindowsCalculator",</p><p> "Microsoft.HEIFImageExtension"</p><p> ]</p><p>}</p><p>[/SPOILER]</p><p></p><p>So now let's run the script</p><p></p><p>4. Open a Poweshell window as admin and type:</p><p>[ICODE]powershell -ep bypass -file "the path to your Start-Optimize.ps1"[/ICODE]</p><p></p><p>5. If your ISO contains multiple editions you will be prompted to choose one, I chose Windows 10 Pro and click Accept</p><p></p><p>[ATTACH=full]242235[/ATTACH]</p><p></p><p>The debloating process will start</p><p></p><p>[ATTACH=full]242241[/ATTACH]</p><p></p><p>6. At the end it will ask you to choose a compression method, I chose Fast for convenience</p><p></p><p>[ATTACH=full]242237[/ATTACH]</p><p></p><p>7. Once it finishes, a new folder will be created in the same directory, this contains the generated ISO and some logs</p><p></p><p>[ATTACH=full]242239[/ATTACH]</p><p></p><p>You can check the logs and see the applied changes</p><p></p><p>[SPOILER="Logs"]</p><p>***************************************************************************************************</p><p>Running Module : Optimize-Offline 4.0.1.0</p><p>Optimize Start : 06/05/2020 01:41:20</p><p>Identity Name : Victor</p><p>Computer Name : DESKTOP-V192I6O</p><p>***************************************************************************************************</p><p></p><p>2020-06-05T13:41:20 [INFO]: Supported Image Build: [19041]</p><p>2020-06-05T13:41:23 [INFO]: Mounting Windows 10 Pro</p><p>2020-06-05T13:42:35 [INFO]: Mounting Microsoft Windows Setup (x64)</p><p>2020-06-05T13:42:53 [INFO]: Pre-Optimization Image Health State: [Healthy]</p><p>2020-06-05T13:43:01 [INFO]: Removing Provisioned App Package: CortanaApp.View.App</p><p>2020-06-05T13:43:05 [INFO]: Removing Provisioned App Package: Microsoft.BingWeather</p><p>2020-06-05T13:43:08 [INFO]: Removing Provisioned App Package: Microsoft.GetHelp</p><p>2020-06-05T13:43:12 [INFO]: Removing Provisioned App Package: Microsoft.Getstarted</p><p>2020-06-05T13:43:16 [INFO]: Removing Provisioned App Package: Microsoft.Microsoft3DViewer</p><p>2020-06-05T13:43:20 [INFO]: Removing Provisioned App Package: Microsoft.MicrosoftOfficeHub</p><p>2020-06-05T13:43:24 [INFO]: Removing Provisioned App Package: Microsoft.MicrosoftSolitaireCollection</p><p>2020-06-05T13:43:28 [INFO]: Removing Provisioned App Package: Microsoft.MicrosoftStickyNotes</p><p>2020-06-05T13:43:31 [INFO]: Removing Provisioned App Package: Microsoft.MixedReality.Portal</p><p>2020-06-05T13:43:35 [INFO]: Removing Provisioned App Package: Microsoft.MSPaint</p><p>2020-06-05T13:43:39 [INFO]: Removing Provisioned App Package: Microsoft.Office.OneNote</p><p>2020-06-05T13:43:43 [INFO]: Removing Provisioned App Package: Microsoft.People</p><p>2020-06-05T13:43:46 [INFO]: Removing Provisioned App Package: Microsoft.ScreenSketch</p><p>2020-06-05T13:43:50 [INFO]: Removing Provisioned App Package: Microsoft.SkypeApp</p><p>2020-06-05T13:43:54 [INFO]: Removing Provisioned App Package: Microsoft.VCLibs.140.00</p><p>2020-06-05T13:43:56 [INFO]: Removing Provisioned App Package: Microsoft.Wallet</p><p>2020-06-05T13:43:59 [INFO]: Removing Provisioned App Package: Microsoft.WebMediaExtensions</p><p>2020-06-05T13:44:03 [INFO]: Removing Provisioned App Package: Microsoft.WebpImageExtension</p><p>2020-06-05T13:44:06 [INFO]: Removing Provisioned App Package: Microsoft.WindowsAlarms</p><p>2020-06-05T13:44:10 [INFO]: Removing Provisioned App Package: microsoft.windowscommunicationsapps</p><p>2020-06-05T13:44:14 [INFO]: Removing Provisioned App Package: Microsoft.WindowsFeedbackHub</p><p>2020-06-05T13:44:18 [INFO]: Removing Provisioned App Package: Microsoft.WindowsMaps</p><p>2020-06-05T13:44:22 [INFO]: Removing Provisioned App Package: Microsoft.WindowsSoundRecorder</p><p>2020-06-05T13:44:25 [INFO]: Removing Provisioned App Package: Microsoft.Xbox.TCUI</p><p>2020-06-05T13:44:29 [INFO]: Removing Provisioned App Package: Microsoft.XboxApp</p><p>2020-06-05T13:44:32 [INFO]: Removing Provisioned App Package: Microsoft.XboxGameOverlay</p><p>2020-06-05T13:44:36 [INFO]: Removing Provisioned App Package: Microsoft.XboxGamingOverlay</p><p>2020-06-05T13:44:39 [INFO]: Removing Provisioned App Package: Microsoft.XboxSpeechToTextOverlay</p><p>2020-06-05T13:44:43 [INFO]: Removing Provisioned App Package: Microsoft.YourPhone</p><p>2020-06-05T13:44:47 [INFO]: Removing Provisioned App Package: Microsoft.ZuneMusic</p><p>2020-06-05T13:44:51 [INFO]: Removing Provisioned App Package: Microsoft.ZuneVideo</p><p>2020-06-05T13:44:54 [INFO]: Disabling Services, Drivers and Integration Content for Removed Apps.</p><p>2020-06-05T13:44:56 [INFO]: Importing Custom App Associations.</p><p>2020-06-05T13:45:06 [INFO]: Disabling Optional Feature: MicrosoftWindowsPowerShellV2Root</p><p>2020-06-05T13:45:10 [INFO]: Applying Optimized Registry Settings.</p><p>2020-06-05T13:45:26 [INFO]: Enabling Optional Feature: NetFx3</p><p>2020-06-05T13:46:10 [INFO]: Cleaning-up the Start Menu Layout.</p><p>2020-06-05T13:46:13 [INFO]: Creating a Package Summary Log.</p><p>2020-06-05T13:46:20 [INFO]: Post-Optimization Image Health State: [Healthy]</p><p>2020-06-05T13:46:23 [INFO]: Saving and Dismounting Microsoft Windows Setup (x64)</p><p>2020-06-05T13:46:50 [INFO]: Rebuilding and Exporting Microsoft Windows Setup (x64)</p><p>2020-06-05T13:46:58 [INFO]: Saving and Dismounting Windows 10 Pro</p><p>2020-06-05T13:51:04 [INFO]: Rebuilding and Exporting Windows 10 Pro using Fast compression.</p><p>2020-06-05T13:53:20 [INFO]: Optimizing the Installation Media File Structure.</p><p>2020-06-05T13:53:21 [INFO]: Creating a No-Prompt Bootable Windows Installation Media ISO.</p><p>2020-06-05T13:53:43 [INFO]: Finalizing Optimizations.</p><p>2020-06-05T13:53:43 [INFO]: Optimize-Offline completed in [12] minutes with [0] errors.</p><p></p><p>***************************************************************************************************</p><p>Optimizations Finalized : 06/05/2020 01:53:43</p><p>***************************************************************************************************</p><p>[/SPOILER]</p><p></p><p>[SPOILER="Applied registry changes"]</p><p>Disabling Cortana and Search Bar Web Connectivity.</p><p>Disabling System Telemetry, Logging, Data Collecting and Advertisements.</p><p>Disabling Windows Tracking.</p><p>Disabling System Location Sensors.</p><p>Disabling the Password Reveal Button.</p><p>Disabling Cross-Device Sharing and Shared Experiences.</p><p>Disabling WiFi Sense.</p><p>Disabling Microsoft Toast and Lockscreen Notifications.</p><p>Disabling Connected Drive Autoplay and Autorun.</p><p>Disabling Automatic Download File Blocking.</p><p>Disabling the Modern UI Swap File.</p><p>Disabling Reserved Storage.</p><p>Disabling the Automatic Clean-up of Downloads by Storage Sense.</p><p>Disabling the First Log-on Animation.</p><p>Disabling the Windows Start-up Sound.</p><p>Disabling the Get More out of Windows Start-up Notification.</p><p>Enabling the Search Icon on Taskbar.</p><p>Enabling the Driver Letter before Drive Name.</p><p>Optimizing Taskbar Icons and Transparency.</p><p>Enabling File Explorer Launch to This PC.</p><p>Disabling Wallpaper .JPEG Quality Reduction.</p><p>Disabling the Sign-in Screen Acrylic Blur.</p><p>Disabling the Trailing Text for Shortcuts.</p><p>Enabling Command Prompt on the Win+X Quick Link Menu.</p><p>Disabling Microsoft Edge Desktop Shortcut Creation and Pre-Launching.</p><p>Disabling Pinned Windows Store, Windows Mail and People Icons.</p><p>Reducing Start Menu Delay.</p><p>Enabling TaskBar Icon Combining with Small Icons.</p><p>Disabling the Open File Prompt.</p><p>Enabling the Classic Personalization Panel.</p><p>Enabling This PC Desktop Icon.</p><p>Removing Edit with Paint 3D and 3D Print from the Context Menu.</p><p>Restoring Windows Photo Viewer.</p><p>Removing User Folders from Explorer.</p><p>Increasing the Icon Cache Size.</p><p>Disabling the Sticky Keys Prompt.</p><p>Disabling Enhanced Pointer Precision.</p><p>Removing Give Access To, Share and Cast To Device from the Context Menu.</p><p>Removing Restore Previous Versions from the Context Menu.</p><p>Adding Reboot to Recovery to This PC.</p><p>Enabling Long File Paths.</p><p>Enabling Strong Cryptography for .NET Applications.</p><p>[/SPOILER]</p><p></p><p>8. Enjoy!</p><p></p><p>I installed the generated ISO in a VM and it's working good</p><p></p><p>[ATTACH=full]242240[/ATTACH]</p><p></p><p><strong><span style="font-size: 22px">Further notes</span></strong></p><p>By default the configuration.json is set to ask which Components, Services and Features you want to remove or enable respectively</p><p>You can find the documentation <a href="https://github.com/DrEmpiricism/Optimize-Offline/blob/master/docs/Optimize-Offline-help.md" target="_blank">here</a></p><p></p><p>PD: If I made a mistake or a typo feel free to tell me</p><p>-Greetings [USER=41799]@geminis3[/USER]</p><p></p><p>[SPOILER="Disclaimer"]</p><p>I'm not responsible for any damage or data loss caused by following the procedures described in this guide</p><p>[/SPOILER]</p></blockquote><p></p>
[QUOTE="bayasdev, post: 887609, member: 41799"] [SIZE=6][B]Introduction[/B][/SIZE] Today I present you a "better" way to debloat Windows 10, instead of running a script after installing Windows 10 we can optimize the installation media using this awesome tool called [URL='https://github.com/DrEmpiricism/Optimize-Offline']Optimize-Offline[/URL] [SIZE=7][B]Pre-requisites[/B][/SIZE] A working Windows 10 machine (haven't tested on older versions) An original Windows 10 ISO, it doesn't matters if it's .wim or .esd [SIZE=7][B]Steps[/B][/SIZE] 1. Download the [URL='https://github.com/DrEmpiricism/Optimize-Offline/releases']latest release[/URL] (.zip file) and extract it 2. Copy the ISO to the same folder 3. Edit the configuration.json, I used the following settings for this guide [SPOILER="Configuration.json"] { "_Info": [ "This is a JSON based Configuration file for Optimize-Offline.", "Ensure proper formatting is used when editing the JSON parameter values.", "Boolean parameter values use true and false. String parameter values must be enclosed in double-quotes." ], "SourcePath": "C:\\Users\\Victor\\Downloads\\Optimize-Offline-4.0.1.0\\Optimize-Offline-4.0.1.0\\Win10_2004_Spanish_x64.iso", "WindowsApps": "Whitelist", "SystemApps": false, "Capabilities": false, "Packages": false, "Features": false, "DeveloperMode": false, "WindowsStore": false, "MicrosoftEdge": false, "Win32Calc": false, "Dedup": true, "DaRT": "Setup", "Registry": true, "Additional": { "Setup": false, "Wallpaper": false, "SystemLogo": false, "LockScreen": false, "RegistryTemplates": false, "LayoutModification": false, "Unattend": false, "Drivers": false, "NetFx3": true }, "ISO": "No-Prompt" } [/SPOILER] [U][B]Don't forget to edit SourcePath to the absolute path of your ISO file[/B][/U] In my config you can see that WindowsApps parameter is set to whitelist, those UWP apps that will be preserved during the debloat process. By default it includes the Store and some of it's dependencies, I added the UWP Camera, Calendar and Calculator as well as the HEIF plugin but you can edit it as you want. [URL='https://docs.microsoft.com/en-us/windows/application-management/apps-in-windows-10#provisioned-windows-apps']List of bundled UWP (Appx) packages in a default Windows 10 install[/URL] [SPOILER="Content/AppxWhitelist.json"] { "DisplayName": [ "Microsoft.DesktopAppInstaller", "Microsoft.StorePurchaseApp", "Microsoft.VP9VideoExtensions", "Microsoft.Windows.Photos", "Microsoft.WindowsStore", "Microsoft.XboxIdentityProvider", "Microsoft.WindowsCamera", "Microsoft.WindowsCalculator", "Microsoft.HEIFImageExtension" ] } [/SPOILER] So now let's run the script 4. Open a Poweshell window as admin and type: [ICODE]powershell -ep bypass -file "the path to your Start-Optimize.ps1"[/ICODE] 5. If your ISO contains multiple editions you will be prompted to choose one, I chose Windows 10 Pro and click Accept [ATTACH type="full" alt="1591390341193.png"]242235[/ATTACH] The debloating process will start [ATTACH type="full" alt="Captura de pantalla (87).png"]242241[/ATTACH] 6. At the end it will ask you to choose a compression method, I chose Fast for convenience [ATTACH type="full" alt="Captura de pantalla (91).png"]242237[/ATTACH] 7. Once it finishes, a new folder will be created in the same directory, this contains the generated ISO and some logs [ATTACH type="full" alt="1591390676724.png"]242239[/ATTACH] You can check the logs and see the applied changes [SPOILER="Logs"] *************************************************************************************************** Running Module : Optimize-Offline 4.0.1.0 Optimize Start : 06/05/2020 01:41:20 Identity Name : Victor Computer Name : DESKTOP-V192I6O *************************************************************************************************** 2020-06-05T13:41:20 [INFO]: Supported Image Build: [19041] 2020-06-05T13:41:23 [INFO]: Mounting Windows 10 Pro 2020-06-05T13:42:35 [INFO]: Mounting Microsoft Windows Setup (x64) 2020-06-05T13:42:53 [INFO]: Pre-Optimization Image Health State: [Healthy] 2020-06-05T13:43:01 [INFO]: Removing Provisioned App Package: CortanaApp.View.App 2020-06-05T13:43:05 [INFO]: Removing Provisioned App Package: Microsoft.BingWeather 2020-06-05T13:43:08 [INFO]: Removing Provisioned App Package: Microsoft.GetHelp 2020-06-05T13:43:12 [INFO]: Removing Provisioned App Package: Microsoft.Getstarted 2020-06-05T13:43:16 [INFO]: Removing Provisioned App Package: Microsoft.Microsoft3DViewer 2020-06-05T13:43:20 [INFO]: Removing Provisioned App Package: Microsoft.MicrosoftOfficeHub 2020-06-05T13:43:24 [INFO]: Removing Provisioned App Package: Microsoft.MicrosoftSolitaireCollection 2020-06-05T13:43:28 [INFO]: Removing Provisioned App Package: Microsoft.MicrosoftStickyNotes 2020-06-05T13:43:31 [INFO]: Removing Provisioned App Package: Microsoft.MixedReality.Portal 2020-06-05T13:43:35 [INFO]: Removing Provisioned App Package: Microsoft.MSPaint 2020-06-05T13:43:39 [INFO]: Removing Provisioned App Package: Microsoft.Office.OneNote 2020-06-05T13:43:43 [INFO]: Removing Provisioned App Package: Microsoft.People 2020-06-05T13:43:46 [INFO]: Removing Provisioned App Package: Microsoft.ScreenSketch 2020-06-05T13:43:50 [INFO]: Removing Provisioned App Package: Microsoft.SkypeApp 2020-06-05T13:43:54 [INFO]: Removing Provisioned App Package: Microsoft.VCLibs.140.00 2020-06-05T13:43:56 [INFO]: Removing Provisioned App Package: Microsoft.Wallet 2020-06-05T13:43:59 [INFO]: Removing Provisioned App Package: Microsoft.WebMediaExtensions 2020-06-05T13:44:03 [INFO]: Removing Provisioned App Package: Microsoft.WebpImageExtension 2020-06-05T13:44:06 [INFO]: Removing Provisioned App Package: Microsoft.WindowsAlarms 2020-06-05T13:44:10 [INFO]: Removing Provisioned App Package: microsoft.windowscommunicationsapps 2020-06-05T13:44:14 [INFO]: Removing Provisioned App Package: Microsoft.WindowsFeedbackHub 2020-06-05T13:44:18 [INFO]: Removing Provisioned App Package: Microsoft.WindowsMaps 2020-06-05T13:44:22 [INFO]: Removing Provisioned App Package: Microsoft.WindowsSoundRecorder 2020-06-05T13:44:25 [INFO]: Removing Provisioned App Package: Microsoft.Xbox.TCUI 2020-06-05T13:44:29 [INFO]: Removing Provisioned App Package: Microsoft.XboxApp 2020-06-05T13:44:32 [INFO]: Removing Provisioned App Package: Microsoft.XboxGameOverlay 2020-06-05T13:44:36 [INFO]: Removing Provisioned App Package: Microsoft.XboxGamingOverlay 2020-06-05T13:44:39 [INFO]: Removing Provisioned App Package: Microsoft.XboxSpeechToTextOverlay 2020-06-05T13:44:43 [INFO]: Removing Provisioned App Package: Microsoft.YourPhone 2020-06-05T13:44:47 [INFO]: Removing Provisioned App Package: Microsoft.ZuneMusic 2020-06-05T13:44:51 [INFO]: Removing Provisioned App Package: Microsoft.ZuneVideo 2020-06-05T13:44:54 [INFO]: Disabling Services, Drivers and Integration Content for Removed Apps. 2020-06-05T13:44:56 [INFO]: Importing Custom App Associations. 2020-06-05T13:45:06 [INFO]: Disabling Optional Feature: MicrosoftWindowsPowerShellV2Root 2020-06-05T13:45:10 [INFO]: Applying Optimized Registry Settings. 2020-06-05T13:45:26 [INFO]: Enabling Optional Feature: NetFx3 2020-06-05T13:46:10 [INFO]: Cleaning-up the Start Menu Layout. 2020-06-05T13:46:13 [INFO]: Creating a Package Summary Log. 2020-06-05T13:46:20 [INFO]: Post-Optimization Image Health State: [Healthy] 2020-06-05T13:46:23 [INFO]: Saving and Dismounting Microsoft Windows Setup (x64) 2020-06-05T13:46:50 [INFO]: Rebuilding and Exporting Microsoft Windows Setup (x64) 2020-06-05T13:46:58 [INFO]: Saving and Dismounting Windows 10 Pro 2020-06-05T13:51:04 [INFO]: Rebuilding and Exporting Windows 10 Pro using Fast compression. 2020-06-05T13:53:20 [INFO]: Optimizing the Installation Media File Structure. 2020-06-05T13:53:21 [INFO]: Creating a No-Prompt Bootable Windows Installation Media ISO. 2020-06-05T13:53:43 [INFO]: Finalizing Optimizations. 2020-06-05T13:53:43 [INFO]: Optimize-Offline completed in [12] minutes with [0] errors. *************************************************************************************************** Optimizations Finalized : 06/05/2020 01:53:43 *************************************************************************************************** [/SPOILER] [SPOILER="Applied registry changes"] Disabling Cortana and Search Bar Web Connectivity. Disabling System Telemetry, Logging, Data Collecting and Advertisements. Disabling Windows Tracking. Disabling System Location Sensors. Disabling the Password Reveal Button. Disabling Cross-Device Sharing and Shared Experiences. Disabling WiFi Sense. Disabling Microsoft Toast and Lockscreen Notifications. Disabling Connected Drive Autoplay and Autorun. Disabling Automatic Download File Blocking. Disabling the Modern UI Swap File. Disabling Reserved Storage. Disabling the Automatic Clean-up of Downloads by Storage Sense. Disabling the First Log-on Animation. Disabling the Windows Start-up Sound. Disabling the Get More out of Windows Start-up Notification. Enabling the Search Icon on Taskbar. Enabling the Driver Letter before Drive Name. Optimizing Taskbar Icons and Transparency. Enabling File Explorer Launch to This PC. Disabling Wallpaper .JPEG Quality Reduction. Disabling the Sign-in Screen Acrylic Blur. Disabling the Trailing Text for Shortcuts. Enabling Command Prompt on the Win+X Quick Link Menu. Disabling Microsoft Edge Desktop Shortcut Creation and Pre-Launching. Disabling Pinned Windows Store, Windows Mail and People Icons. Reducing Start Menu Delay. Enabling TaskBar Icon Combining with Small Icons. Disabling the Open File Prompt. Enabling the Classic Personalization Panel. Enabling This PC Desktop Icon. Removing Edit with Paint 3D and 3D Print from the Context Menu. Restoring Windows Photo Viewer. Removing User Folders from Explorer. Increasing the Icon Cache Size. Disabling the Sticky Keys Prompt. Disabling Enhanced Pointer Precision. Removing Give Access To, Share and Cast To Device from the Context Menu. Removing Restore Previous Versions from the Context Menu. Adding Reboot to Recovery to This PC. Enabling Long File Paths. Enabling Strong Cryptography for .NET Applications. [/SPOILER] 8. Enjoy! I installed the generated ISO in a VM and it's working good [ATTACH type="full" alt="1591390893002.png"]242240[/ATTACH] [B][SIZE=6]Further notes[/SIZE][/B] By default the configuration.json is set to ask which Components, Services and Features you want to remove or enable respectively You can find the documentation [URL='https://github.com/DrEmpiricism/Optimize-Offline/blob/master/docs/Optimize-Offline-help.md']here[/URL] PD: If I made a mistake or a typo feel free to tell me -Greetings [USER=41799]@geminis3[/USER] [SPOILER="Disclaimer"] I'm not responsible for any damage or data loss caused by following the procedures described in this guide [/SPOILER] [/QUOTE]
Insert quotes…
Verification
Post reply
Top