This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Copy/Paste with permissions missing

Hi All,

I noticed that on one of my cores the copy/paste with permissions is missing from the right click menu. Any idea how to restore it or what happened?

Parents
  • If you want to manually register the paste with permissions menu option, do this:

    1. Validate that CopyAclExtension.dll exists in C:\Windows\System32 (if it doesn't, copy it from a working core)
    2. Run regsvr32 /u CopyAclExtension.dll to unregister it
    3. Run regsvr32 CopyAclExtension.dll to register it
    4. Paste with permissions should be available.

    If it's not after doing those steps, a reboot might be needed and then repeat the steps.

Reply
  • If you want to manually register the paste with permissions menu option, do this:

    1. Validate that CopyAclExtension.dll exists in C:\Windows\System32 (if it doesn't, copy it from a working core)
    2. Run regsvr32 /u CopyAclExtension.dll to unregister it
    3. Run regsvr32 CopyAclExtension.dll to register it
    4. Paste with permissions should be available.

    If it's not after doing those steps, a reboot might be needed and then repeat the steps.

Children