About 50 results
Open links in new tab
  1. What are "temp" folders used for in Windows 10? - Super User

    Jul 19, 2020 · I wanted to do disk cleanup myself and found a large folder in %localappdata% called Temp. I wondered if deleting the contents of it won't harm my computer. All I know about …

  2. Bypass Windows 11's unsupported processor - Super User

    Jul 19, 2025 · In order to avoid using a tool like Rufus which automates the process to bypass and install Windows 11 on unsupported hardware, you have to use setupprep.exe /product server, after you …

  3. Is it safe to delete AppData\Local\Temp? - Super User

    Jan 18, 2015 · Some programs keep important files in there, surprisingly. If you are interested in freeing some space I'd advise to only delete the files excluding those that were created in the last 24h or so, …

  4. hard drive - Are those S.M.A.R.T. errors indicate some serious HDD ...

    Jun 18, 2024 · You can't really tamper with SMART data, but lots of errors doesn't mean the drive is bad perse. For a second-hand drive, this is to be expected, question is, how much did you pay for the …

  5. linux - Remove noexec from /tmp permanently - Super User

    Aug 14, 2020 · To modify the mount options for /tmp, regardless of whether this is a good idea, you should look into /etc/cloud/cloud.cfg. Since you mentioned the machine is "from a cloud-provider", its …

  6. Unable to bypass system checks to allow upgrade to Windows 11

    Feb 16, 2023 · Is there a way (that actually works) to bypass these checks in order to upgrade to Windows 11? Also, hoping to do this with Windows Update as opposed to downloading an ISO and …

  7. How to install Notepad on Windows 11 24H2 sandbox?

    Dec 18, 2024 · How does this work when Notepad is a UWP and has to be installed from the Windows Store? I raised this exact question, about the existing answer, but this answer does reflect the UWP …

  8. how to copy file/folder and preserve their creation date on windows 10

    Oct 22, 2022 · Windows works like this : When you move a file to a different folder then its creation date will not change. When you copy a file do a different folder then its creation date will change. The …

  9. linux - How to check all timestamps of a file? - Super User

    Is there a command in Linux to check all timestamps of a file? I'm trying to see the last modified, created, and touched dates on the file.

  10. powershell - Disable Or enable Tamper Protection using start ...

    Jan 19, 2024 · I recently read you can enable real time protection by using: start windowsdefender://enablertp/ I want to enable/disable Tamper Protection from a batch script using ...