Windows 11 Tweaks, Fixes and Modifications [Overview]

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

  1. Xtreme21

    Xtreme21 MDL Addicted

    Jun 21, 2021
    690
    1,094
    30
  2. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,761
    5,224
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. TairikuOkami

    TairikuOkami MDL Expert

    Mar 15, 2014
    1,172
    1,055
    60
    For some reason it never worked for me, so I just use:
    Code:
    net stop EventLog /y
    del "%ProgramData%\USOShared\Logs" /s /f /q
    del "%WINDIR%\Logs" /s /f /q
    del "%WINDIR%\System32\LogFiles" /s /f /q
    del "%WINDIR%\System32\winevt\Logs" /s /f /q
     
  4. Xtreme21

    Xtreme21 MDL Addicted

    Jun 21, 2021
    690
    1,094
    30
    #904 Xtreme21, Nov 7, 2021
    Last edited: Nov 7, 2021
    Can someone post a full fixed Clear Event Viewer Logs script please?

    Be great if someone posts a fully fixed one.

    Sorry didn't see that @zucrin has fixed it it. Updated my post.
     
  5. crypticus

    crypticus MDL Senior Member

    Jun 29, 2015
    317
    142
    10
    #906 crypticus, Nov 8, 2021
    Last edited: Feb 26, 2022
  6. Xtreme21

    Xtreme21 MDL Addicted

    Jun 21, 2021
    690
    1,094
    30
    Added to main post index as: Microsoft Edge Configurator - Configure Edge Browser
     
  7. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,761
    5,224
    120
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. crypticus

    crypticus MDL Senior Member

    Jun 29, 2015
    317
    142
    10
    thank you again for help bro!
     
  9. SunLion

    SunLion MDL Senior Member

    May 11, 2011
    321
    381
    10
  10. E_B_M

    E_B_M MDL Member

    Jan 16, 2012
    173
    99
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. SunLion

    SunLion MDL Senior Member

    May 11, 2011
    321
    381
    10
  12. SunLion

    SunLion MDL Senior Member

    May 11, 2011
    321
    381
    10
    #914 SunLion, Nov 9, 2021
    Last edited: Nov 9, 2021
    removed
     
  13. KleineZiege

    KleineZiege MDL Expert

    Dec 11, 2018
    1,694
    1,933
    60
    you can unzip the sfx is not protected
    Everything Good
     
  14. Xtreme21

    Xtreme21 MDL Addicted

    Jun 21, 2021
    690
    1,094
    30
    All credit is to @zucrin who fixed it.
     
  15. Dark Dinosaur

    Dark Dinosaur X Æ A-12

    Feb 2, 2011
    3,761
    5,224
    120
    #919 Dark Dinosaur, Nov 10, 2021
    Last edited: Nov 10, 2021
    i send you new code instead of this ... :(
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. acyuta

    acyuta MDL Expert

    Mar 8, 2010
    1,712
    397
    60
    I would be grateful if my friends here would guide me on resolving ntoskrnl.exe BSOD error in win 11. I have seen it only on win 11 from around late Sep builds. Around 95% of these instances happen mostly on cold startup within 1-2 minutes though random BSODs with same ntoskrnl.exe account for remaining 5%. Same hardware but no issues on windows 11 but quite a lot of BSODs on win 11. Nothing has fixed this, neither the win 11 updates or AMD 3.10 drivers. Motherboard is Gigabyte X570 Aorus Ultra (updated to latest BIOS of Oct 21 that `fixed' TPM for win 11). Memory is tested OK (Gskill 32GB Trident Z neo 3600 Mhz), GPU is ASUS 1660Ti, CPU is AMD Ryzen 7 3700x, power is clean, new, 750W 80 Gold. No overclocking except setting RAM to XMP in Bios. I must stress that this is not a win 10 but a win 11 problem for my PC hardware. After consulting here and elsewhere, I thought I will try these even though it may cause performance or otheGskill 32GB Trident Z neor sacrifices. The sole objective is to avoid BSODs first and then care about other things. So I am trying as below but have no technical skills to know if these matter or help in resoution
    1. Not installing AMD chipset driver (3.10)
    2. Using these registry entries (runtime broker)
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\TimeBroker]
    "Start"=dword:00000003
    [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SysMain]
    "DisplayName"="Superfetch"
    "Start"=dword:00000003
    3. Setting page File at Shutdown to 1
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management\ClearPageFileAtShutdown=1
    4. Changing NDU value from 2 to 4
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TimeBroker] "Start"=dword:00000004
    5. Disable Sysmain in services.

    Would be grateful if I can be helped here as to the efficacy or otherwise of above. Any other solution would be welcome.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...