Skip to content

User security settings in Windows

Notifications You must be signed in to change notification settings

LukeJSON/UserControl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

# 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.

About

User security settings in Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.6%
  • C 6.4%