forked from nick627/UserControl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
11 lines (9 loc) · 636 Bytes
/
README
File metadata and controls
11 lines (9 loc) · 636 Bytes
1
2
3
4
5
6
7
8
9
10
11
# UserControl
User security settings in Windows
The program for managing accounts and access control in Windows OS, using the capabilities of the Windows API
• programming language: C/C ++;
• Dynamic loading of Windows libraries implementing Windows API functions;
• The program being developed should not use ready-made wrappers over the Windows API;
• The program should list the registered users and groups, their SIDs and privileges;
• The program should allow you to add/change/delete users and groups in the OS, and also delete and add, enable or disable their privileges;
• The program should be in Windows 7 - 10.