Jump to content

Recommended Posts

Guest VincentBetty
Posted

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...

  • Replies 0
  • Created
  • Last Reply

Popular Days

Popular Days

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...