Run-NSIS / UserSpoolerRestart

Permits spooler restart to user

Home Page:https://go.gioxx.org/userspoolerrestart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Permits spooler restart to user

https://go.gioxx.org/userspoolerrestart

License:MIT License


Languages

Language:NSIS 91.0%Language:PowerShell 6.0%Language:Batchfile 3.0%