I want to make sure this does what I was told b4 I do it

V

VincentBetty

I was given instructions to make a .txt file write the next quote inside it, change the .txt to .bat and run it as administrator. Can anyone here tell me what this will do to my windows 10 computer"@echo offsetlocalrem Set the folder path you want to blockset "FOLDER_PATH=C:\MyGames"rem Block all .exe filesnetsh advfirewall firewall add rule name="Block EXE in Folder" dir=IN action=BLOCK program="%FOLDER_PATH%\*.exe" enable=yesrem Block all .dll filesnetsh advfirewall firewall add rule name="Block DLL in Folder" dir=IN action=BLOCK program="%FOLDER_PATH%\*.dll" enable=yesecho Block rules added

Continue reading...
 
Back
Top Bottom