{"id":15194015,"url":"https://github.com/tanmoy2504/snippingtoolfix","last_synced_at":"2026-02-10T22:38:40.254Z","repository":{"id":246737440,"uuid":"822032174","full_name":"Tanmoy2504/SnippingToolFix","owner":"Tanmoy2504","description":"Guide \u0026 Script to fix the ‘Screenshot copied to clipboard, but couldn’t save’ error in Snipping Tool for Windows 10/11 ","archived":false,"fork":false,"pushed_at":"2024-06-30T07:31:53.000Z","size":21,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-11T20:41:08.222Z","etag":null,"topics":["fix","guide","registry-scripts","registry-tweaks","snipping-tool","windows-10","windows-11"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tanmoy2504.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-30T05:44:25.000Z","updated_at":"2025-01-06T16:05:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"689f391f-24ca-495b-b107-1346143e2a12","html_url":"https://github.com/Tanmoy2504/SnippingToolFix","commit_stats":null,"previous_names":["tanmoy2504/snippingtoolfix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanmoy2504%2FSnippingToolFix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanmoy2504%2FSnippingToolFix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanmoy2504%2FSnippingToolFix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tanmoy2504%2FSnippingToolFix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tanmoy2504","download_url":"https://codeload.github.com/Tanmoy2504/SnippingToolFix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241329425,"owners_count":19944981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fix","guide","registry-scripts","registry-tweaks","snipping-tool","windows-10","windows-11"],"created_at":"2024-09-27T22:21:37.110Z","updated_at":"2026-02-10T22:38:40.222Z","avatar_url":"https://github.com/Tanmoy2504.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# SnippingToolFix\nGuide to fix the **‘Screenshot copied to clipboard, but couldn’t save’** error in Snipping Tool for Windows 10/11 \u003cbr\u003e\u003cbr\u003e\nOriginal Credit goes to MiniTool for documenting the fix [Here](https://www.minitool.com/data-recovery/windows-not-saving-screenshots-to-screenshots-folder.html#:~:text=Step%201.%20Press%20Windows%20%2B%20R%20key%20combination)\u003cbr\u003e\u003cbr\u003e\n\u003cbr\u003e\n\u003e [!NOTE]\n\u003e I have created a registry file named **SnippingToolFix.reg** which can be downloaded and imported directly instead of manually tweaking registry. This will reset the directory location to default and incase the registry are missing, it will create the respective entries explained below. \u003cbr\u003e\u003cbr\u003e **However users still need to create the folders in respective directories** or they can use the code inside command prompt to automate the same\n\u003cbr\u003e\n\n\u003e [!WARNING]\n\u003e This goes without saying that since we will be editing registry, it will be wise to make a ***registry backup or a full system backup*** incase of a mishap. _By proceeding forward, you are acknowledging the risks involved and that I shall not be held liable_ incase of damage caused to your system. \u003cbr\u003e\u003cbr\u003e\n\u003e This event shouldn't occur unless user makes some mistake or change any setting which is not mentioned in this guide hence the strong recommendation for a backup\n\n### The Problem: \u003cbr\u003e\u003cbr\u003e\nThe error occurs when the “Screenshots” folder inside the “Pictures” folder is missing or if the user uninstalls OneDrive.\nThe Windows registry points to an invalid location, triggering the issue.\n\u003cbr\u003e\u003cbr\u003e\n### The Solution:\u003cbr\u003e\u003cbr\u003e\nNavigate to “HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer”\n\u003cbr\u003e\n\nCreate a DWORD (32 Bit) Value  named **Screenshotindex** vith value 1 (in Hexadecimal mode) \u003cbr\u003e\u003cbr\u003e\n\nNow navigate to “HKEY_CURRENT_USER\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\User Shell Folders.”\n\u003cbr\u003e\nCorrect these two registry entries: \u003cbr\u003e\u003cbr\u003e\n\n\u003e{B7BEDE81-DF94-4682-A7D8-57A52620B86F}  -\u003e  (points to the Screenshots folder location)\n\n\u003e{EDC0FE71-98D8-4F4A-B920-C8DC133CB165}  -\u003e  (points to the snipping tool's screen record folder location)\u003cbr\u003e\n\u003cbr\u003e\n\nEdit the data in the entries so that the folowing keys have the following values: \u003cbr\u003e\u003cbr\u003e\n{B7BEDE81-DF94-4682-A7D8-57A52620B86F}   -\u003e  %USERPROFILE%\\Pictures\\Screenshots\n\n{EDC0FE71-98D8-4F4A-B920-C8DC133CB165}   -\u003e  %USERPROFILE%\\Videos\\Captures\n\u003cbr\u003e\u003cbr\u003e\n\n\u003e[!TIP]\n\u003e**It is best to use %USERPROFILE% for reliability instead of hardcoding the folder location unless the user wants to point to different location other than default.**\n\u003cbr\u003e\u003cbr\u003e\n\nCreate folders named “Screenshots” and “Captures” in their respective locations.\u003cbr\u003e\u003cbr\u003e\nAlternatively you can just run the following command in command prompt to make the job easier \u003cbr\u003e\u003cbr\u003e\n```\nmkdir %USERPROFILE%\\Pictures\\Screenshots \u0026\u0026 mkdir %USERPROFILE%\\Videos\\Captures\n```\n\u003cbr\u003e\n\n\u003e [!WARNING]\n\u003e**The app expects the folder \"Screenshots\" and \"Captures\" to exist; Snipping tool app won’t create it automatically. Users must manually create the folder or use the command above, else the errors will persist.**\n\u003cbr\u003e\u003cbr\u003e\n\nClose the Snipping Tool and restart explorer.exe from the taskbar or give it a full restart whichever is convinient\n\u003cbr\u003e\u003cbr\u003e\n\n\u003e [!IMPORTANT]\n\u003e If the registry entries **{B7BEDE81-DF94-4682-A7D8-57A52620B86F}** and **{EDC0FE71-98D8-4F4A-B920-C8DC133CB165}** don’t exist, right-click on “New \u003e Expandable String Value” which will create a key with type **REG_EXPAND_SZ**. Now create the entries, ensuring the curly brackets are included or use the registry file to avoid the hassle \u003cbr\u003e\n- [x] {B7BEDE81-DF94-4682-A7D8-57A52620B86F} registry key name is valid\n- [x] {EDC0FE71-98D8-4F4A-B920-C8DC133CB165} registry key name is valid\n- [ ] B7BEDE81-DF94-4682-A7D8-57A52620B86F is invalid\n- [ ] EDC0FE71-98D8-4F4A-B920-C8DC133CB165 is invalid\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanmoy2504%2Fsnippingtoolfix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftanmoy2504%2Fsnippingtoolfix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftanmoy2504%2Fsnippingtoolfix/lists"}