Windows 11 Tweaks, Fixes and Modifications [Overview]

Discussion in 'Windows 11' started by Enthousiast, Jul 1, 2021.

  1. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,421
    1,107
    90
    #1901 LiteOS, May 16, 2025
    Last edited: May 16, 2025
    Windows File Explore - Explorer.exe Process takes time to finish loading,
    i checked with process monitor the operation NotifyChangeDirectory takes around 2-4seconds each time to finish, any solution ?
    ty
     
  2. cpaqf1

    cpaqf1 MDL Novice

    Apr 4, 2015
    3
    0
    0
    Does anyone know of a way to block automatic driver install while the initial clean install does the automatic update? I’d like to avoid disconnecting from the internet but I’m trying to find a way to only install the updates during the initial windows install.
     
  3. LiteOS

    LiteOS Windowizer

    Mar 7, 2014
    2,421
    1,107
    90
    try unattand xml

    Code:
    <Pass name="WindowsPE">
        <Component name="Microsoft-Windows-Setup" versionPolicy="InstallDrivers" />
        <Settings>
          <Microsoft-Windows-Setup>
            <InstallDrivers>false</InstallDrivers>
            <DisableAutomaticDeviceInstallation>true</DisableAutomaticDeviceInstallation>
            <NoDriverInstall>true</NoDriverInstall>
            </Microsoft-Windows-Setup>
        </Settings>
    </Pass>
     
  4. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,832
    1,112
    60
    I disabled Click To Do (Preview) from the Group Policy Editor but how can I uninstall it completely? I have uninstalled Recall but it's still there
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. bonesz

    bonesz MDL Addicted

    Jun 30, 2013
    704
    421
    30
    can you post the Group policy you edited to disable both the clicktodo and recall, thanks
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,832
    1,112
    60
    #1906 Super Spartan, May 16, 2025
    Last edited: May 17, 2025
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream
    Staff Member

    Dec 21, 2012
    8,076
    10,298
    270
    Cannot be downloaded.

    4c.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. d5aqoëp

    d5aqoëp MDL Addicted

    Jan 19, 2017
    870
    659
    30
    Guys none of the Edge Removal scripts are working now. Anything new?
     
  9. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,828
    7,137
    150
    Working as usual
    Will send you some links
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Dark Vador

    Dark Vador X Æ A-12

    Feb 2, 2011
    4,828
    7,137
    150
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. Super Spartan

    Super Spartan MDL Expert

    May 30, 2014
    1,832
    1,112
    60
    I tried opening the link in an cognitor and I was still able to download it without creating an account.

    I changed the link to another host now, please check
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. bonesz

    bonesz MDL Addicted

    Jun 30, 2013
    704
    421
    30
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90
    I'd like to use a command line to copy folders and files in the Documents directory, for example

    Capture2.PNG

    But with this command line, the icon is broken when copying (standard windows icon instead)

    xcopy X:\source_files C:\Users\tistou\Documents /e

    Is it possible to make a copy and keep the icon (the .ini file is deleted I guess when copying) ?

    Thanks
     
  14. xploitmachine

    xploitmachine MDL Member

    Sep 15, 2023
    247
    163
    10
    xcopy <source> <destination> /s /e /h

    :)
     
  15. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90
    Thanks, I'll test
     
  16. tistou77

    tistou77 MDL Guru

    Mar 22, 2008
    2,208
    738
    90
    @xploitmachine It doesn't work, I tested with the Favorites directory, and the icon is replaced by yellow (Windows icon)

    xcopy D:\Tests\Favorites C:\Users\tistou\Favorites /s /e /h
     
  17. Shortyportuguese

    Shortyportuguese MDL Addicted

    Apr 3, 2019
    586
    218
    30
    Anyone knows how to uninstall "clicktodo" feature?
     
  18. Shortyportuguese

    Shortyportuguese MDL Addicted

    Apr 3, 2019
    586
    218
    30