User Controls

Windows 11

  1. #21
    AngryOnion Big Wig [the nightly self-effacing broadsheet]
    Startup time is a bit slower not much.
    Everything else is ok.
    I think this is nothing more than a GUI change.
    All the same shit is where you would expect to find it.
  2. #22
    Number13 African Astronaut [dispute my snotty-nosed seagull]
    I don't want a gui change so as long as 10 is still updated I'll be on 10 watch it go the way of 8 and be forgotten instantly
  3. #23
    Kev Space Nigga
    i still run windows 7 lmao, for how long i have no idea.

    8 and up is pure spyware, not touching that shit
  4. #24
    Jeff Hunter did 9/11
  5. #25
    Originally posted by Kev 8 and up is pure spyware, not touching that shit

    The fix is to get a rule-based firewall and block all its inbound and outbound ports on TCP and UDP.
  6. #26
    Kev Space Nigga
    Originally posted by ⠀⠀⠀⠀⠀⠀ The fix is to get a rule-based firewall and block all its inbound and outbound ports on TCP and UDP.

    so how do you connect to the internet then?
  7. #27
    Originally posted by Kev so how do you connect to the internet then?

    You just only allow the browser ports. Block every other port.
  8. #28
    Kev Space Nigga
    Originally posted by ⠀⠀⠀⠀⠀⠀ You just only allow the browser ports. Block every other port.

    who says i only use a browser and nothing else?
  9. #29
    Originally posted by Kev who says i only use a browser and nothing else?

    Anything you use, you just look at what ports it's using and allow those through the firewall and block all other ports. You can also filter by executable process (PID) at the same time, so Windows doesn't try and use them.

    https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers
  10. #30
    Kev Space Nigga
    Originally posted by ⠀⠀⠀⠀⠀⠀ Anything you use, you just look at what ports it's using and allow those through the firewall and block all other ports. You can also filter by executable process (PID) at the same time, so Windows doesn't try and use them.

    https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers

    what about programs that use random ports like torrent clients?

    i can only enhancement executables that i know, who is to say a windows program in the background cant use whichever port is open?

    its a moot point anyhow, if the OS itself is spyware then its irrelevant how you use it, the firewall is subordinated to it is it not? windows can probably bypass it.
  11. #31
    Originally posted by ⠀⠀⠀⠀⠀⠀ You just only allow the browser ports. Block every other port.

    good spywares know how to scan open ports and use them.
  12. #32
    That's why you associate only the browser process to the port and block by default all other PIDs from accessing it.

    In computing, the process identifier (a.k.a. process ID or PID) is a number used by most operating system kernels—such as those of Unix, macOS and Windows—to uniquely identify an active process.
  13. #33
    Kev Space Nigga
    the PID changes every time the process is restarted so that is useless.

    and as i said, im not some normie who only uses fecesbook, i have uses for more than just a browser
  14. #34
    Originally posted by Kev the PID changes every time the process is restarted so that is useless.

    You can write a .bat file which will identify the new PID and update the firewall config file automatically.
  15. #35
    Kev Space Nigga
    but the config file wont correct itself automatically when i have to edit it every single damn time i start a program i intended to run

    which would be like 50 times a day
  16. #36
    You just click the bat file after you open the browser. Easy peasy.
  17. #37
    Kev Space Nigga
    and if i wanna open something else?
  18. #38
    Originally posted by Kev and if i wanna open something else?

    We had to figure all this out by trial and error. And that's the best way to truly learn. Using batch files, you can basically accomplish anything.
  19. #39
    Kev Space Nigga
    you havent given any automated solution if i have to edit a fucking a bat file every single time i run an application. thats so tedious i would rather get raided by the feds.
  20. #40
    If you want a good place to start, study how WinSock works.

    https://en.wikipedia.org/wiki/Winsock
Jump to Top