Jump to content

perlabsrat

Member
  • Posts

    27
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About perlabsrat

Profile Information

  • OS
    Windows 7 x64

perlabsrat's Achievements

0

Reputation

  1. Using wevtutil al <FileName.evtx> worked for me. One thing I did not understand was the syntax of the [/l:<LocaleString>] I tried using: /l:409 /l:1033 and /l:en-us Since it worked without the need to specify that switch I am ok now but i am courious what the syntax of this switch is supposed to be..
  2. Hello, I have been searching the web and cannot seem to find a good answer on this. I sort of understand the cause but need some help on the solution. I use the following command to export windows system logs. I want/need them to be in evtx format for later use. wevtutil epl system c:\SystemEvents.evtx The goal is to send them to other people which will not be viewing them on the same server. This of course cause the full event text to not be part of the exported log and the user will see something like this: The description for Event ID XXX from source Server Administrator cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer. If the event originated on another computer, the display information had to be saved with the event. The following information was included with the event: I was reading this page: http://technet.microsoft.com/en-us/library/cc749339%28WS.10%29.aspx and found this snip of info in it: I do not understand what location (or process) this statement is referring to. There is no LocaleMetaData folder anywhere on the server so I am assuming that I need to somehow create and export some additional data along with the evtx file for it to then re-merge back on the viewing system. Am I on the right track here and could someone tell me how to fully export the event log this with will full verbose messages? Thanks.
  3. Yes that is the goal here. There are plenty of macro applications but I am looking for a way to simply replace this key stroke with another app. Thanks.
  4. I have been searching here and on the web for a way to change the default action of pressing WIN+E. most "solutions" refer to using AutoHotkey and a slew of reg hacks that dont seem to work. Without using any 3rd party utilities does anyone know of a way to run say calc.exe when the user presses Win+E under win7 ? Thanks.
×
×
  • Create New...