Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
1k views

python IPC (Inter Process Communication) for Vista UAC (User Access Control)

I am writing a Filemanager in (wx)python - a lot already works. When copying files there is already a progress dialog, overwrite handling etc. Now in Vista when the user wants to copy a file to ...
1
vote
1answer
46 views

Windows: setting security attributes at process-level granularity

Background: I have a windows service that works in the background (obviously), and uses a utility program to perform a certain interactive task and send back the data to the service over a named ...
0
votes
1answer
41 views

Do not run my application after seup on Windows Vista when UAC is active

I have an application and for deploying it I made setup for it by Install shield, Now after setup on windows Vista when UAC is on, my application don't run without showing every message or dialog box. ...
0
votes
1answer
59 views

DeleteIpForwardEntry Access Denied on Vista

Calling DeleteIpForwardEntry() works perfectly well on Windows XP and Windows 7. On Windows Vista, however, it fails with ERROR_ACCESS_DENIED. The documentation says that "the user lacks the required ...
0
votes
3answers
265 views

Does Windows Vista prevent windows services from accessing the internet or USB hardware?

I have created a Windows service that will run an exe file periodically to check for files on an FTP site, process any that are found, enter data into an SQL database and print a label to a local ...
0
votes
2answers
2k views

Vista + VB.NET - Access is denied while trying to start/stop a Windows Service from within an application

I get the following error in Vista while trying to start/stop a Windows Service that I created. Cannot open ServiceName service on computer '.'. The same code works for XP. What should I do to ...
0
votes
3answers
786 views

Session 0 Isolation

Vista puts out a new security preventing Session 0 from accessing hardware like the video card, and the user no longer logs into session 0. I know this means that I cannot show the user a GUI, ...