Tagged Questions
2
votes
1answer
873 views
SHGetFolderPath() for a specific user
I'm looking for a good way to get the local application data folder for a specific user -- without having to enter the login details for that user.
SHGetFolderPath() can accept an access token for ...
0
votes
1answer
680 views
Where is Win7's jump list system data stored?
As per Jumplist Extender, I'm trying to prevent other apps from refreshing their jump lists (it's assumed that the user WANTS to do this, seeing as this is a JL editor.) One idea is to look for file ...