registrykeys

  1. P

    change wallpaper

    I have a problem I have a script that only uses the URL to change the wallpaper but I have this locally. How can I do this? for NTlite software # Define the URL for the wallpaper $url = 'https://images.alphacoders.com/137/1377548.png' $outputPath = "$env:TEMP\wallpaper.png" try { # Download...
  2. B

    Windows 7 TcpAckFrequency and TCPnodelay

    I've read that adding the registry keys TcpAckFrequency and TCPnodelay (setting these to 1) can improve your ping in online games - albeit at the detriment of other web activity (i.e. torrenting). Anyway it seems that adding these registry keys is a pretty innocuous change so my theory is...