Sunday, July 26, 2009
simple html redirect
So simple, yet so much used..
<meta HTTP-EQUIV="REFRESH" content="3; url=https://webmail.customer.com/exchange/"> <HTML> <br> <br> <br> <t>You will be redirected in 3 seconds ...</t> <br> </HTML>
Thursday, July 23, 2009
Enable RDP remotely
Regedit
Connect to remote registry
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server] "fDenyTSConnections"=dword:00000000
Then reboot the machine remotely, e.g.
shutdown -m \\yourserver -r -t 0
Thnx to my mate at http://www.tech-notes.nl