Apr 19
if you want to know why your win7 pc wakes up automatically then just type in cmd prompt: POWERCFG -LASTWAKE
my output:
Aktivierungsverlaufsanzahl - 1
Aktivierungsverlauf [0]
Aktivierungsquellenanzahl - 1
Aktivierungsquelle [0]
Typ: Aktivierungszeitgeber
Besitzer: [PROCESS] \Device\HarddiskVolume2\Windows\System32\services.exe
Vom Besitzer bereitgestellter Grund: Die geplante Aufgabe “\Microsoft\Windows\Media Center\mcupdate_scheduled” wird ausgeführt. Hierzu muss der Computer reaktiviert werden.
just go to energy options and deactivate in Media Center update.
Damn! what a powerwaste !!!
Apr 02
if you have trouble to open links in outlook then go in internet explorers setting, setup as standard browser. tr it again… then it should work. Once it is working again, go back to your favorite browser and change it to our standard brwoser…
Nov 08
win:
route print (check current routes)
route add 192.168.0.0 mask 255.255.255.0 10.4.0.1
(192.168.0.0/24 is now reachable via 10.4.0.1)
linux:
route
route add -net 192.168.0.0 netmask 255.255.255.0 gw 10.4.0.1
Nov 08
Enabling TCP/IP Forwarding
for linux:
echo 1 > /proc/sys/net/ipv4/ip_forward
for windows:
|
1. |
Use Registry Editor (Regedt32.exe) to view the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
|
| 2. |
Set the following registry value:
Value Name: IPEnableRouter
Value type: REG_DWORD
Value Data: 1
NOTE: A value of 1 enables TCP/IP forwarding for all network connections installed and used by this computer. |
Recent Comments