Langsung ke konten utama

Postingan

Menampilkan postingan dari September, 2012

How to Use Remote Desktop via CC Proxy Software?

Suppose proxy address is 192.168.0.1 1) If you want to RDP 111.111.111.111, you need to add a port map rule: "Options" - "Port Map" - "E", Dest Host: 111.111.111.111, Dest Port: 3389 Port Type: TCP, Local Port: 3389 On the RDP client, you just need to input 192.168.0.1 in the address edit box. 2) If you need to RDP another server at the same time, for example 222.222.222.222. You can add a new port map rule: Dest Host: 222.222.222.222, Dest Port: 3389 Port Type: TCP, Local Port: 3390 (Note: It's 3390 NOT 3389) On the RDP client, you need to input 192.168.0.1:3390 in the address edit box. 3) If you need to RDP another server with a special port, for example rdp3.test.com:8080 You need to add a new port map rule: Dest Host: rdp3.test.com, Dest Port: 8080 Port Type: TCP, Local Port: 3391 On the RDP client, you need t input 192.168.0.1:3391 in the address edit box. 

Remove Remember Password on Windows

First Trick: 1. Click Start and select Run 2. In the Open field type "rundll32.exe keymgr.dll, KRShowKeyMgr" 3. Once the Stored Usernames and Passwords interface opens you can select any of the entries and select Properties to view the existing information 4. To remove a saved password you can select one of the entries and select Remove. A confirmation screen will appear. Click on OK and the account will be removed 5. You can add additional saved passwords as well by clicking on the Add button and entering the appropriate information 6. Repeat the steps above as needed to add, remove or edit saved passwords 7. When you are done using the interface click the Close button ================================================================================================= 2nd Trick: 1. click Start > Run and typed net use  2. you mapping showing there, but it wasn’t assigned a drive letter.  3. you can delete the resource using the command net use /delete \\serve...