Prevent Snipping Tool Saving Videos to Temp Folder in Windows 11
Have you ever encountered an issue where you are trying to record a long video using the Snipping Tool in Windows 11, but you don't have enough space on your C drive? You might have decided to save the video to another drive, only to find out that it's not possible.
In this article, we will discuss how to prevent the Snipping Tool from saving videos to the temp folder in Windows 11. We will cover the key concepts related to this issue and provide detailed context to help you understand the topic better.
What is the Snipping Tool in Windows 11?
The Snipping Tool is a built-in screenshot utility in Windows 11 that allows you to capture a screenshot of your screen. It also includes a video recording feature that allows you to record a video of your screen.
Why Can't I Save Snipping Tool Videos to Another Drive?
When you record a video using the Snipping Tool in Windows 11, it saves the video to the temp folder by default. This folder is located on your C drive, and it is used by Windows to store temporary files. If you don't have enough space on your C drive, you might encounter issues when trying to save the video to another drive.
How to Prevent Snipping Tool from Saving Videos to Temp Folder in Windows 11
To prevent the Snipping Tool from saving videos to the temp folder in Windows 11, you can follow these steps:
- Open the Snipping Tool by searching for it in the Start menu.
- Click on the Settings icon in the top right corner of the Snipping Tool window.
- Under the "Save snips" section, select the "Save snips in" option.
- Choose the location where you want to save your snips. This can be any drive or folder on your computer.
- Click on the "Apply" button to save your changes.
Code Block Example
Here's an example of how to change the default save location for the Snipping Tool using PowerShell:
Set-ItemProperty -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Applets\SnippingTool" -Name "SnippingToolPath" -Value "C:\MyFolder"In this article, we discussed how to prevent the Snipping Tool from saving videos to the temp folder in Windows 11. By changing the default save location, you can avoid issues related to lack of space on your C drive. We also provided a code block example of how to change the default save location using PowerShell.