Click here to Skip to main content
15,898,643 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: To be success in MCP Pin
Mekong River28-Jul-04 18:31
Mekong River28-Jul-04 18:31 
GeneralOutlook express prevent from open/save attachment file Pin
Mekong River27-Jul-04 17:32
Mekong River27-Jul-04 17:32 
GeneralRe: Outlook express prevent from open/save attachment file Pin
Dimitris Vasiliadis4-Aug-04 2:13
Dimitris Vasiliadis4-Aug-04 2:13 
GeneralRe: Outlook express prevent from open/save attachment file Pin
Mekong River5-Aug-04 17:26
Mekong River5-Aug-04 17:26 
GeneralMdaemon not send/recieve an e-mail to/from outside of the world Pin
Mekong River25-Jul-04 1:28
Mekong River25-Jul-04 1:28 
GeneralGet user account from the other computer in the workgroup Pin
Mekong River24-Jul-04 4:22
Mekong River24-Jul-04 4:22 
GeneralWindows Services Security Pin
TalkingBabb0t23-Jul-04 10:12
TalkingBabb0t23-Jul-04 10:12 
GeneralRe: Windows Services Security Pin
Mike Dimmick24-Jul-04 23:37
Mike Dimmick24-Jul-04 23:37 
It's the Access Control List for the service object. You can view the ACL for a service using the sc tool:
C:\>sc sdshow w3svc
 
D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)
(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)
(A;;CCLCSWLOCRRC;;;AU)
(A;;CCLCSWRPWPDTLOCRRC;;;PU)
This output is in Security Descriptor Definition Language [SDDL] format.

To set the ACL on a service from code, use SetServiceObjectSecurity. From the command line, you can use sc sdset.

Stability. What an interesting concept. -- Chris Maunder
GeneralOutlook Free/Busy Issues Pin
Jamie Nordmeyer23-Jul-04 5:19
Jamie Nordmeyer23-Jul-04 5:19 
GeneralRe: Outlook Free/Busy Issues Pin
Jamie Nordmeyer23-Jul-04 5:46
Jamie Nordmeyer23-Jul-04 5:46 
GeneralPC goes to sleep Pin
Lance Scott22-Jul-04 4:17
Lance Scott22-Jul-04 4:17 
GeneralRe: PC goes to sleep Pin
Mekong River22-Jul-04 4:55
Mekong River22-Jul-04 4:55 
GeneralRe: PC goes to sleep Pin
Lance Scott22-Jul-04 5:21
Lance Scott22-Jul-04 5:21 
GeneralRe: PC goes to sleep Pin
Roger Wright22-Jul-04 7:17
professionalRoger Wright22-Jul-04 7:17 
GeneralRe: PC goes to sleep Pin
Lance Scott22-Jul-04 8:14
Lance Scott22-Jul-04 8:14 
GeneralWindows XP CD writing system Pin
Defenestration22-Jul-04 3:48
Defenestration22-Jul-04 3:48 
Generaldll registration problem Pin
Ravikumar_mv21-Jul-04 19:07
Ravikumar_mv21-Jul-04 19:07 
GeneralRe: dll registration problem Pin
Mike Dimmick22-Jul-04 1:32
Mike Dimmick22-Jul-04 1:32 
QuestionI got a virus on my internet explorer? Pin
Pablo.ar21-Jul-04 18:39
Pablo.ar21-Jul-04 18:39 
AnswerRe: I got a virus on my internet explorer? Pin
Mike Dimmick22-Jul-04 2:55
Mike Dimmick22-Jul-04 2:55 
GeneralRe: I got a virus on my internet explorer? Pin
Pablo.ar22-Jul-04 18:47
Pablo.ar22-Jul-04 18:47 
AnswerRe: I got a virus on my internet explorer? Pin
Mekong River22-Jul-04 4:35
Mekong River22-Jul-04 4:35 
GeneralSetup proxy server Pin
Mekong River21-Jul-04 11:44
Mekong River21-Jul-04 11:44 
GeneralSet desktop option Pin
Mekong River20-Jul-04 12:17
Mekong River20-Jul-04 12:17 
GeneralRe: Set desktop option Pin
Mike Dimmick21-Jul-04 1:16
Mike Dimmick21-Jul-04 1:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.