No announcements
Found 3486947 threads
-
2 Votes
Administrator doesn't have rights to delete bad registry keys
An Administrator always has the ability to Take Ownership of anything and reset the permissions on it, so there is no situation in which it's impossible to delete a registry ...Answered | 1 Replies | 1984 Views | Created by jmrking - Sunday, January 1, 2012 4:08 PM | Last reply by AndyCadley - Sunday, January 1, 2012 7:01 PM -
0 Votes
Registry Key not deleted during uninstall
Hi Dweezil, If your registry has no values, it will not be deleted even if you set its DeleteAtUninstall to True.Answered | 1 Replies | 658 Views | Created by Programmer Guy - Monday, June 8, 2015 3:11 PM | Last reply by Youjun Tang - Wednesday, June 10, 2015 3:34 AM -
3 Votes
add administrators to windows 7 registry key
manage->local users and groups->groups->administrators and add user to that group to be sure your program can edit the registry.Answered | 4 Replies | 8235 Views | Created by MicroCrafters - Monday, May 14, 2012 4:11 PM | Last reply by The Thinker - Thursday, May 17, 2012 1:18 PM -
5 Votes
Delete Registry Key
Microsoft Certified Professional Microsoft MVP [Windows] Disclaimer: This posting is provided "AS IS" with no ...Answered | 2 Replies | 2608 Views | Created by Import from Website - Thursday, May 23, 2013 6:15 PM | Last reply by Dave Patrick - Friday, May 24, 2013 1:05 PM -
2 Votes
How do i delete a key from registry
Thank you very much, it works, though i needed to figure out that "using Microsoft.Win32;" is required to get access to the registry from within the program.Answered | 2 Replies | 2862 Views | Created by Detective - Sunday, December 14, 2008 10:19 PM | Last reply by Detective - Monday, December 15, 2008 12:00 PM -
1 Votes
delete and replace registry key
Try Dim x As Microsoft.Win32.RegistryKey x = Microsoft.Win32.Registry.CurrentUser.OpenSubKey("SOFTWARE\Test", True) ...Answered | 1 Replies | 2931 Views | Created by akkysilver - Tuesday, April 14, 2009 9:56 AM | Last reply by A.m.a.L Hashim - Tuesday, April 14, 2009 10:05 AM -
2 Votes
Does RegOpenKeyEx require user to have Administrator rights?
Hi Gsumm, Please check Registry Key Security and Access Rights with following ...Answered | 6 Replies | 6833 Views | Created by gsumm - Friday, March 12, 2010 1:20 AM | Last reply by smittal - Friday, January 28, 2011 5:29 AM -
0 Votes
Administrator account unable to add key to registry
Since the registry key only needs to be created once, could I force the user to run the program as administrator (show a prompt and ...Answered | 8 Replies | 2610 Views | Created by ted118 - Saturday, August 11, 2012 12:45 AM | Last reply by ted118 - Saturday, August 11, 2012 12:47 PM -
0 Votes
delete the folder and registry entry key
you can use RegDeleteKey() API to delete the registry settings. see the link http://msdn.microsoft.com/en-us/library/aa914915.aspx you can use ...Answered | 1 Replies | 5204 Views | Created by dhirajmanpe - Thursday, July 8, 2010 2:03 PM | Last reply by Vinoth[MCTS] - Thursday, July 8, 2010 2:15 PM -
0 Votes
WMI Delete registry key and subkey
My WMI example in the first post will not work since it will not delete keys within a key (Subkey) Example: /ProfileList/ ...Answered | 11 Replies | 4468 Views | Created by Trantium - Thursday, September 13, 2012 8:31 AM | Last reply by Trantium - Monday, September 17, 2012 8:51 AM -
0 Votes
how can i make a registry key not for delete and edit even administrator of client machine also?
May I ask what you're trying to write that you don't want administrators to have access to?Answered | 9 Replies | 3270 Views | Created by somasekhar akiri - Thursday, April 15, 2010 6:42 AM | Last reply by somasekhar akiri - Tuesday, April 20, 2010 6:18 AM -
10 Votes
Registry key that has been marked for deletion?
Please Contact your Administrator.Answered | 12 Replies | 80190 Views | Created by viopointTHough - Friday, March 20, 2009 2:11 PM | Last reply by Phillip Demro - Monday, November 16, 2015 2:46 PM -
1 Votes
How to search and delete a specific registry key?
= null) { //delete registry key } thanks Hirendra Sisodiya from ...Answered | 1 Replies | 1389 Views | Created by Wood-MSDN - Friday, October 5, 2012 9:39 AM | Last reply by Hirendra Sisodiya - Friday, October 5, 2012 10:30 AM -
3 Votes
registry key
Hi vineetagarg, You can also get some helpful information from this article: What Are Registry Keys?Answered | 4 Replies | 4156 Views | Created by vineetagarg - Sunday, May 8, 2011 12:11 PM | Last reply by vineetagarg - Sunday, May 15, 2011 2:47 PM -
0 Votes
sound once lost doesn't come back (Internet explorer key in registry)
The only way to solve it is to delete the key (8b8c8403_0 in my case) That's the problem I have in my application ...Answered | 6 Replies | 9611 Views | Created by Peeters - Monday, October 15, 2012 10:26 AM | Last reply by Lou Prete - Thursday, October 18, 2012 12:13 PM -
37 Votes
What registry keys are responsible for file extension association?
HKEY_CLASSES_ROOT doesn't tell the whole story in this case and it would be recommended to go to the sources.Answered | 16 Replies | 355021 Views | Created by koshdim - Thursday, December 24, 2009 4:10 PM | Last reply by cmute - Monday, August 10, 2020 7:44 PM -
0 Votes
Opening registry key as normal user
That could be a solution, but the problem is, the user doesn't know the name and password of the administrator.Answered | 6 Replies | 6169 Views | Created by jkorsten - Friday, October 16, 2009 11:33 AM | Last reply by jkorsten - Monday, October 19, 2009 7:16 AM -
0 Votes
CMD remote registry key removal
Or use this: https://helgeklein.com/free-tools/delprof2-user-profile-deletion-tool/ If you decide to go the PowerShell route, make sure you post your ...Answered | 3 Replies | 1262 Views | Created by RickHondtong - Sunday, December 6, 2015 8:47 PM | Last reply by Mike Laughlin - Monday, December 7, 2015 3:27 PM -
4 Votes
Linq to sql table doesn't have Primary Key
Just for cases like having a relationship table storing only foreign keys it's ok not to have a PK.Answered | 22 Replies | 38087 Views | Created by shivakrishna1 - Saturday, May 17, 2008 1:29 PM | Last reply by Snatr - Wednesday, July 27, 2011 8:08 AM -
0 Votes
How to delete a registry entry using vb.net
Delete a registry entry with regedit.exe.Answered | 9 Replies | 4031 Views | Created by VicSpain - Saturday, March 23, 2013 1:44 AM | Last reply by Renee Culver - Saturday, March 23, 2013 12:19 PM - Items 1 to 20 of 3486947 Next ›
No announcements