Coder Social home page Coder Social logo

Comments (11)

moudey avatar moudey commented on September 22, 2024 1
  • Delete the log file.
  • Select the video file, then press Alt + Right Click.
  • Go to the log file and then find the items that take the longest to create.

Copy the items to be removed and put them in the "shell.nss" file like this

remove(clsid='{9F156763-7844-4DC4-B2B1-901F640F5155}')
remove(clsid='{9F156763-7844-4DC4-B2B1-901F640F5156}')
...

Save changes, restart Explorer to reload settings.

from shell.

moudey avatar moudey commented on September 22, 2024

This delay is caused by some items of the system.

A new feature has been added to provide a report on the time it takes to generate system entries to find out why the context menu is lagging by pressing Alt + right-click. You can try it with the debug version.

from shell.

AryaTwirl avatar AryaTwirl commented on September 22, 2024

Hi, thanks for the reply.

I have downloaded the debug version, but alt+right clicking doesn't seem to work. Also, the UWP context menu isn't replaced by the nilesoft one. Am I doing something wrong, or is it the expected nature of it? Thank you.

from shell.

moudey avatar moudey commented on September 22, 2024

Change priority value to 1 to enable shell

settings
{
    priority = 1
}

Save changes, restart Explorer to reload settings.

You find the report in the 'shell.log' file.

The context menu will not appear while the ALT key is pressed.

from shell.

AryaTwirl avatar AryaTwirl commented on September 22, 2024

Hi,
I've successfully collected the log and this is what it shows:
image

As you can see, one of the entry on the list is 50ms+, but I still can't find out the cause.

Looking forward for further help.

Thank you.

from shell.

AryaTwirl avatar AryaTwirl commented on September 22, 2024

Okay, I think I now understand what all those number means. it's OneDrive causing it. But don't know why it's only on video files.

Any suggestions what to do next?

Thank you.

from shell.

AryaTwirl avatar AryaTwirl commented on September 22, 2024

Thank you very much for the help.

And yes, I can confirm it's OneDrive. Inserting the CLSID to the Remove list also removes the OneDrive functions. Still not sure why it only slows down on video files.

from shell.

AryaTwirl avatar AryaTwirl commented on September 22, 2024

Hi,

Apologise for reopening the issue.

But after having inserted the CSLID to the remove list, once in a while, it still appears on the log and the right click still slows down (although it has improved dramatically).

Any suggestions for that?

Also, I notice that the debug version has a different shell.nss structure than the usual one. Could I apply the remove cslid entry to the usual version also?

Thank you.

from shell.

moudey avatar moudey commented on September 22, 2024
  • When using the report, all entries appear without removing any entry.
  • The clsid property cannot be entered with the previous version.

Try removing the Edit with Clipchamp item, which may have an effect on delaying the context menu for video files.

remove(clsid='
	{9F156763-7844-4DC4-B2B1-901F640F5155}|   //Open in Terminal	(UWP)
	{8AB635F8-9A67-4698-AB99-784AD929F3B4}| //Edit with Clipchamp	(UWP)
' where=this.isuwp)

from shell.

AryaTwirl avatar AryaTwirl commented on September 22, 2024

Hi,
so there's a Windows update earlier and the slow down is back. I've investigated further, found yet another culprit, put it into the list, yet it's still slow. Like it doesn't work at all.

{8F491918-259F-451A-950F-8C3EBF4864AF}| (UWP)
{1861E28B-A1F0-4EF4-A1FE-4C8CA88E2174}| (UWP)

Any suggestion for that?

Thank you.

from shell.

moudey avatar moudey commented on September 22, 2024

// must be placed before (UWP) or delete it

remove(clsid='{8F491918-259F-451A-950F-8C3EBF4864AF}|{1861E28B-A1F0-4EF4-A1FE-4C8CA88E2174}' where=this.isuwp)

Or put each one separately

remove(clsid='{8F491918-259F-451A-950F-8C3EBF4864AF}' where=this.isuwp)
remove(clsid='{1861E28B-A1F0-4EF4-A1FE-4C8CA88E2174}' where=this.isuwp)

from shell.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.