-
- Novice
- Posts: 5
- Liked: never
- Joined: Jan 19, 2018 10:14 am
- Contact:
Impossible to delete Veeam Register Key
Hi,
I tried to uninstall Veeam Agent For Windows on a server, but i can't delete the Veeam folder into the Regedit, actually the problem is from "ManagedMode" this register is impossible to delete because an error prevent the opening "no such file".
I hope I was clear enough and you could help me.
Thank you
I tried to uninstall Veeam Agent For Windows on a server, but i can't delete the Veeam folder into the Regedit, actually the problem is from "ManagedMode" this register is impossible to delete because an error prevent the opening "no such file".
I hope I was clear enough and you could help me.
Thank you
-
- Service Provider
- Posts: 211
- Liked: 21 times
- Joined: May 30, 2012 11:58 am
- Full Name: Matt Peek
- Contact:
Re: Impossible to delete Veeam Register Key
I had the same issue. If the key is:
HKLM\SOFTWARE\Veeam\Veeam Agent for Microsoft Windows\ManagedMode
I had to use regdelnull from sysinternals to remove. Once I did that, I was able to remove the key. I was in a situation where I was stuck in a trial and could not switch to free mode. After deleting everything and reinstalling I am now running with the free edition.
https://docs.microsoft.com/en-us/sysint ... regdelnull
Thanks,
Matt
HKLM\SOFTWARE\Veeam\Veeam Agent for Microsoft Windows\ManagedMode
I had to use regdelnull from sysinternals to remove. Once I did that, I was able to remove the key. I was in a situation where I was stuck in a trial and could not switch to free mode. After deleting everything and reinstalling I am now running with the free edition.
https://docs.microsoft.com/en-us/sysint ... regdelnull
Thanks,
Matt
Matt Peek
VMCE 2021
VMCE 2021
-
- Product Manager
- Posts: 14726
- Liked: 1706 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: Impossible to delete Veeam Register Key
Thanks Matt. Julien Aesir, can you please clarify why you want to delete the registry key?
-
- Novice
- Posts: 5
- Liked: never
- Joined: Jan 19, 2018 10:14 am
- Contact:
Re: Impossible to delete Veeam Register Key
Thanks a lot Matt it worked perfectly, I wanted to uninstall Veeam properly and reinstall it in order to fix an issue with the "Calculating Diggest" i hope it will work too.
-
- Novice
- Posts: 5
- Liked: never
- Joined: Jan 19, 2018 10:14 am
- Contact:
Re: Impossible to delete Veeam Register Key
Unfortunatly it didn't work, after the reinstallation the backup settings were the same and the error was the same as well you can find it out there : veeam-agent-for-windows-f33/calculating ... 48170.html
It's another Veeam forum topic.
Thanks you anyway.
It's another Veeam forum topic.
Thanks you anyway.
-
- Enthusiast
- Posts: 67
- Liked: 11 times
- Joined: Feb 02, 2018 7:56 pm
- Full Name: Jason Mount
- Contact:
Re: Impossible to delete Veeam Register Key
I could not get the registry to delete using regdelnull. Can somebody provide the syntax to run at a command line to do it?
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Feb 27, 2018 5:56 pm
- Contact:
Re: Impossible to delete Veeam Register Key
I was able to get RegDelNull to work as expected using the following command:jamcool wrote:I could not get the registry to delete using regdelnull. Can somebody provide the syntax to run at a command line to do it?
Code: Select all
.\RegDelNull64.exe -s "HKLM\SOFTWARE\Veeam\"
Code: Select all
RegDelNull.exe
-
- Veeam Software
- Posts: 1
- Liked: 1 time
- Joined: Oct 21, 2010 9:33 am
- Full Name: Igor Podobed
- Contact:
Re: Impossible to delete Veeam Register Key
Hello,
Please try this and let us know how it goes:
Please try this and let us know how it goes:
Code: Select all
.\RegDelNull.exe -s HKLM
Null-embedded key (Nulls are replaced by '*'):
HKLM\SOFTWARE\Veeam\Veeam Agent for Microsoft Windows\ManagedMode*
Delete? (y/n) y
Key successfully deleted.
Scan complete.
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Mar 05, 2020 2:32 am
- Full Name: Tobias Scheidel
- Contact:
Re: Impossible to delete Veeam Register Key
Thank you peeky1323. Had issues with Server2012R2, your post did the trick
-
- Lurker
- Posts: 2
- Liked: 1 time
- Joined: Oct 25, 2019 7:53 pm
- Full Name: LUBOS VARGA
- Contact:
Re: Impossible to delete Veeam Register Key
it does not work form me ... :
.\RegDelNull64.exe -s "HKLM\SOFTWARE\Veeam\"
RegDelNull v1.11 - Delete Registry keys with embedded Nulls
Copyright (C) 2005-2016 Mark Russinovich
Sysinternals - www.sysinternals.com
Null-embedded key (Nulls are replaced by '*'):
HKLM\SOFTWARE\VEEAM\\Veeam Agent for Microsoft Windows\ManagedMode*
Delete? (y/n) y
Error opening for delete:
Access is denied.
Scan complete.
Any other suggestions on how to get rid of this reg issue?
.\RegDelNull64.exe -s "HKLM\SOFTWARE\Veeam\"
RegDelNull v1.11 - Delete Registry keys with embedded Nulls
Copyright (C) 2005-2016 Mark Russinovich
Sysinternals - www.sysinternals.com
Null-embedded key (Nulls are replaced by '*'):
HKLM\SOFTWARE\VEEAM\\Veeam Agent for Microsoft Windows\ManagedMode*
Delete? (y/n) y
Error opening for delete:
Access is denied.
Scan complete.
Any other suggestions on how to get rid of this reg issue?
-
- Product Manager
- Posts: 14726
- Liked: 1706 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: Impossible to delete Veeam Register Key
lubos,
Please make sure that you've started command prompt as administrator. Cheers!
Please make sure that you've started command prompt as administrator. Cheers!
-
- Lurker
- Posts: 2
- Liked: 1 time
- Joined: Oct 25, 2019 7:53 pm
- Full Name: LUBOS VARGA
- Contact:
Re: Impossible to delete Veeam Register Key
Done,
shell as the administrator...
ownership over the registry key taken...
delete is working.
Thanks.
shell as the administrator...
ownership over the registry key taken...
delete is working.
Thanks.
-
- Lurker
- Posts: 1
- Liked: never
- Joined: Oct 26, 2021 8:09 pm
- Full Name: Yassine El Aarfaoui
- Contact:
Re: Impossible to delete Veeam Register Key
i did all those steps, delete the key, BUT when i try to reinstall veeam free edition, the message come again...i dont know what to do in this case, it is so frustrated to spend the day fighting again this problem
-
- Product Manager
- Posts: 14726
- Liked: 1706 times
- Joined: Feb 04, 2013 2:07 pm
- Full Name: Dmitry Popov
- Location: Prague
- Contact:
Re: Impossible to delete Veeam Register Key
Hello yassin48,
Mind me asking why you've reinstalled agent after deleting the key? Any chance you can share the screenshot of the error you got? Thanks!
Mind me asking why you've reinstalled agent after deleting the key? Any chance you can share the screenshot of the error you got? Thanks!
Who is online
Users browsing this forum: No registered users and 12 guests