I want to put together a process monitor implemented with a batch file.
The idea is this: make it start by itself at boot, and minimize to the taskbar, call the virus processes listed in a TXT file, automatically check process status, and output a report with details of each process. Once it finds a process matching a virus process in the TXT file, it pops up a system tray balloon saying there is a suspicious or virus process. The TXT file should support custom updates of virus processes.
At the same time, I also hope this tool can have the function of disabling hard disk writes, and a function to restore it.
cacls C:windowssystem32 /G administrator:R Prevent modifying and writing to the C:windowssystem32 directory
cacls C:windowssystem32 /G administrator:F Restore modifying and writing to the C:windowssystem32 directory
cacls C: /G administrator:R Prevent modifying and writing to drive C
cacls C: /G administrator:F Restore modifying and writing to drive C
I hope an expert can help implement this. I think the system tray balloon can be done with a batch file, so the rest should also be possible, right?
Sorry to trouble everyone! Thanks in advance!
The idea is this: make it start by itself at boot, and minimize to the taskbar, call the virus processes listed in a TXT file, automatically check process status, and output a report with details of each process. Once it finds a process matching a virus process in the TXT file, it pops up a system tray balloon saying there is a suspicious or virus process. The TXT file should support custom updates of virus processes.
At the same time, I also hope this tool can have the function of disabling hard disk writes, and a function to restore it.
cacls C:windowssystem32 /G administrator:R Prevent modifying and writing to the C:windowssystem32 directory
cacls C:windowssystem32 /G administrator:F Restore modifying and writing to the C:windowssystem32 directory
cacls C: /G administrator:R Prevent modifying and writing to drive C
cacls C: /G administrator:F Restore modifying and writing to drive C
I hope an expert can help implement this. I think the system tray balloon can be done with a batch file, so the rest should also be possible, right?
Sorry to trouble everyone! Thanks in advance!
