Skip to content

Run-NSIS/UserSpoolerRestart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UserSpoolerRestart

Permits spooler restart to user, take a look here (in italian): https://go.gioxx.org/userspoolerrestart

Sources:
https://www.winhelponline.com/blog/view-edit-service-permissions-windows/
https://learn.microsoft.com/en-us/windows/win32/secauthz/ace-strings
https://learn.microsoft.com/en-us/windows/win32/services/service-security-and-access-rights

Security Principal

AbbreviationSecurity Principal
AUAuthenticated Users
BABuilt-in administrators
SYLocal System
BUBuilt-in users
WDEveryone

Security Descriptors meaning

D:Discretionary ACL (DACL)
S:System Access Control List (SACL)
ACE typeMeaning
AAccess Allowed
ACE flags stringMeaning
CCSERVICE_QUERY_CONFIGQuery the SCM for the service configuration
LCSERVICE_QUERY_STATUSQuery the SCM the current status of the service
SWSERVICE_ENUMERATE_DEPENDENTSList dependent services
LOSERVICE_INTERROGATEQuery the service its current status
RCREAD_CONTROLQuery the security descriptor of the service
RPSERVICE_STARTStart the service
DTSERVICE_PAUSE_CONTINUEPause/Resume the service
CRSERVICE_USER_DEFINED_CONTROL
WDWRITE_DACChange the permissions of the service
WOWRITE_OWNERChange the owner in the object’s security descriptor.
WPSERVICE_STOPStop the service
DCSERVICE_CHANGE_CONFIGChange service configuration
SDDELETEThe right to delete the service