Jump to content

radonflex

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by radonflex

  1. Delete 100% nirsoft activity (on Win7 x64)

     

    I don't take any responsibility for damages at your data or PC !!!!!!!

     

    renaming or delete this regedit tree

     

    HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags

    HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\BagMRU

    HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU

    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall

     

    from command line extra settings for clean recyclebin:

    %SystemRoot%\System32\Cmd.exe /c Cleanmgr /sageset:65535 & Cleanmgr /sagerun:65535

     

    building batch and execute this code for clearing all event log:

    @cls

    @echo.

    @echo.

    @echo.

    @echo Clearing event logs...

    @for /f "delims=," %%i in ( 'wevtutil el' ) do wevtutil cl "%%i" >NUL 2>&1

    wevtutil.exe cl "Microsoft-Windows-Diagnosis-DPS/Operational"

    wevtutil.exe cl "Microsoft-Windows-User Profile Service/Operational"

    wevtutil.exe cl "Microsoft-Windows-Windows Defender/Operational"

    wevtutil.exe cl "Microsoft-Windows-Windows Defender/WHC"

    wevtutil.exe cl "Microsoft-Windows-Windows Firewall With Advanced Security/Firewall"

    wevtutil.exe cl System

     

    reference:

    http://www.jeroentielen.nl/explaining-the-bagsbagmru-registry-tree-trying/

    into this reg entries "Windows will remember each and every folder settings."

     

    http://support.microsoft.com/kb/813711

    when you have this problem "Changes to the size, view, icon or position of a folder are lost"

    microsoft Fix the problem manually with:

    Delete the following registry subkeys:

    HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\Bags

    HKEY_CURRENT_USER\Software\Microsoft\Windows\Shell\BagMRU

    HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\Bags

    HKEY_CURRENT_USER\Software\Microsoft\Windows\ShellNoRoam\BagMRU

    HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU

    HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags

    For x64-based versions of Windows Vista or Windows 7, delete the following registry subkeys:

    HKEY_CURRENT_USER\Software\Classes\Wow6432Node\Local Settings\Software\Microsoft\Windows\Shell\Bags

    HKEY_CURRENT_USER\Software\Classes\Wow6432Node\Local Settings\Software\Microsoft\Windows\Shell\BagMRU

    Re-create the following registry subkeys:

    HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\BagMRU

    HKEY_CURRENT_USER\Software\Classes\Local Settings\Software\Microsoft\Windows\Shell\Bags

    For x64-based versions of Windows Vista or Windows 7, re-create the following registry subkeys:

    HKEY_CURRENT_USER\Software\Classes\Wow6432Node\Local Settings\Software\Microsoft\Windows\Shell\Bags

    HKEY_CURRENT_USER\Software\Classes\Wow6432Node\Local Settings\Software\Microsoft\Windows\Shell\BagMRU

     

    bye

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.