Tagged Questions

3
votes
2answers
1k views

where does msscript.ocx gets installed from

I'm using msscript.ocx in my application which is an activex scripting host for windows. Although I want to be able to use the same for XP embedded(XPe) which's highly customizable. 1.I want to ...
2
votes
0answers
173 views

ARP request are sent even though windows has an entry in cache (ARP Table)

we have a product which runs on windows XP embedded SP1. We add a fake(does not exists) MAC address for a fake IP in ARP table. When there is a communication happening Windows sends packets to the ...
0
votes
0answers
87 views

Windows XPe: How do I change the time zone via a script or API call without rebooting?

I'm working with some deployed Windows XPe systems and I need to change the time zone such that the local time is the same as the system time. I need to do this via a script or via win32 API calls. ...
0
votes
2answers
62 views

Does AIR run on XP embedded?

I cant seem to find any answer to this, other than a series of forum posts asking the same question going unanswered. Does AIR 2.0 run on XP embedded?
0
votes
1answer
394 views

Windbg with xp embedded, ntdll.dll symbols fail, other symbols affected?

I am using windbg with xp embedded. Attempting to fetch the operating system symbols fails with the message "Symbol file could not be found. Defaulted to export symbols for ntdll.dll". (Is this ...
0
votes
1answer
169 views

Windows XPE service installation - how to set security at CreateService time?

I'm using CreateService to install a windows service on Windows XPE. I'd like to set things up so that only the Administrator can start/stop/pause/resume the service. Right now I'm using the ...