Providing Free and Editor Tested Software Downloads
< HOME | TUTORIALS | GEEK-CADE| WEB TOOLS | YOUTUBE | NEWSLETTER | DEALS! | FORUMS | >

MajorGeeks.com - It's Geekalicious.

Software Categories

All In One Tweaks
Android
Antivirus & Malware
Appearance
Back Up
Browsers
CD\DVD\Blu-Ray
Covert Ops
Drivers
Drives (SSD, HDD, USB)
Games
Graphics & Photos
Internet Tools
Linux Distros
MajorGeeks Windows Tweaks
Multimedia
Networking
Office & Productivity
System Tools

Other news

· How To and Tutorials
· Life Hacks and Reviews
· Way Off Base
· MajorGeeks Deals
· News
· Off Base
· Reviews




spread the word

· YouTube
· Facebook
· Instagram
· Twitter
· Pintrest
· RSS/XML Feeds
· News Blur
· Yahoo
· Symbaloo

about

· Top Freeware Picks
· Malware Removal
· Geektionary
· Useful Links
· About Us
· Copyright
· Privacy
· Terms of Service
· How to Uninstall

top downloads

1. GS Auto Clicker
2. Macrium Reflect FREE Edition
3. Smart Defrag
4. Visual C++ Redistributable Runtimes AIO Repack
5. Visual C++ Runtime Installer (All-In-One)
6. McAfee Removal Tool (MCPR)
7. Rufus
8. MusicBee
9. Sergei Strelec's WinPE
10. K-Lite Mega Codec Pack
More >>

top reads

Star How to Disable 1-Click Ordering on Amazon (and Avoid Surprise Charges)

Star How to Fix Shallow Paint Layer Depth in Bambu Studio

Star Aviator Betting Game Secrets: Unlock 97% RTP & Triple Your Wins

Star Windows Recall: What It Is, Why Hackers Will Love It, and How to Stay Safe

Star Star Trek Fleet Command Promo Codes: Redeem Codes for Free Shards, Blueprints And Resources

Star How To Use VLC Media Player to Trim Video Clips

Star What Is the $WinREAgent Folder and Can I Delete It?

Star Swear Your Way to Better Search Results

Star How to Get a Dark Start Menu and Taskbar in Windows 10 & 11

Star Enable, Disable, Manage, Delete or Create a System Restore Point


MajorGeeks.Com » Overview» Tutorials and Video Guides » What Is the $Windows.~WS Folder and Can I Delete It?

What Is the $Windows.~WS Folder and Can I Delete It?

By Timothy Tibbetts

on 07/13/2023

The $WINDOWS.~WS is a hidden folder created by a Windows Upgrade, typically done with Windows Updates. Other folders may appear including $GetCurrent, $WINDOWS.~BT, and $SysReset. The folders are hidden, and you can check for them by clicking View > Hidden items in File Explorer.



While you can delete the $WINDOWS.~WS, it's easier to ignore unless it's using a lot of space. We've seen the $WINDOWS.~WS folder takes under 1MB but also use over 6GB.



Verify you don't have any Windows Updates pending by clicking Start > Settings > Update & Security > Check for Updates. We'd also wait a few days to a week to see if there's a large feature update coming.

Now that we've let you know that you don't need to delete these folders, let's delete them anyway.

Open PowerShell and type the following lines one at a time pressing Enter after each line:


takeown /F C:$WINDOWS.~WS* /R /A
icacls C:$WINDOWS.~WS*.* /T /grant administrators:F
rmdir /S /Q C:$WINDOWS.~WS




Another option would be to use a batch file. Copy and paste the following lines into Notepad and save as Delete Windows_WS and Windows_BT.bat. Double-click Delete Windows_WS and Windows_BT.bat to delete the folders. Do not run the batch file as an administrator.


@echo off
@echo "This will delete the folder C:$Windows.~WS and C:$WINDOWS.~BT. Windows 10 only."
@echo --------------------------------
@echo If you get the message "The system cannot find the file specified," it means the folder is already deleted.
@echo --------------------------------
PAUSE
RD /S /Q "C:$Windows.~WS"
RD /S /Q "C:$WINDOWS.~BT"
@echo --------------------------------
@echo All done
@echo --------------------------------
PAUSE NULL


You can also download the batch file from MajorGeeks if you're not familiar with batch files.

Finally, you could try deleting the folders from Safe Mode.

Similar:
  • What Is the $SysReset Folder and Can I Delete It in Windows 10?
  • Will Windows 10 Receive Windows Updates if It's Not Activated?






  • © 2000-2025 MajorGeeks.com
    Powered by Contentteller® Business Edition