- Download and install SubInACL.exe
- run
"C:\Program Files\Windows Resource Kits\Tools\subinacl" /service Spooler /grant=<username>=TO
SubInACL
works on Windows 7.The
T
grant parameter is for start service
access and the O
parameter is stop service
access.Now
<username>
can:- run
sc stop Spooler
andsc start Spooler
- run
net stop "Print Spooler"
andnet start "Print Spooler"
- use the
Restart
button on thePrint Spooler
item inservices.msc
Source: http://superuser.com/questions/419194/is-there-a-way-to-allow-standard-users-to-restart-stop-start-the-print-spooler
Update: The single subinacl.exe download seems to be not available anymore. Try download the windows 2003 resource toolkit at
Update: The single subinacl.exe download seems to be not available anymore. Try download the windows 2003 resource toolkit at
The link you give for downloading SubInACL.exe on Microsoft.com does not have the file any more. Do you have a different link?
ReplyDelete