Shaxonline !

System Administration, Electronics , Technology , Gadgets and much more…

Remote Desktop (RDP) doesn’t work after windows Update

OK, here is an update… I found some strange issue after i updated windows XP. I was unable to do remote desktop to this machine. Then i started uninstalling the updates and found that .Net 3.5 caused this issue. This is strange enough as i think there is no  relation between .Net and RDP. However,  RDP started working again once i uninstalled .Net 3.5.

My favorite Instrumental Music…

I found this song a year ago on Imeem and its best of its kind I’ve listened yet. The melody is marvelous and can easily take you into relaxed state of mind. Listen it with headphones and no noises around.

http://www.imeem.com/people/iwgFlp/music/St1w-ZGV/chinese-classic-flute/

Listen this song and put your comments…

Displaying PHP code errors when not having access to php.ini

When using a shared server,one may not have access to php configuration file php.ini.Many times you will need to enable php errors, so that one can see what is the issue instead of empty page.

One can enable error reporting for php script using following code the main code -


error_reporting(E_ALL);
ini_set(”display_errors”, 1);

This will display the errors in the browser when you try using the script.

Recovering from lost Windows Administrator’s password

Today i cleared the Administrator’s password of Windows 2003 Server… This server is installed as a VM and nobody knew the Administrator’s password for it.

I booted this server with an iso file which has utilities to clear the password. It has very small footprint (3.6MB approx.). I am not sure whether it will work on all kind of hardware because you cannot include all drivers in this much small footprint.  So one should be lucky to have it working.

Download this small utility from this website ( a boot CD).

Disclaimer -: Please do not hold me responsible for any kind of Misuse of this information.. I have provided it because i think it will help the Sysadmin and users who get into trouble by forgetting the Admin password of old servers..