This message was deleted.
# _general
s
This message was deleted.
j
The context menu?
j
well it's not exactly disabling it but when another program take over the default file associations the built-in method is technically "disabled". May I ask what's the exact purpose of this ?
h
I have the context menu item. But that doesn't diable the ability natively to zip files. I have been asked if we can disable the inherent windows zip ability. Not replacing it
j
You can hack it out of the context menu and the file type association by editing the Registry. I guess you could also use App Masking to hide the executables to stop the users putting the FTAs back
👍 2
⤴️ 1
p
The interwebs say to delete this key HKEY_CLASSES_ROOT\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31} (perhaps back it up first...)
h
That reg key doesn't disable the built in functionality... Just remove the context menu
Didn't think there was but thought I would ask
m
if the inbuilt commands are just using the powershell Compress-Archive and Expand-Archive maybe you can disable it in powershell somehow?