I have recently gone through a bunch of standalone utility apps written in VB6 to make sure that registry virtualization is turned off for Windows Vista and above. I created a standalone manifest file
I\'ve cr开发者_JAVA百科eated an MMC snap in that launches code in a new appdomain and part of the code checks for a registry key. If I check for the key in the snap in process it works, but the code i
I have a .net service running on the local machine (Windows 7 x64, IE8, .net 3.5, C#) that returns a file to the browser in response to a user action. Using firefox or chrome, the file is downloaded p
My application consists of a server a and client interface. I want the client to be able to request the server to write a registry key. Now i did my research on libraries for java that do that and i f
Is it possib开发者_Go百科le for a process to gain administrator priviledges after it has started? If so, how?
I have an Excel add-in I am developing that works fine 开发者_如何学编程in Windows XP.However, I just got a hold of Windows 7 Professional and now I cannot save this add-in, either manually from the V
I\'m currently making a program for a lan center that scans a users hard drive, and copies/archives certain save game files into a zip and uploads them to a FTP server.But I\'ve created a lot of the p
I have a application need to run under Administrator right, If I run it with Guest user account, after click the UAC dialog, using Windows API to get the current user fol开发者_开发百科der in AP will
There\'s a simple way to read the registry and get the UAC status from there. The only problem is that if you are not an administrator user or the UAC is ON then you can\'t read that particular key.
My product needs to change file association. To allow it to run as non-admin in Vista, I have moved the registry changing code to a separate bina开发者_StackOverflow中文版ry called \"assocsetup.exe\".