Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

TCCHERE to TCMDHERE

Jul
304
0
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
 
Charles will that remove the TCC Here, or just add another? If just adding, then how do I remove the "TCC Here"

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.

Thanks,
Chuck
 
Back
Top