-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to delete link #2
Comments
Interesting! Can you send me the full command for regln? Also what do you mean by regln gives no output? Are you running it in cmd with admin privileges? |
PowerShell with Administrator privileges. |
How do you know that the key |
I have detected the symlink using this tool Their frontpage recommended regln to manipulate such keys.
It has been created by mp3jam. I know that because i use Total Uninstall in order to monitor and uninstall any software remnants. Total Uninstall was unable to delete the issue key upon uninstalling mp3jam. |
Oh very interesting. Also never heard of this tool, thank you! I will try to reproduce it myself. However in the mean time I would recommend trying to delete it from 32bit side. I think syswow64 may be the issue. Open up 32bit regedit from c:\windows\syswow64, then find the right key and then use 32bit regln to delete it. |
I will try to reproduce it. What I would recommend is get procmon from systeinrnals, set the filter for registry and regln.exe only and see if it can show you any errors. |
Nothing seems to be out of the ordinary. Here are the results. |
I actually resolved the issue just now.
After I created the link the first time and it still didn't work (MRemoteNG wasn't working still) I tried deleting the key to try again. What appears to have happened was that it deleted the Sessions key under KiTTY and then I tried recreating the key again which created a key associated to nothing. HKCU\Software\SimonTathem\PuTTY\Sessions > HKCU\Software\9bis.com\KiTTY\Sessions
# except HKCU\Software\9bis.com\KiTTY\Sessions doesn't exist. I recreated the key under Kitty and was able to remove the Sessions key under putty. |
Awesome thank you. Please also note that it's impossible to create links under HKCU, but I think you noticed that since your regln command line uses HKU. |
I still fail to relate @ScriptingDad 's solution to mine and yet the issue has been closed. Ok. |
OK reponened, my apologies I thought this was resolved. |
I had the same problem as described by @chic01taliano, so I was sceptical that regln would work, but it did. So maybe it got fixed in the meantime. Just wanted to inform you :) |
I do not have such a problem anymore since i've installed a fresh copy of windows but there's been no new update to the software since then. In any case, thanks for chiming in. |
I have a registry key that I cannot delete. If I try to click on or delete the key, I get the error "An error is preventing this key from being opened. Details: The system cannot find the file specified." If I try to delete the branch, I get a generic "error while deleting key"
The key is "HKU\S-1-5-21-3149309343-1769326203-569191401-1001_Classes\WOW6432Node\CLSID{130F8154-E804-4BD5-A07B-35BE69039715}{A730F6F3-255C-417C-8986-2C578500547E}"
When trying with regln it gives me no output at all. Am i doing it wrong?
Thanks
The text was updated successfully, but these errors were encountered: