Jump to content

mehrazma

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by mehrazma

  1. Hi:

    i want to clear some part of my registry and using winapp2.ini:

     

    the keys are defined:

    [Yahoo]

    LangSecRef=3022

    Detect=HKCU\Software\yahoo

    Default=True

    RegKey1=HKCU\Software\yahoo\Profiles

    RegKey2=HKCU\Software\yahoo\pager\profiles

     

     

    but is didnt make any change in registry. any one can help me for resolving this issue.

     

    Regards

  2. "these logs are really invaluable when trouble shooting. "

     

    Pretty much sums it up. I can not understand why any one would want to remove them.

     

    I think its very useful option, in the windows event viewer you can trace whats happens to system. you can use in for public computers.

     

    you can use this method to clean event logs:

    1- go to command

    2- run wmic

    3- waiting for prompting its installed

    4- you can need installation just for first time you want to use it

    5- use this commands for clearing logs:

    wmic nteventlog where "Logfilename = 'Application'" Call ClearEventLog

    wmic nteventlog where "Logfilename = 'Security'" Call ClearEventLog

    wmic nteventlog where "Logfilename = 'System'" Call ClearEventLog

     

    6- end

     

    you can create .bat file for fast use

     

     

    Regards

     

    P.S:

    i want this option 2

     

    Editing for add some comments

×
×
  • Create New...

Important Information

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