Windows 7 - wakes pc up from standyby automatically

windows No Comments »

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 !!!

[xp outlook]

Uncategorized, windows No Comments »

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…

[xp/linux routing] add route

routing, windows No Comments »

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 

[xp / linux routing] how to enable ip_forward on xp

routing, windows No Comments »

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.

WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in