Click here to Skip to main content
15,905,971 members
Home / Discussions / System Admin
   

System Admin

 
Questiondrivers Pin
princysmile1-Feb-07 22:47
princysmile1-Feb-07 22:47 
AnswerRe: drivers Pin
Vasudevan Deepak Kumar2-Feb-07 3:39
Vasudevan Deepak Kumar2-Feb-07 3:39 
AnswerRe: drivers Pin
vishal dhir2-Feb-07 9:12
vishal dhir2-Feb-07 9:12 
AnswerRe: drivers Pin
Mekong River17-Feb-07 16:42
Mekong River17-Feb-07 16:42 
QuestionBlocking RAdmin Pin
Sarath C1-Feb-07 20:52
Sarath C1-Feb-07 20:52 
AnswerRe: Blocking RAdmin Pin
Vasudevan Deepak Kumar2-Feb-07 3:39
Vasudevan Deepak Kumar2-Feb-07 3:39 
GeneralRe: Blocking RAdmin Pin
Sarath C2-Feb-07 5:23
Sarath C2-Feb-07 5:23 
QuestionLocalsystem privileges in windows 2003 Pin
rana7431-Jan-07 21:07
rana7431-Jan-07 21:07 
We launch a IE browser from within a windows service and cause the browser to navigate to a particular site using the IWebBrowser2 interface.
The code is as fllows:
hr=CoCreateInstance(CLSID_InternetExplorer,NULL,CLSCTX_LOCAL_SERVER,IID_IWebBrowser2,(void**)&psIE);
if(SUCCEEDED(hr))
{

hr=psIE->put_Visible(VARIANT_TRUE);
CComVariant ve;
CComVariant vurl(_T("www.experts-exhange.com"));

hr = psIE->Navigate2(&vurl, &ve, &ve, &ve, &ve);
if(FAILED(hr))
{

return hr;

}


//Wait thill the page is ready
READYSTATE isReady;
do{
hr=psIE->get_ReadyState(&isReady);
}while( isReady != READYSTATE_COMPLETE);

This works fine in W2K and XP - but in Windows 2003 ,the browser does not navigate to the site.
We just get a blank page-there is no error either.
Does the localsystem account in 2003 have to given additional privileges - the service runs under localsystem account with 'Interact with desktop' setting.
AnswerRe: Localsystem privileges in windows 2003 Pin
Mike Dimmick2-Feb-07 6:04
Mike Dimmick2-Feb-07 6:04 
QuestionDevice listing Pin
deeps_cute31-Jan-07 19:19
deeps_cute31-Jan-07 19:19 
QuestionCPU Usage on Windows (general question) Pin
dannygilbert331-Jan-07 6:58
dannygilbert331-Jan-07 6:58 
Questioncriteras for upgrading the server ? Pin
King Shez31-Jan-07 3:44
King Shez31-Jan-07 3:44 
Questiondifferent frames for different monitors Pin
bil_geo31-Jan-07 2:14
bil_geo31-Jan-07 2:14 
QuestionAutorun in mac os x Pin
deeps_cute31-Jan-07 2:02
deeps_cute31-Jan-07 2:02 
Questionautorun Pin
princy_cute31-Jan-07 1:02
princy_cute31-Jan-07 1:02 
AnswerRe: autorun Pin
WoutL31-Jan-07 3:11
WoutL31-Jan-07 3:11 
GeneralRe: autorun Pin
princysmile31-Jan-07 15:31
princysmile31-Jan-07 15:31 
GeneralRe: autorun Pin
Sachin Pimpale31-Jan-07 18:05
Sachin Pimpale31-Jan-07 18:05 
Questionmessagebox creation Pin
jeevirajan31-Jan-07 0:24
jeevirajan31-Jan-07 0:24 
AnswerRe: messagebox creation Pin
prasad_som31-Jan-07 2:41
prasad_som31-Jan-07 2:41 
Questionusb in mac os Pin
deeps_cute30-Jan-07 23:09
deeps_cute30-Jan-07 23:09 
Questionusb drive Pin
Sonipriya30-Jan-07 22:01
Sonipriya30-Jan-07 22:01 
AnswerRe: usb drive Pin
Sachin Pimpale30-Jan-07 23:14
Sachin Pimpale30-Jan-07 23:14 
QuestionCocoa programming in Mac OS Pin
deeps_cute30-Jan-07 20:25
deeps_cute30-Jan-07 20:25 
QuestionLost my XP password Pin
Karismatic30-Jan-07 16:53
Karismatic30-Jan-07 16:53 

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.