c++ - Why does it take too long for my shortcut to run my process? -


i created shortcut ui process on user's desktop using ishelllink/ipersistfile (after consent user.) shortcut nothing path command line parameters:

"c:\program files (x86)\company\product\process.exe" -spo="t +v"

so i'm testing shortcut in several virtual machines double-clicking (in windows 7 os) , in 1 machine (where os installed long ago) when double-click shortcut, takes 15 seconds process start. (i can tell placing logging method in beginning of process.) while in other (newer) copies of os shortcut starts process immediately.

so i'm curious why happening?

does windows cache shortcuts somewhere may cause delay?


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -