By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!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.
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]
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]
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.
The line I posted doesn't delete both of them?
The line I posted doesn't delete both of them?