Jump to content

Diabolical82

Member
  • Posts

    146
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About Diabolical82

Contact Methods

  • Website URL
    http://

Diabolical82's Achievements

0

Reputation

  1. I prefered to use this FreeOTFE (Free On The Fly Encryption) over TrueCrypt. Very small footprint and doesnt use up much of ram and capable with SecureTrayUtil A handy utility that sits in the tasktray, allowing hotkey shredding files, file hashes to be generated, and complementing several OTFE (On-The-Fly Encryption) systems by providing rapid access to their most used day-to-day functions, making them considerably easier to use. Also incorporates self-destruct facilities for sensitive material, triggerable by hotkey, easily-built serial connector or secure Internet connection. Another Suggestion for Web Authoring - NVU
  2. Finally got it working! Here's what i did. strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate,(Backup, Security)}!\\" & _ strComputer & "\root\cimv2") ' 'Set variables ' dateNow = Now strCurrentDate = Year(dateNow) & "-" & Right(100 + Month(dateNow), 2) _ & "-" & Right(100 + Day(dateNow), 2) strCurrentTime = Right(100 + Hour(dateNow), 2) & "." _ & Right(100 + Minute(dateNow), 2) & "." & Right(100 + Second(dateNow), 2) ' 'Start Backup/Clear of event log ' Set colLogFiles = objWMIService.ExecQuery _ ("Select * from Win32_NTEventLogFile where LogFileName='Security'") For Each objLogfile in colLogFiles errBackupLog = objLogFile.BackupEventLog("C:\Logs\"& strCurrentDate & "_" & strCurrentTime & _ "_Security.evt") If errBackupLog <> 0 Then Wscript.Echo "The Security event log could not be backed up." Else objLogFile.ClearEventLog() End If Next
  3. instresting! but i'm not familar with vbscript... so all i have to do is copy and paste this codes onto notepad and save it as .bat or different format? EDIT: nevermind got it working with .vbs extention, and i have some questions: I only want security log, not system log and also what kind of program do i need to read .evt extention? Thanks!
  4. I'm trying to create automatic batch that dump Security Audit from Events Log weekly to keep it from getting too full. But for some reason Windows XP will not allow me save file in Date format such as this Sec-Audit-8/12/06.txt because of forward slash character "/" And here's part of script i've been working on... dumpevt /logfile=sec /outfile=C:\Logs\Sec-Audit-%DATE%.txt /all /clear any suggestion? Thanks EDIT: I've done some search on google and came up with this.... @echo off rem created unique log filename, e.g. Wed0804 FOR /F "tokens=1-4 delims=/" %%i in ('date/t') do set filedate=%%i%%j%%k Set LOG=C:\Logs\Sec-Audit-%filedate%.txt dumpevt /logfile=sec /outfile="%LOG%" /all /clear EXIT it worked and saved as Sec-Audit 02022006 .txt but i want this format as in "Sec-Audit-020106-2:00pm.txt" Thanks Again
  5. according to Huffyuv Codec's readme.txt To install Huffyuv, right click on huffyuv.inf and select "Install." but, how do I install this silently without having to right click on it? Thanks
  6. What happen to patch I386 option?
  7. only kernel 2.6 support sata, be sure u opt'ed for 2.6 while booting from cd. but I cant gurantee it'll work.
  8. actually I replace existing system.in_ , just type "makecab system.ini" in dos command window then it'll create system.in_ within same directory.
  9. I found my own solution, edit system.ini then makecab it into system.in_ then toss it back in I386 folder ;-)
  10. Is there's a way to edit system.ini unattend?
  11. @ war59312 I've been using this switch CTZAPXX.exe /q /o /r and it always worked for me, my speaker setup is 2.1. I never own 5.1 speaker or such, and there's no way of telling from here :-( sorry @ RyanVM yep EAX worked.
  12. same here, that's what i end up with http://www.symantec.com/techsupp/enterpris..._9.0/files.html
  13. I tried to change my pagefile size to 1024mb but for some reason my computer being so stubborn and revert back to 1535mb... i even disabled my page file then set it to 1024... finally it worked! but until the next reboot it change back to old 1535... any idea why this is happening?
  14. I can't seem to remember which registry entry for MFT size... Can anyone help me refresh my memory? Thx,
×
×
  • Create New...