Skip to main content

All Questions

Tagged with
21 votes
4 answers
9k views

Is there an exhaustive list of what Windows logs or can log?

I know that there is the event log, but that's not where it stops. There are logs for MSI executables, device logs, setup and installation, performance logs, and so on. It's probably quite a long list;...
Tamara Wijsman's user avatar
9 votes
4 answers
15k views

Windows event id for battery level change

I need to create a task in TS based on battery level change. Let's say my battery drops from 67% to 66%. How can I run a task based on this event. Does Windows log this at all? I couldn't find this ...
RiddleMeThis's user avatar
6 votes
1 answer
9k views

How can I determine whether a Windows logoff was manual or automated?

Here are two common ways users can be logged off of Windows: Manual: The user logs off manually Automated: The windows system logs off the user automatically via some mechanism Is there any way to ...
George 2.0 Hope's user avatar
3 votes
3 answers
23k views

Accidentally deleted windows event logs, what is file extension?

Hey I accidentally deleted windows logs I needed but I havent wrote anything to the disk and I have a third party file restore program so I was wondering if anyboddy knew the file extension of windows ...
user88311's user avatar
  • 1,674
3 votes
2 answers
6k views

How to daisy chain tasks in the Windows Task Scheduler to run consecutively?

When one scheduled task is completed, I want another task to start immediately after. Task #1 already has 32 actions, so I cannot add another action. So I figured "Oh, I'll just split my single ...
Jon Grah's user avatar
  • 623
2 votes
1 answer
4k views

How to find when a user is started and ended a session on computer based on Windows Event Log?

As part of some research I need to collect working hours of all the workers in my company. I have no code execution of their PCs, but I can collected any type of event log from their computer. I need ...
Meir Tolpin's user avatar
2 votes
2 answers
3k views

Write to Windows Event Viewer from log file

