Update to Previous Post: Developer Mode Running O-O-4.0.0.7 and O-O-4.0.0.8 with the same configuration Code: WARNING: Optimize-Offline is designed for the "en-GB" regional culture. Not all optimizations will be available for the "en-US" regional culture. Supported Image Build: [19041] Mounting Windows 10 Enterprise Pre-Optimization Image State [Healthy] Optimize-Offline-4.0.0.7 Code: 2020-04-15T07:57:44 [INFO]: Enabling Optional Feature: Microsoft-Windows-Subsystem-Linux 2020-04-15T07:57:58 [INFO]: Integrating the Developer Mode Feature Package. .......................... <<<-- DM Integrated 2020-04-15T07:58:06 [INFO]: Integrating the Win32 Calculator. 2020-04-15T07:58:09 [INFO]: Applying Optimized Registry Settings. 2020-04-15T07:58:22 [INFO]: Importing Registry Template: Additional Tweaks.reg Optimize-Offline-4.0.0.8 Code: 2020-04-15T07:36:51 [INFO]: Enabling Optional Feature: Microsoft-Windows-Subsystem-Linux ....................................................................................................... <<<-- DM Skipped ??? 2020-04-15T07:37:02 [INFO]: Integrating the Win32 Calculator. 2020-04-15T07:37:05 [INFO]: Applying Optimized Registry Settings. 2020-04-15T07:37:18 [INFO]: Importing Registry Template: Additional Tweaks.reg
... I first mentioned how to integrate DM on 28th March Post #363 using O-O-4.0.0.7, yet somehow latest version (4.0.0.8) won't accomodate this... See post before yours The 10941 DM package resides (has been placed) in O-O packages folder. Just to let you know, really appreciate your sustained effort with O-O, and all your other contributions, here at MDL.. Cheers
I pushed build 4.0.0.9 to GitHub that includes the 19041 developer mode package and the telemetry change addressed by user @fLOW.
Ran the latest build on 19041 only error encountered was: Ran in a VM cannot see any noticeable problems caused by this?
Hello, I didn't check to disable Cortana but now the immersive search isn't working. Any recommended way of getting it back?
Enable floating immersive search bar Spoiler Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search] "ImmersiveSearch"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search\Flighting\Override] "CenterScreenRoundedCornerRadius"=dword:00000000 "ImmersiveSearchFull"=dword:00000000 Enable floating immersive search bar with round corners Spoiler Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search] "ImmersiveSearch"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search\Flighting\Override] "CenterScreenRoundedCornerRadius"=dword:00000009 "ImmersiveSearchFull"=dword:00000000 Enable floating immersive FULL search bar Spoiler Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search] "ImmersiveSearch"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search\Flighting\Override] "CenterScreenRoundedCornerRadius"=dword:00000000 "ImmersiveSearchFull"=dword:00000001 Enable floating immersive FULL search bar with round corners Spoiler Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search] "ImmersiveSearch"=dword:00000001 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search\Flighting\Override] "CenterScreenRoundedCornerRadius"=dword:00000009 "ImmersiveSearchFull"=dword:00000001 Disable floating immersive search bar (DEFAULT Setting). Spoiler Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search] "ImmersiveSearch"=- [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Search\Flighting\Override] "CenterScreenRoundedCornerRadius"=- "ImmersiveSearchFull"=-
Thank you but I do have this already and it didn't seems to change anything, I think I just messed up the search as it doesn't work in explorer either.
Is there a way to optimize - offline the newest 19041 system immediately had a 7GB reserved space turned off? I found it - DISM.exe / Online / Set-ReservedStorageState / State: Disabled - but where to put it in the script?
ReservedStorage is Disabled by default by O-O reference can be found in Set-RegistryProperties.ps1 change to -Value 1 (to Enable) Code: $RegistryData.DisableReservedStorage | Out-File -FilePath $RegistryLog -Encoding UTF8 -Append -Force RegKey -Path "HKLM:\WIM_HKLM_SOFTWARE\Microsoft\Windows\CurrentVersion\ReserveManager" -Name "PassedPolicy" -Value 0 -Type DWord RegKey -Path "HKLM:\WIM_HKLM_SOFTWARE\Microsoft\Windows\CurrentVersion\ReserveManager" -Name "ShippedWithReserves" -Value 0 -Type DWord .. one recommendation is to remove these lines, and it's reference in Set-RegistryProperties.strings.psd1 change to Enable & Enabling (if indeed Enabling RS) Code: DisableReservedStorage = Disabling Reserved Storage. as DISM offers greater control (more flexibility, off, on, size...) over ReservedStorage on live OS
I discovered that when I did a clean install windows 10 pro and imediatelly disconect my net and did some modifications on the regedit HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\ContentDeliveryManager I put all keys with value 0 and restart Later Cortana missed when I enabled my net