registry
c# Requested registry access is not allowed
I have a problem, my application is running under admin rights (I have also manifest) <requestedExecutionLevel level=\"requireAdministrator\" uiAccess=\"false\" />[详细]
2023-03-26 22:41 分类:问答Why does size of temp internet files folder exceed max folder size?
I am making a web page that detects the size of the \"Temporary Internet Files\" folder as well as the maximum size of that folder according to the registry. The code works fine, 开发者_StackOverflow社[详细]
2023-03-26 19:45 分类:问答How to run C# application in Guest account as a Administrator
I didnt get correct answer and got lots of answers like \"we can not do like this\" for my previous questions.[详细]
2023-03-26 16:21 分类:问答Delayed start using RunOnce
I have a program that I want to start at Windows start up. So I wrote the program to the registry value SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\RunOnce. The program runs immediately when Windows[详细]
2023-03-26 11:31 分类:问答C# Access 64 bit Registry
I was wondering if it was possible to access the following registry key in C# on a 64 bit pc. HKLM\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Run[详细]
2023-03-26 07:37 分类:问答How can I read a HKEY_LOCAL_MACHINE\Software\MyApp key that have been created under a StdUser Level?
I have a C++ Win32 DLL, called by a application that is running 开发者_Go百科in requestedExecutionLevel of requireAdministrator in Windows7.[详细]
2023-03-26 06:04 分类:问答VB.NET read registry
Beyond perplexed this time... The simplest possible line of code works sometimes, sometimes it doesn\'t. First I thought the issue was that I was trying to read the value of a DWORD, but since I CAN[详细]
2023-03-25 23:48 分类:问答Replace task manager using registry keys or api
Process Explorer has an option which I have used recently called \"Replace Task Manager.\". Now, every time CTRL + ALT + DEL is pressed on my system Process explorer comes up. However unfortunately de[详细]
2023-03-25 21:41 分类:问答How do I know what registry keys should be removed?
I am writing a Java Desktop Application and one of it\'s functions is going to remove old un-needed, useless Registry entries. How do I determine what entries/keys/values can be removed.[详细]
2023-03-24 23:53 分类:问答How to write into Windows Registries in Guest account without asking Admin Privilege to Run my code
Anyone knows if all my client com开发者_StackOverflowputers are connected to my Server with a Specific Group Policy. I have restricted/guest privilege to all my client PC. I want to write a C# code wh[详细]
2023-03-24 20:47 分类:问答