If I ran the tcchere.btm, how can I change the folder context menu item to TCMDHERE?
Is there a way without uninstalling and reinstalling?
Regards,
Chuck Billow
Is there a way without uninstalling and reinstalling?
Regards,
Chuck Billow
There should be a TCMDHERE.BTM in your program directory.If I ran the tcchere.btm, how can I change the folder context menu item to TCMDHERE?
Charles will that remove the TCC Here, or just add another? If just adding, then how do I remove the "TCC Here"There should be a TCMDHERE.BTM in your program directory.
It creates a new one. I haven't tried, but I imagine removing the "TCC Here" entry could by done with:Charles will that remove the TCC Here, or just add another? If just adding, then how do I remove the "TCC Here"
echo %@regdelkey[HKCR\Drive\Shell\TCC] %@regdelkey[HKCR\Directory\Shell\TCC]
Thanks Charles.It creates a new one. I haven't tried, but I imagine removing the "TCC Here" entry could by done with:
Code:echo %@regdelkey[HKCR\Drive\Shell\TCC] %@regdelkey[HKCR\Directory\Shell\TCC]
Charles, you have to delete both the Drive key and the Directory key, but outside of that, it worked great.It creates a new one. I haven't tried, but I imagine removing the "TCC Here" entry could by done with:
Code:echo %@regdelkey[HKCR\Drive\Shell\TCC] %@regdelkey[HKCR\Directory\Shell\TCC]
The line I posted doesn't delete both of them?Charles, you have to delete both the Drive key and the Directory key, but outside of that, it worked great.
Didn't on my setup.The line I posted doesn't delete both of them?
Charles, I just ran it again and it worked totally. I must have dome something wrong the first time...The line I posted doesn't delete both of them?