registry
vb.net RegistryKey.CreateSubKey error help
I was hoping to get some help with an error I can\'t seem to get around. A little background - we have a large windows application that uses the registry (originally written back in .NET v1.1 and ha[详细]
2023-04-05 13:25 分类:问答Creating a C# application to configure printer page settings
I am looking to deploy a c# application at my workplace which defines the default paper size. Nothing too special. It works by calling windows.win32 and using the registry class to write to the regist[详细]
2023-04-04 22:44 分类:问答I added a registry key, but I cannot find it programmatically
So I used RegEdit to add the following to the registry on my workstation: HKLM\\Software\\Foo\\Bar Bar has a k/v pair of \"wtf\"/\"idk\".I verified that these changes \"took\" by closing regedit and[详细]
2023-04-04 07:26 分类:问答using registry to run a prog at startup
i am trying to run a code in c++ which will result in an .exe file running at startup using registry...but the problem is that the code results fails without showing any errors...i compiled the code i[详细]
2023-04-04 07:16 分类:问答Understanding a negative offset of a registry data reference to a dll file
I almost have an answer to my last question, but I need help. The Windows Firewall Rules (Vista and up) are stored in the Registry HKLM\\SYSTEM\\CurrentControlSet\\Services\\SharedAccess\\Parameters\[详细]
2023-04-04 01:32 分类:问答Windows 7 registry: how to edit a registry key by program schedule (batch)?
eg. when a specific registry key value becomes 39 i would have to reset it to 0. A batch is possible? Or what app (language) i could use,开发者_如何转开发 and how? Can you let me see an example? Thank[详细]
2023-04-04 01:25 分类:问答Weird problem. Application started with Process.Start gives UnauthorizedAccessException on writing to the windows registry
I have written a wrapper application in .Net that starts another WinForms application with a specified user name and password. For the background behind why I am needing to do this, you can look at th[详细]
2023-04-03 22:20 分类:问答Java: Reading Windows Registry keys stopped working
I have been reading keys and values by executing \"reg query\", but a few days ago it stopped working. I haven\'t changed any code.[详细]
2023-04-03 14:21 分类:问答Read Registry key and write in textbox the value
I have found the following code which reads and writes from the registry. // Write a value to the registry[详细]
2023-04-03 06:55 分类:问答How to persist Windows CE registry settings
I am able to modify the Windows CE Registry from the \"Windows CE Remote Registry Edit开发者_开发知识库or\" application, but none of my registry changes persist on bootup. Is there some special incant[详细]
2023-04-03 02:37 分类:问答