Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 833655
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T04:33:07+00:00 2026-05-15T04:33:07+00:00

I’ve been trying to get into the ‘C:\Windows\System32\winevt\Logs’ folder programmatically using C# so I

  • 0

I’ve been trying to get into the ‘C:\Windows\System32\winevt\Logs’ folder programmatically using C# so I can copy the event log files to a backup directory and then clear the event logs as a part of a daily backup apparatus, but I don’t seem to be able to get access to this directory.

I’ve tried changing the application manifest to run under administrator ( ) which gives me the UAC prompt when I execute the program and I’ve even gone as far as to spawn a shell under NT AUHORITY\SYSTEM identity to execute the code but it still says it’s an invalid path, even though I can manually go into the directory under both administrative shell and the SYSTEM shell.

I’ve isolated it to just not being able to go into the winevt dir.
I use this code to see if I can access the directory.

Environment.CurrentDirectory = System.Environment.SystemDirectory + @”\winevt\”;

only to receive

System.IO.DirectoryNotFoundException: Could not find a part of the path ‘C:\Windows\system32\winevt\’.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.Directory.SetCurrentDirectory(String path)
at System.Environment.set_CurrentDirectory(String value)
at dev_EventLog.Program.Main(String[] args) in D:\SourceCodes\dev_EventLog\dev_EventLog\Program.cs:line 30

I’ve tried many different ways to specify the directory but it’s all the same, and I’ve also tried different subfolder of System32 and of the 10 or so I tried winevt is the only one to act like this.

This has been driving me nuts, anyone know why this isn’t working under C# or am I forced to use VBScript to do this, since the following VBScript code works to copy the event log file.

dim filesys
set filesys=CreateObject(“Scripting.FileSystemObject”)
filesys.CopyFile “C:\Windows\System32\winevt\Logs\Application.evtx”, “C:\rusl\Application.evtx”

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T04:33:08+00:00Added an answer on May 15, 2026 at 4:33 am

    Is your application running as a 32-bit application on a 64-bit version of Windows? If so, any access to %windir%\System32 is redirected to %windir%\SystemWOW64 (where there is no winevt directory).

    If you use %windir%\Sysnative\winevt you should be able to access it.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 428k
  • Answers 428k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer File f = new File(filePath); reader = new FileReader(f); XmlPullParserFactory… May 15, 2026 at 1:11 pm
  • Editorial Team
    Editorial Team added an answer Does it accept an ArrayList? Did you try: "<td>{8}</td>", param.ToArray()) May 15, 2026 at 1:11 pm
  • Editorial Team
    Editorial Team added an answer What exactly are you doing in the PHP code? Is… May 15, 2026 at 1:11 pm

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.