Jump to content
symboss

Sterge logurile de pe RDP-uri

Recommended Posts

Prababil deseori ati avut nevoie sa stergeti logurile lasate pe RDP-uri insa nu stiati unde se pastreaza ele.Programul de mai jos poate sterge aceste loguri fie imadiat,fie dupa un interval de timp setat de voi pentru a reusi sa va deconectati de la RDP.Programul este in rusa insa am facut traducerea in imagine.

93411335202414372029.jpg

Download

Scan:

File Info

Report date: 2011-09-15 09:51:53 (GMT 1)

File name: clear-log-by-xaker01-exe

File size: 752354 bytes

MD5 Hash: 308ec3325ca38eede807839897cd2ca4

SHA1 Hash: fe45b67e7a3bc49d66c315aafab62a2ba9927b1b

Detection rate: 0 on 9 (0%)

Status: CLEAN

Detections

Avast -

AVG -

Avira AntiVir -

ClamAV -

Comodo -

Emsisoft -

F-Prot -

Ikarus -

TrendMicro -

Scan report generated by

NoVirusThanks.org

Edited by symboss
Link to comment
Share on other sites

48986.png

What's new?

+ Minimize in tray

+ buttons moved the windows style glitches nebudet

+ Now start the timer after the program will remove the logs and closes.

+ log cleaning cycle acceleration

It is recommended to run with admin rights

download

File name: ????????? ????? V2_2.exe.exe
Submission date: 2011-10-16 22:17:23 (UTC)
Current status: finished
Result: 1/ 43 (2.3%

Jiangmin 13.0.900 2011.10.12 Trojan/JboxGeneric.lz

oricum daca isi face treaba nu imi pasa.. merci !

Link to comment
Share on other sites

ok..atunci care prog. e mai bun? clear-log-by-xaker01 sau CCleaner?

p.s. am gasit scriptul asta ,ce parere aveti,e folositor?


'code for mstsc mru clearing starts here

on error resume next

Const HKEY_CURRENT_USER = &H80000001
strComputer = "."
Set oShell = CreateObject("WScript.Shell")
Set oWshProcessEnv = oShell.Environment("process")
set ofso=createobject("scripting.filesystemobject")

Set oReg=GetObject("winmgmts:{impersonationLevel=impersonate}!\\ " & strComputer & "\root\default:StdRegProv")
strKeyPath = "Software\Microsoft\Terminal Server Client\Default"
oReg.EnumValues HKEY_CURRENT_USER, strKeyPath, arrValueNames, arrValueTypes

For i=0 to ubound(arrValueNames)
oReg.DeleteValue HKEY_CURRENT_USER, strKeyPath, arrValueNames(i)
Next

if err <>0 then
wscript.echo "Registry MRU for mstsc already empty"
err.clear
end if

profiledir=oWshProcessEnv("userprofile")
wscript.echo profiledir&"\My Documents\Default.rdp"
if ofso.fileexists(profiledir&"\My Documents\Default.rdp") then ofso.deletefile profiledir&"\My Documents\Default.rdp",True

wscript.echo "mstsc MRU and default.rdp file cleared"

' code ends here

Link to comment
Share on other sites

How to view and manage event logs in Event Viewer in Windows XP

Clear an Event Log

Event Log Management - Metasploit Unleashed

How to manage event logs using Visual C# .NET or Visual C# 2005

WMIC - Take Command-line Control over WMI A

System log:

wmic nteventlog where filename='system' backupeventlog c:\system.evt

Generic:

wmic nteventlog where filename='log_file_name_here' cleareventlog

Edited by pyth0n3
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...