Search Articles — Sudonull

Search Results

From the web

How to generically refer to the AppData folder on the Windows …

https://superuser.com/questions/681744/how-to-generically-refer-to-the-appdata-folder-on-the-windows-command-line

The original User's Profile directory lives in a directory like C:\Users\username\AppData. How can I refer to the current user's profile directory when using the Windows command line? By searching I found …

windows - What is "%AppData%"? - Super User

https://superuser.com/questions/632891/what-is-appdata

The AppData\Local and AppData\Roaming locations are the preferred locations for applications to store data that is not required to be exposed to the user. In a domain environment, the Roaming is used to …

A complete list of "%%" relative paths/variables in Windows Explorer in ...

https://superuser.com/questions/1655266/a-complete-list-of-relative-paths-variables-in-windows-explorer-in-windows

Jun 7, 2021 · I would like to know the full list of variables that I can use in Windows Explorer or related relative paths that is accepted by Windows 10. Variables like %appdata ...

AppData/Local/Packages – safe to remove? - Super User

https://superuser.com/questions/1237781/appdata-local-packages-safe-to-remove

Trying to make space on my C drive. I see that my AppData/Local/Packages folder is almost 20GB! Is it safe to delete it? If not, can it be 'pruned' without affecting installed applications?

Where are Notepad temp/unsaved .txt files located? - Super User

https://superuser.com/questions/1856217/where-are-notepad-temp-unsaved-txt-files-located

Sep 19, 2024 · My guess would be \AppData\Local\Temp, but keep in mind they may not be .txt files. Word for instance when doing autosaves generates .tmp files, so if notepad is using a similar …

Is there a list of Windows special directories/shortcuts (like %TEMP ...

https://superuser.com/questions/217504/is-there-a-list-of-windows-special-directories-shortcuts-like-temp

I would just correct that what the OP is asking about are not any special directories or shortcuts but regular environment variables. They may contain any numeric or alphanumeric value, some of them …

How can I figure out what files in AppData\\Local\\Temp I can delete ...

https://superuser.com/questions/1762582/how-can-i-figure-out-what-files-in-appdata-local-temp-i-can-delete-safely

Jan 12, 2023 · My AppData\\Local\\Temp occupies 200GB, but cleanmgr.exe says Temporary Files: 1.16MB Why is there the difference? How can I figure out what files in the folder I can delete safely?

How to find where an application is storing data?

https://superuser.com/questions/158745/how-to-find-where-an-application-is-storing-data

All modern OS have a default location where programs are supposed to store data that is created on behalf of a user. On Windows, it's under %APPDATA% for files internal to the application (i.e. files the …

How do I get back unused disk space from Ubuntu on WSL2?

https://superuser.com/questions/1606213/how-do-i-get-back-unused-disk-space-from-ubuntu-on-wsl2

Nov 30, 2020 · I'm using Ubuntu 20.04 on WSL2 on Windows 10, and I noticed that after removing files on Ubuntu I was not getting the space back that was taken up by the removed files. For example: …

Can I move my AppData folder in Windows 10? - Super User

https://superuser.com/questions/1250288/can-i-move-my-appdata-folder-in-windows-10

Sep 14, 2017 · Navigate to c:\Users\username\appdata execute the following command: mklink /d local d:\appdata\local replace d:\appdata\local with the actual path of where you moved the appdata to. If …

Trending Now