Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

2 questions with no upvoted or accepted answers
1 vote
0 answers
195 views

Windows EVTX Delete Via RecordId

I am trying to figure out a way to delete only a single entry (identified via EventRecordID, found in the Details > XML View) from a Windows Log file (.evtx extension). Tried so far via PowerShell, ...
BasicDave's user avatar
0 votes
2 answers
249 views

How do you capture programs/scripts that run and quickly disappear in Windows 10?

I have noticed that a CMD script seems to randomly run while doing things but cannot seem to capture what or where it's coming from. Is there a way to use some sort of logging app to see what comes ...
Humble Val's user avatar