The following procedure to edit the Windows Registry should help you disable the Media Sensing feature.
1. Click Start - Search and type “regedit” [In Windows XP/2003, Click Start - RUN and type "regedit"]. This launches the WIndows Registry.
2. In the registry, navigate to the following registry key
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
HKEY_LOCAL_MACHINE
\SYSTEM
\CurrentControlSet
\Services
\Tcpip
\Parameters
3. In the right pane, right-click and select New - DWORD (32-bit value) and set its name as “DisableDHCPMediaSense” and set its value as “1″. Setting “1″ will disable Media Sensing feature. Should you like to enable Media Sensing at a later time, set it “0″ or simply delete the this key.
Saturday, January 24, 2009
Tuesday, January 1, 2008
Linux postsuper commands
for i in `postqueue -p grep "MAILER-DAEMON" cut -f 1 -d "*"`; do postsuper -d $i ;done
postqueue -p grep MAILER-DAEMON cut -f 1 -d " " cut -f 1 -d "*" more
for i in `postqueue -p grep MAILER-DAEMON cut -f 1 -d " " cut -f 1 -d "*"`; do postsuper -d $i ;done
for i in `postqueue -p grep -B 1 reject grep -v reject grep -v "\-\-" cut -f 1 -d " " `; do postsuper -d $i ;done
postqueue -p grep MAILER-DAEMON cut -f 1 -d " " cut -f 1 -d "*" more
for i in `postqueue -p grep MAILER-DAEMON cut -f 1 -d " " cut -f 1 -d "*"`; do postsuper -d $i ;done
for i in `postqueue -p grep -B 1 reject grep -v reject grep -v "\-\-" cut -f 1 -d " " `; do postsuper -d $i ;done
Subscribe to:
Posts (Atom)