How to find the Target *.exe file of *.appref-ms

前端 未结 7 1730
名媛妹妹
名媛妹妹 2021-01-31 00:58

I have to make a Backup of the Program running from the file *.appref-ms
When i Opened the File GitHub.appref-ms using text editor i found

http://gith

7条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-31 01:49

    Simple answer to this; I was trying to figure out the same thing, and it just hit me.

    GitHub IS a program installed on your computer, and when it runs, it WILL use threads and RAM. So that makes it a process. All you have to do is open Task Manager, click the Processes tab, find 'Github.exe', right click, Open File Location. Voila! Mine is in some App folder in Local, about 4 layers deep.

提交回复
热议问题