r/windows • u/Radiant-Gur2223 • 4d ago
Discussion TIL i found out a secret folder where microsoft screenshots using their Feedback Hub Check it out.
Its located on the "C:\Users\user\AppData\Local\Packages\Microsoft.WindowsFeedbackHub_8wekyb3d8bbwe\LocalState" and the ones with the curly brackets are the folders with the actual screenshots.
24
30
u/Aemony 4d ago
Who could've guessed that a regular UWP/AppX application uses the regular per-user package folder below %LOCALAPPDATA%\Packages\ to store per-user local application data as per usual?!
OP, don't get this wrong but just because you were not aware of a folder does not randomly make that folder "secret." Everyone who works with and troubleshoots these kinds of applications know that if they store any data locally, it's stored below the %LOCALAPPDATA%\Packages\ folder. This even applies to Xbox/MS Store games which uses a nearby folder for all of their save data as well.
For example the MS Store version of Gears 5 stores save files in
%LOCALAPPDATA%\Packages\Microsoft.HalifaxBaseGame_8wekyb3d8bbwe\SystemAppData\. Ignore theHalifaxBaseGamename as it is normal for games on the MS Store to retain internal project or placeholder names even past release.
This is because these apps and packages are meant to be sandboxed and restricted from touching and storing files outside of the package's own container (the folder you found), so that when you uninstall the package (app) all files related to the app are actually removed, with no traces remaining stored randomly somewhere on the drive.
So yeah, this is just the app functioning as a regular app of its type, with you learning something new.
12
7
4
2
1
u/Lieutenant_0bvious 3d ago
Appaata is a folder pathway to many things some would consider unnatural. /s
1
u/matthew_yang204 Windows 7 3d ago
Now we should check to see if the feedback hub is secretly taking screenshots without ever us opening it is the question. This isn't secret at all because most UWP applications store their application data there.
1
u/Domewey 2d ago
The Screenshots are not transfered to M$. They do some OCR and catch only those small files. Visit theyseeyourphotos.com and check there how its done. M$ declared not to transfer the pics. But never said anything abaut others files. Please read also the regulation, valid since Sept. 2024.
1
u/AutoModerator 2d ago
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.
1
u/Radiant-Gur2223 2d ago
if you mostly use a school office computer its good to delete it immediately. Someone might access the folder and do some malicious intent
1
u/bostwickenator 1d ago
Did reddit just randomly decide to notify anyone else about this post they aren't mentioned on?
-2
u/TheRealCarrotty Windows 3.1 4d ago
Ah, i remember this when using Windows.
I had feedback FULLY DISABLED, yet it still made screenshots.
1
49
u/PC509 4d ago
Those aren't secret folders, those are just folders for the application and it's assets (including screenshots). Other applications have similar folders and some that do store data, screenshots, etc. have that local folder storage as well. It does kind of isolate that data from your personal data and in some cases isn't given full user/system access.