10
votes
Windows Equivalent of ‘nice’
If you want to set priority when launching a process you could use the builtin start command:
START ["title"] [/Dpath] [/I] [/MIN] [/MAX] [/SEPARATE | /SHARED]
[/LOW | /NORMAL | / …
2
votes
Using Xming X Window Server over a VPN
Chances are it's either X authentication, the X server binding to an interface, or your DISPLAY variable. I don't use Xming myself but there are some general phenomenon to check for. One test you c …
