ie explorer timeout

23 Aug

Getting tired of IE timing out while ICS is dialing? You can try fiddling with some TCP registry keys if you like. I don’t recommend this, because stretching out this timeout causes all bad connection requests to take a longer … Read More »

vpn overview

21 Aug

http://www.microsoft.com/windowsserver2003/techinfo/overview/vpnover.mspx http://support.microsoft.com/default.aspx?scid=kb;EN-US;320697

18 Aug

Q. What registry key is being used for this purpose? A. HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate Q. What is the key value name and what are the value options? A. The key value name is

turn off system restore script

11 Aug

for Windows XP only, you can even script this. The Microsoft TechNet Script Center has a sample script that’ll get you started: http://www.microsoft.com/technet/community/scriptcenter/compmgmt/scrcm92.mspx or http://snipurl.com/8bsr . Here’s an expanded version that attempts to disable System Restore for every computer listed … Read More »

9 Aug

Q. How can I use the Sysprep utility to create a “clean” PC to use for an image-based Windows deployment? A. After you’ve created a Windows installation that you want to image and distribute to other PCs, your first task … Read More »

ipcop rc.local

6 Aug

#!/bin/sh /sbin/iptables -F CUSTOMFORWARD /sbin/iptables -F CUSTOMINPUT # RED_IF=`/bin/cat /var/ipcop/red/iface | /usr/bin/tr -d ‘\012’` # this is to block outgoing #/sbin/iptables -A CUSTOMFORWARD -p tcp -s 192.168.xx.12/32 –dport 80 -j DROP /sbin/iptables -A CUSTOMFORWARD -p tcp -s 192.168.xx.0/24 –dport 135 … Read More »