Recent content by Mau370


  1. Disable internet access for specific app via CMD

    Problem is from blanks in "c:\Program Files\Mozilla Firefox\Firefox.exe" Use aditional quotes as : ' "c:\Program Files\Mozilla Firefox\Firefox.exe" '
  2. Disable internet access for specific app via CMD

    Hi! 1. for stoping running process, i suggest command dos TakKill ( in command prompt, type "TaskKill /?" to know all the attached parameters 2. Yes, "delete" instead of "add" kill the rule. 3. rule name is necessary in nstsh command, but you can use blank.
  3. Disable internet access for specific app via CMD

    And another for specific app, you can use Windows Firewall through output rule (example for skype): netsh advfirewall firewall add rule name="Block skype" dir=in action=deny program="C:\program\skype.exe" enable=yes
  4. Disable internet access for specific app via CMD

    Hi al here is dos commands i use to stop internet: netsh interface set interface "Ethernet" admin=disable netsh interface set interface "Wi-Fi" admin=disable Then to restart: netsh interface set interface "Ethernet" admin=enable netsh interface set interface "Wi-Fi" admin=enable Hope this help you!
  5. Solved No association with .jpg files

    Hi all! Photos from microsoft is working as well here with .jpg. Win 11 x64 .376 on I7 860/8go/2 To mother board Asus P7P55D.
Back
Top Bottom