Click here to Skip to main content
15,899,006 members
Home / Discussions / System Admin
   

System Admin

 
GeneralRe: Disable cut and copy for a folder Pin
Dave Kreskowiak16-Jul-06 10:46
mveDave Kreskowiak16-Jul-06 10:46 
AnswerRe: Disable cut and copy for a folder Pin
Mekong River19-Jul-06 15:00
Mekong River19-Jul-06 15:00 
QuestionVirtual PC Pin
Mekong River13-Jul-06 15:18
Mekong River13-Jul-06 15:18 
AnswerRe: Virtual PC Pin
Sebastian Schneider13-Jul-06 21:56
Sebastian Schneider13-Jul-06 21:56 
GeneralRe: Virtual PC Pin
toxcct19-Jul-06 0:03
toxcct19-Jul-06 0:03 
AnswerRe: Virtual PC Pin
Paul Conrad20-Jul-06 16:34
professionalPaul Conrad20-Jul-06 16:34 
QuestionInstall ActiveX without Admin Privileges Pin
Christopher Stratmann13-Jul-06 5:19
Christopher Stratmann13-Jul-06 5:19 
AnswerRe: Install ActiveX without Admin Privileges Pin
Mike Dimmick14-Jul-06 1:27
Mike Dimmick14-Jul-06 1:27 
Microsoft recommended practice these days is to use Windows Installer and not to use self-registration. Your install program should be registering your OCX, your own program should not be doing this. If you absolutely insist on doing it in your own program you should load the DLL and call DllRegisterServer directly rather than using regsvr32.

Since Windows 2000, the HKEY_CLASSES_ROOT key is a merged view of HKEY_CURRENT_USER\Classesand HKEY_LOCAL_MACHINE\Classes, with HKCU overriding HKLM. Ideally the OCX's self-registration code should try to write to HKLM\Classes then, if that fails, to HKCU\Classes (this makes it an admin install if that's possible, falling back to a per-user install).

Windows will not allow you to make a user into an administrator from that user's account. That's a local privilege escalation issue. Likewise you won't be able to change the security on the registry keys - and you shouldn't anyway.

Stability. What an interesting concept. -- Chris Maunder
GeneralRe: Install ActiveX without Admin Privileges Pin
Steve S19-Jul-06 1:47
Steve S19-Jul-06 1:47 
QuestionInter Process Comunication Pin
A_Fa12-Jul-06 23:51
A_Fa12-Jul-06 23:51 
AnswerRe: Inter Process Comunication Pin
Mike Dimmick13-Jul-06 4:00
Mike Dimmick13-Jul-06 4:00 
Questionneed info about about virus Pin
Aqueel12-Jul-06 23:35
Aqueel12-Jul-06 23:35 
AnswerRe: need info about about virus Pin
Mekong River13-Jul-06 15:16
Mekong River13-Jul-06 15:16 
QuestionHow do i monitor particular sections of the registry for acess Pin
tazo12-Jul-06 14:09
tazo12-Jul-06 14:09 
AnswerRe: How do i monitor particular sections of the registry for acess Pin
Mekong River12-Jul-06 15:45
Mekong River12-Jul-06 15:45 
GeneralRe: How do i monitor particular sections of the registry for acess Pin
tazo12-Jul-06 16:51
tazo12-Jul-06 16:51 
GeneralRe: How do i monitor particular sections of the registry for acess Pin
Mekong River12-Jul-06 17:25
Mekong River12-Jul-06 17:25 
GeneralRe: How do i monitor particular sections of the registry for acess Pin
tazo13-Jul-06 10:12
tazo13-Jul-06 10:12 
QuestionHow do i avoid popup window during USB Detection Pin
sai_akkina12-Jul-06 5:06
sai_akkina12-Jul-06 5:06 
AnswerRe: How do i avoid popup window during USB Detection Pin
Mekong River12-Jul-06 15:24
Mekong River12-Jul-06 15:24 
GeneralRe: How do i avoid popup window during USB Detection Pin
sai_akkina12-Jul-06 19:21
sai_akkina12-Jul-06 19:21 
GeneralRe: How do i avoid popup window during USB Detection Pin
Mekong River12-Jul-06 21:24
Mekong River12-Jul-06 21:24 
GeneralRe: How do i avoid popup window during USB Detection Pin
Steve S12-Jul-06 21:52
Steve S12-Jul-06 21:52 
Questionwhich microsoft server OS to choose? Pin
campbells11-Jul-06 17:16
campbells11-Jul-06 17:16 
AnswerRe: which microsoft server OS to choose? Pin
Mekong River12-Jul-06 15:21
Mekong River12-Jul-06 15:21 

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.