I have a log file "logs.log" that include the status of one of the applications, and I want to write these logs in Windows Events Viewer. the output in that file as below: 24/01/2019 16:33:26 app(...
mssaa's user avatar
  • 21
2 votes
1 answer
5k views

Linux Mint syslog file?

I was checking my syslog file in the var/log directory. I am using Linux Mint. First of all, the log file is only showing the log for today's date. The log for yesterday is not showing. Does the ...
aanrv's user avatar
  • 123
2 votes
1 answer
931 views

Run a task when screen sleeps

I have a task in task scheduler and I want to run this task once the screen sleeps not the computer. I’ve tried setting the Trigger to be “On Idle” but didn’t work, and I tried setting the trigger to ...
Tak's user avatar
  • 571
2 votes
0 answers
30 views

Set Windows to close application when the lid is being closed [duplicate]

I need to be able to configure Windows 7+ to close all instances of Microsoft Remote Desktop application when the lid of the laptop is being closed. On MacOS I can achieve this via osascript. Could ...
Maxim V. Pavlov's user avatar
2 votes
0 answers
24 views

How can I track which software/process created or updated a Windows Sychronization Event Object?

I have an application which sets a Windows Synchronization Event Object. Recently I've seen indications that some other application may be setting/modifying that same object. Is there a way I can ...
Mike B's user avatar
  • 2,690
2 votes
1 answer
2k views

Is an event registered when a monitor comes out of Power Saving Mode?

I am using task scheduler to fire a program when someone logs in, unlocks the station, and I would like to do it when the screen turns back on prior to locking. IE the power savings turns off the ...
Jason Carter's user avatar
2 votes
1 answer
2k views

Windows Event Log does not work

On my Windows 7 Ultimate system the Event Log service does not start anymore. I get the response Error 2: Cannot find the file specified. I checked my system, but unfortunately I couldn't find any ...
user avatar
1 vote
1 answer
498 views

How are windows low level mouse events handled? [closed]

I couldn't find info anywhere around and im a bit curious, from C# where you have all nice buttons and classes and events to do all you please, im wondering how is this really implemented in a low ...
Cristiano Coelho's user avatar
1 vote
1 answer
1k views

Getting Microsoft Security Essentials to alert me when a threat has been found

Is there a way of getting Microsoft Security Essentials to alert me when a threat has been found? I recently went through the log tab of Windows Defender and found a number of threats in the ...
oligofren's user avatar
  • 1,369
1 vote
1 answer
6k views

ACPI thermal zone \_TZ.TZ01 has been enumerated

I get this error immediately before my Laptop hard shuts down (just cuts out, no boot down sequence). It then re-boots and all is well again? Windows event log: ACPI thermal zone \_TZ.TZ01 has been ...
Joel's user avatar
  • 111
1 vote
0 answers
525 views

Which Windows event is generated for external USB storage mounted as a disk volume?

What is the Windows event generated when an external USB storage is mounted as a disk volume in the OS? Events like PnP events are triggered even if the external USB storage drive is blocked by AD ...
Naga Sudhir's user avatar
1 vote
0 answers
439 views

Diagnostics-Performance is not available under Windows 2008 Event Viewer

I can see the section Microsoft-Windows-Diagnostics-Performance/Operational under Windows 7 but I couldn't find it under another machine running Windows 2008. Is there any way to enable that? Thanks.
Bao Nhan's user avatar
0 votes
3 answers
140 views

How can one make browser clicks (e.g. in chrome) to respond to the 'down' even immediately?

i.e. to not wait for the key to be fully pressed and released. I know this method works in a game I play so I know it is technically possible.
j riv's user avatar
  • 2,596
0 votes
1 answer
302 views

How to know if I was working during the day or during the night?

I am working with my computer (Windows 10 Enterprise), sometimes during the day and sometimes during the night. I don't switch off my computer when I go at home. Is there a way (like in the event ...
Dominique's user avatar
  • 2,283
0 votes
1 answer
479 views

How to monitor events of process start and exit under Linux?

Under Windows, we can use Process Monitor to monitor various activities of all processes, such as events of process start and exit. Is there a similar tool under Linux?
xmllmx's user avatar
  • 444
0 votes
2 answers
4k views

Does the event log show when a Windows hosts file has been changed?

It seems like someone has been tampering with a hosts file on a client server (they have multiple sites hosted on their server which are managed by different users) Today one of our services stopped ...
Chris Houston's user avatar
0 votes
1 answer
4k views

Does a scheduled task in Windows that is triggered by an event run continually?

I created a scheduled task in Windows 7 that is supposed to be triggered when an event happens. Well, the event happened, and the action did not get performed? Does a scheduled task in Windows that ...
End Antisemitic Hate's user avatar
0 votes
1 answer
2k views

What is the Win 10 Event ID for when a crash dump is created?

What is the Win 10 Event ID for when a crash dump (not the BSOD kind) is created?
Gaia's user avatar
  • 7,099
0 votes
1 answer
10k views

How to check ping failure in logs/event viewer?

Ping had failed(Request timed out) to a target windows 7 system(192.168.0.31) continuously (continuous timed outs) for a time period of one minute. In the target system 192.168.0.31(windows server ...
prashanth kumar's user avatar
0 votes
1 answer
1k views

Send simulated mouse/keyboard events in windows without programming

I have an windows app and I want to send click event on it's window. for example in android and using ADB.exe I use this code: adb.exe shell input x,y
Ramin Firooz's user avatar
0 votes
2 answers
95 views

Create an Email Receive Event

How can I create a Windows event to do somethings (i.e. open some programs) when I receive a GMail e-mail? I am using Windows 7
Amirreza Nasiri's user avatar
0 votes
1 answer
521 views

Schedule Event in Windows 7

How to make a scheduled event in win7? I used to have one in XP that ran every night, and I tried to make one in win7, but it doesn't run.. are they really hard to make work?
NaV's user avatar
  • 202
0 votes
1 answer
346 views

Is it possible to find out (retrospectively) when a file was deleted from standard Windows 7 logs?

My mother-in-law has a problem at her workplace: when she came back after a day off, a folder with important files was gone from the desktop, the trash bin also emptied, with several weeks' worth of ...
mvlp's user avatar
  • 3
0 votes
2 answers
369 views

Working with Batch File

I'm in need a bat file to clear Event Viewer logs and re-boot computer...or help in modifying the ones I already have so that once ran from an administrator prompt, it'd clear the logs...and reboot ...
PB-1's user avatar
  • 31

15 30 50 per page