Skip to main content

All Questions

0 votes
0 answers
497 views

Accidental deletion of the System32 files in Windows

I accidentally executed the following command in cmd with administrative privilages in my c:\windows\system32 folder: del *.* /f/q/s > nul When I realized what was happening I quickly pressed Ctrl+...
SantaHopar's user avatar
1 vote
2 answers
2k views

Running file from batch file

I am working in Windows 10. This is my code saved in .bat file: %windir%\System32\cmd.exe "/K" C:\Users\Alex\AppData\Local\Continuum\anaconda3\Scripts\activate.bat C:\Users\Alex\AppData\Local\...
vasili111's user avatar
  • 537