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

前端 未结 7 1729
名媛妹妹
名媛妹妹 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:43

    The app is stored in %LocalAppData% in your %UserProfile%. So the full path could be:

    C:\Users\username\AppData\Local\GitHub
    

提交回复
热议问题