-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
12 lines (9 loc) · 671 Bytes
/
README
File metadata and controls
12 lines (9 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
# Project_TaskSheduler
TaskSheduler for Windows
The program for managing the task scheduler in Windows OS, using the capabilities of the Windows API.
• programming language: C / C ++;
• The program being developed should not use ready-made wrappers over the Windows API;
• The program should be able to display the list of active tasks and their status;
• Create a rule that protects the user about making changes to the Windows security features: in the Windows Defender antivirus, changing any firewall settings;
• Create a rule that notifies the user when Windows Firewall blocks a ping request with a specific IP address;
• Support for Windows 7 - 10.