I am using Windows Remote Desktop to connect and remotely manage one of my Windows server. I understand that there are many other better remote control software such as VNC but I try to minimize the installation of third party software on the Windows Server 2008. If you don’t know what is Remote Desktop, it is a protocol developed by Microsoft, which allows you to view the display and control the mouse and keyboard of another computer at different location, as if you were sitting in front of the computer.
I never had any problems with Remote Desktop, except for only one annoyance which is if I leave it idle for a few minutes, it auto logs off and I had to re-enter the password to login again. This is very annoying whenever I am reading the log files or the console messages that is displayed on screen. Fortunately I’ve found the setting on how to disable remote desktop auto logoff on idle.
I actually spent a few days to find the solution because I misunderstood the problem at the first place. I thought I was being auto logged out when idle but it turns out that it was the screen that was locked. No wonder setting “Never” for idle session limit in RDP Properties didn’t work.
By default Windows Server 2008 activates the screen saver if computer has been idle for 10 minutes and the setting “On resume, display logon screen” will also be checked. So if Windows detects no activity for 10 minutes, the screen saver will be activated and when we get back to the Remote Desktop Connection, the screen saver is removed and then prompts to login. To solve this problem, you can either disable the screen saver or remove the logon screen on resume.
To disable the logon screen when idle, here’s what you need to do:
1. Right click Desktop and select Personalized
2. Click Screen Saver
3. Uncheck “On Resume, display logon screen” and click OK.
Now you can remain idle on the remote desktop connection as long as you want and you won’t be locked out.
About Me
Disable Remote Desktop Auto Lock Screen on Idle
Labels: Software
Free File Recover 7.5 License Key To Restore Deleted Files Worth $29.95
Last year I’ve posted a promotion for PC Tools File Recover but it is for version 6.1 and the license update subscription last only for 4 months. If you didn’t know, all of PC Tools software are subscription based, meaning that your license is still valid and not expired, you are entitled to all new versions, unlimited smart updates and customer support for a year. When your license has expired, so is all the benefits above but you can still continue using the software without limitations.
Today I’ve just discovered a new method to obtain a free 1 year license for the latest version of PC Tools File Recover 7.5. This version of File Recover incorporates a number of enhancements if compared to the previous v6. It has significant speed improvements in searching & recovery of deleted files and enhanced file recovery quality & support for more file types. Continue reading on how to obtain your free 1 year PC Tools File Recover license key worth $29.95.
PC Tools File Recover graphical user interface (GUI) looks exactly the same as the previous version other than the new logo located at the bottom left.
This is what you need to do to get your free PC Tools File Recovery 7.5 license key:
1. You will need to use a UK proxy/vpn and then visit the link below.
http://www.pctools.com/file-recover/free/promo/PCADVISOR0110/
3. If you got it right, you should see a page saying “Thank you for requesting your FREE license for File Recover v7.5. Your free license code will be e-mailed to you shortly”.
4. Now check your email and note down the name and license key.
5. Download File Recover v7.5 and install.
6. Run File Recover and enter the registration code to license the program.
At the main page for File Recover, it is said to be designed for Windows 2000, XP Pro, XP Home, Vista Basic, Vista Ultimate (32-bit and 64-bit) and Windows 7 (32-bit and 64-bit) but when I click the About button and then go to System Information, it shows that my operating system is Windows Vista when I am actually using Windows 7 Ultimate. Not really a big deal, maybe the developer has forgotten to update the signature to detect Windows 7 OS in System Information. I’ve tried deleting a file and was able to easily find & recover the deleted file using File Recover 7.5.
If you kept on getting the message “The promotion you are attempting to access is not valid in your country”, that means the UK proxy/vpn you are using is not really working. Sometimes it will even show you the page to purchase the license instead of the form to request for free license. There is also a restriction that one IP address can only request once. I’m sure some people that find this too much a hassle will simply use “PCTools.File.Recover.v7.0.0.38.Incl.KeyMaker-DVT”. Do leave a comment if you are NOT from UK and is able to access the promotional page without using a UK proxy/vpn.
Labels: Software
Keyboard LED as Indicator for Windows Incoming and Outgoing Network Packets
I like the network connection icon for XP that is in your notification area compared to Vista or 7 because it’s very clear and visible whenever you have network activity. The connection icon for Vista and 7 has improved with nicer and smoother looks but I personally felt that the “blink” is not bright/visible enough to know if there are incoming/outgoing traffic.
All keyboards has LED so you can easily tell you if you have Numlock, Capslock and ScrollLock enabled/disabled. I found a small tool called Network Lights which really doesn’t do much except giving you a nice little indication on your network traffic by blinking your keyboard LEDs whenever you have outgoing or incoming packets on network interface.
This utility is a standalone executable. Run the program, you’ll see a new system tray icon. Now you can monitor your network traffic using the ScrollLock and NumLock LEDs on your keyboard. You can use the system tray icon (click the mouse) to customize program settings. If you have an older motherboard and your keyboard LED doesn’t blink when there are network traffic, try going to Settings and enable “Force Keyboard Capture” option.
Network Lights is only 96KB in size and takes only 1MB of memory when it is running. Lasted updated on June 2006 but I’ve tested it on Windows XP and Windows 7, both seems to work without problems. I am not sure which network connection it will indicate if you have more than 1 network connection. I bet this program will make your keyboard looks cool especially at night when all lights are turned off.
[ Download Network Lights ]
Easily Block Visitors from a Country using HTACCESS
If you have a website, sometimes you would want to block visitors coming from a country. For example you are running a promotion for certain countries and you don’t want visitors from other country to see it. Other than that, many years ago when I was in the e-book selling business, there are two countries (I am not going to reveal) which has very high chargeback cases, meaning they buy with their credit card and then inform their credit card company that they did not authorize the charge. The credit card company will then reverse the charges, allowing the buyer to get the intangible product for free by cheating. No matter how much proof I provided to the company that charged the credit card, the buyer still gets the advantage of reversing the charges.
So my last resort was to block the whole country and sending them to a Forbidden page that says “You don’t have permission to access / on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request”. It did reduced the amount of chargebacks significantly and I didn’t notice any drops on the sales because the legitimate buyers comes from other countries.
To block a country using .htaccess, you must first need to know the IP address
range but Block A Country and Country IP Blocks simplifies all that.
Block A Country is a free service that automatically generates a .htaccess with countries that you want to block. All you need to do is select the countries from the list and click the “Go” button. You will then need to create a .htaccess file at the root of your public html folder and paste the codes to that file. Do take note that the default code generated by Block A Country redirects the unwanted visitor to http://www.blockacountry.com/blocked.php
[ Visit Block A Country ]
Country IP Blocks is similar to Block A Country but it allows you to choose CIDR (Classless Inter-Domain Routing), Netmask, IP Range, .htaccess deny, .htaccess allow, Decimal/CIDR, or Hex/CIDR. It will also tell you what’s the ISO code for the country, total networks and subnets in the list.
contact
yahoo: s.hitechvnn
