Windows 10: Windows Event 4660

Discus and support Windows Event 4660 in Windows 10 Gaming to solve the problem; Hello Everyone,I'm trying actually to create a detection rule with Windows event 4660 to track any deleted object, file, directory or something like... Discussion in 'Windows 10 Gaming' started by Icy_Galaxy, Jul 13, 2022.

  1. Windows Event 4660


    Hello Everyone,I'm trying actually to create a detection rule with Windows event 4660 to track any deleted object, file, directory or something like that. I know that this event is logged when an object is deleted. I checked that all the advanced audit policies are configured to Success and Failure to be able to collect the events, but when : I created a new registry key and deleted it after that, event 4660 has not been logged;I tried to deleted system registry keys but same thing;I tried to delete files and directories but also same thing.I want to know, why this event code is not generated

    :)
     
    Icy_Galaxy, Jul 13, 2022
    #1

  2. windows xp installation and dual core am

    could someone please list the steps they follow to install windows with a dual core processor and windows xp service pack to. I'm reletively new to amd dual core and i feel i'm missing a step. All help will be appreciated. thanx
     
    exodusprime1337, Jul 13, 2022
    #2
  3. ddelo Win User
    Export All Administrative Events to Excel

    To analyze events, from the Windows Event Viewer, there is a simple way to export all Administrative Events to Excel, with PowerShell.

    Exporting all Administrative Events to Excel is a simple two Step process, as described here:

    Step 1 - Create the Administrative Events View .xml file
    1. Open Eventviewer (%windir%\system32\eventvwr.msc)
    2. Navigate to: Event Viewer (Local) > Custom Views > Administrative Events
    3. In the “Actions” pane select “Filter Current Custom View”.
    4. Select the the XML tab.
    5. Press Ctrl+A to select all the XML code of the Custom View.
    6. Open a notepad, paste the selected code and save the file to your Desktop as AdmEvtView.xml


    Step 2 - Create the csv file with the events
    1. Download the ExportEvtCSV.zip file, which contains the script ExportEvtCSV.ps1 and unzip it, on your Desktop.
      It's not a fancy script, just basic PowerShell commands to create a csv file on the Desktop.
    2. In Windows Search, type “ISE” (without the quotes) to open “Windows PowerShell ISE” and Run as administrator
    3. To allow running the script, change the ExecutionPolicy, for this session. To do that, in the Console pane type:
      Code:
    4. In the Windows PowerShell ISE, open and run the script: ExportEvtCSV.ps1
      The script will create a csv file with a name YYYYMMDD.HHMM.csv on the Desktop
    5. When done, open the newly created .csv file, format the columns as needed and optionally save it as .xlsx, if you wish.
    That’s it! You now have all the Administrative Events in Excel for filtering and further analysis. Windows Event 4660 :)

    Now to the more technical hard stuff... *Confused

    There is a reason for running the script from within PowerShell ISE!

    It would be great if everything was also working perfectly, when running the script from an elevated PowerShell too.

    We can run it from an elevated PowerShell, which means that you just follow the Step 1, as above but for the Step 2 instead of the ISE you run the script from an elevated PowerShell.

    The problem is that it will work only for anybody who has en-US format for the dates. Everyone else, who has another format (i.e. en-GB, fr-FR, el-GR etc.), the dates are not translated properly by Excel (although the script uses the –UseCulture switch) and remain as text in the en-US format.

    I'm not sure if this a bug of the "export-csv" cmdlet, but although it runs the way it supposed to from within the ISE, from PowerShell there is a problem with the dates format.
    As I haven’t found a way to overcome this obstacle, any suggestion from the PowerShell gurus of the forum (like my good friend Shawn @Brink, for instance), is welcome.
     
    ddelo, Jul 13, 2022
    #3
  4. Monk.e83 Win User

    Windows Event 4660

    Unlocked Realtek HD Audio Drivers Windows 7 & 8 (With Dolby Digital Live and DTS Interactive)

    DTS supported natively by Windows 8/8.1 and it should work on windows 10 too just DDL require to unlock your driver .
     
    Monk.e83, Jul 13, 2022
    #4
Thema:

Windows Event 4660

Loading...
  1. Windows Event 4660 - Similar Threads - Event 4660

  2. KERNELBASE.dll Event ID 1000 error while running any UE5 game

    in Windows 10 Software and Apps
    KERNELBASE.dll Event ID 1000 error while running any UE5 game: Hello, since I've build my PC I'm having issues with UE5 games and recently it got to the point of instant crash when I start any game from UE5 past the main screen menu. When looking at the Event manager I'm getting KERNELBASE.dll Event ID 1000 error:Faulting application...
  3. How do I link Event IDs 4660 and 4663?

    in Windows 10 Gaming
    How do I link Event IDs 4660 and 4663?: Hello,I have found a Python script that extracts IDs 4660 and 4663 and displays information such as computer name, user name, file and folder name, and time and date for files and folders. I want to know which file or folder was deleted by whom.The problem is that there is no...
  4. How do I link Event IDs 4660 and 4663?

    in Windows 10 Software and Apps
    How do I link Event IDs 4660 and 4663?: Hello,I have found a Python script that extracts IDs 4660 and 4663 and displays information such as computer name, user name, file and folder name, and time and date for files and folders. I want to know which file or folder was deleted by whom.The problem is that there is no...
  5. How do I link Event IDs 4660 and 4663?

    in AntiVirus, Firewalls and System Security
    How do I link Event IDs 4660 and 4663?: Hello,I have found a Python script that extracts IDs 4660 and 4663 and displays information such as computer name, user name, file and folder name, and time and date for files and folders. I want to know which file or folder was deleted by whom.The problem is that there is no...
  6. A question about Event ID 4660

    in Windows 10 Gaming
    A question about Event ID 4660: Hello,I want to send Windows Event Logs to a Grafana server and analyze it. My goal is to know which file or folder was deleted by whom and on what date and time. The ID for the deleted file or folder is 4660, but this ID does not include the file or folder name.What is the...
  7. A question about Event ID 4660

    in Windows 10 Software and Apps
    A question about Event ID 4660: Hello,I want to send Windows Event Logs to a Grafana server and analyze it. My goal is to know which file or folder was deleted by whom and on what date and time. The ID for the deleted file or folder is 4660, but this ID does not include the file or folder name.What is the...
  8. A question about Event ID 4660

    in AntiVirus, Firewalls and System Security
    A question about Event ID 4660: Hello,I want to send Windows Event Logs to a Grafana server and analyze it. My goal is to know which file or folder was deleted by whom and on what date and time. The ID for the deleted file or folder is 4660, but this ID does not include the file or folder name.What is the...
  9. Windows Event 4660

    in Windows 10 Software and Apps
    Windows Event 4660: Hello Everyone,I'm trying actually to create a detection rule with Windows event 4660 to track any deleted object, file, directory or something like that. I know that this event is logged when an object is deleted. I checked that all the advanced audit policies are configured...
  10. Windows Event 4660

    in AntiVirus, Firewalls and System Security
    Windows Event 4660: Hello Everyone,I'm trying actually to create a detection rule with Windows event 4660 to track any deleted object, file, directory or something like that. I know that this event is logged when an object is deleted. I checked that all the advanced audit policies are configured...