Archive for March, 2009



Free data recovery

Thursday 19 March 2009 @ 8:03 pm

free-data-recoveryUndelete Plus is a quick and effective way to restore accidentally deleted files from your computer. You can also recover files that are purged from the Recycle Bin, deleted files from Windows, using the Shift + Delete, and files that were deleted in the command
Command Prompt.

Windows users sometimes too smug, to find the files you deleted. Finally, do not litter, do not exist, why worry about accidentally deleting files? This is bad news for you. First, you can clear the trash. Secondly, if you delete files from a DOS window, or network drives, files, not in the trash. Instead, they are immediately removed.

Restore PLUS free, however, may be your salvation. Implementation and examines the system files were deleted, including the Recycle Bin, or deleted on a networked drive, or through a window DOS. A list of all files, and know whether to be restored. (In some cases, remove the file has been overwritten, in which case, you can kiss Sayonara.) Then, let the program to restore files from the dead.

Taged : free data recovery, data recovery, data recovery freeware




Read documents office 2007 using Office 2003

Tuesday 17 March 2009 @ 11:37 pm

who are unable to open / read documents using Office 2003 from Office 2007, you need to update Office 2003. Download and install from the link bellow:
http://office.microsoft.com/en-us/products/HA101686761033.aspx

This update for MS Office 2003, they will be able to open and read Office 2007 files.




Disable auto run cd room and usb drive

Wednesday 11 March 2009 @ 12:47 pm

autorun-disable-windows-registry-drivesDisabling autorun in the Group Policy Editor
If you have a computer, and you would like a hard way, you can use this tool to disable the automatic Gpedit.msc. Gpedit.msc does not work on Windows Home Edition, Windows XP.

1. Go to Start -> Run
2. type GPEDIT.MSC
3. Click OK
4. Navigate to Local Computer Policy -> Computer Configuration -> Administrative Template -> System
5. Double click Turn Off Autoplay
6. Select Enabled from the radio buttons
7. On the Turn off autoplay dropdown box select All drives
8. Click OK button, Close Group Policy Editor

Disabling Autorun Registry Editor
If you use Windows Home, you can automatically using the Registry Editor.

1. Go to Start -> Run
2. enter Regedit and click OK
3. Navigate to HKEY_LOCAL_MACHINE -> SYSTEM -> CurrentControlSet -> Services -> CDROM
4. Double Click on Autorun
5. Change from 1 to 0. The default value 1 means autorun is enabled on CDROM
6. Navigate to HKEY_CURRENT_USER -> Software -> Microsoft -> Windows -> CurrentVersion -> Policies -> Explorer
7. Double click on NoDriveTypeAutoRun
8. Change the current valut to B5 in Hex. This disables CDROMs and USB drives

To turn off the device, see the table below.
Value Meaning
0×1 Disables Autoplay on drives of unknown type.
0×4 Disables Autoplay on removable drives.
0×8 Disables Autoplay on fixed drives.
0×10 Disables Autoplay on network drives.
0×20 Disables Autoplay on CD-ROM drives.
0×40 Disables Autoplay on RAM disks.
0×80 Disables Autoplay on drives of unknown type.
0xFF Disables Autoplay on all types of drives.

The default is disabled automatically for removable media such as floppy disk drive (not CD-ROM), as well as network drives. The default value of 0×95 (149) is the sum of 0×1, 0×80 (unknown type), 0×4 (floppy disk) and 0×10 (network drives). 0xB5 is the sum of 0×1, 0×4, 0×10, 0×20 and 0×80. B5 181 in hex and decimal.




Disable message alert UAC windows vista

Monday 9 March 2009 @ 8:12 pm

This article explains how to use and disable User Account Control (UAC) in Windows Vista option.

Attention!

User Account Control (UAC) feature has been included in the exposure and attack surface of the operating system by requiring that all users in the standard mode. This restriction minimizes the possibility of users to make changes that destabilize their computers or inadvertently set the network from viruses, malware that infected your computer. UAC is disabled, the system will be vulnerable to attack. Next Steps for informational purposes only.

For more information about User Account Control feature, see the following page:

http://www.microsoft.com/technet/windowsvista/security/uacppr.mspx

Disable User Account Control (UAC)

Method 1

* Click the Start button, type Msconfig, and then press “Enter”

* Click on the Tools

* Scroll down and select Disable UAC

* Click the Start button in the lower

* System Settings (MSCONFIG) runs the following command:

C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f

* User Account Control is disabled. After you disable UAC, following a notification balloon like:

disable-message-alert-windows-vista

Note: If you plan to use the command line manually, it is necessary for elevated command prompt. Otherwise, you have an Access Denied error when editing the registry.

Open a command prompt

To enter a team at a high level, follow these steps:

* Click Start, All Programs, then Accessories

* Right-click on the link between the command prompt, and then click Run as administrator

* At the command prompt, type the command you want to run and press “Enter.”

Method 2

* Click Start, type control userpasswords and press Enter

* Click on the User Account Control or deactivate

* Uncheck the use User Account Control (UAC) to help protect your computer and click “OK”

* Restart Windows for the changes to take effect.




reset MySQL root password

Monday 9 March 2009 @ 12:25 am

Forgot your password for MySQL? This is one of those things that only happens in spite of the many precautions we can take. As a result, you’re out of your database server. You can not create new databases, and continues with little control over the state of the database server. In situations such as root access to your database server. So what can you do to change the password for the root user in MySQL for Windows and Linux.
Users of Windows:
Log in to your server as an administrator. Kill MySQL-server, if it is running. This implies that the Windows Service Manager, click Start, click Control Panel, then Administrative Tools and select Services. Search here and stop the MySQL-server. If it does not exist, and that MySQL is working until means that MySQL is not running as a service. In this case it is necessary to start Task Manager, you can use Ctrl + Alt + Del is now to kill MySQL process.

The process is stopped MySQL you need to change passwords in MySQL with the combination of the options for updating and FLUSH. Thus, the introduction to your favorite text editor and create a new file. Enter the following text in the file, which has replaced “NewMySQLPassword” to a new password:

UPDATE mysql.user SET Password=PASSWORD(”NewMySQLPassword”) WHERE User=’root’;
FLUSH PRIVILEGES;

What does the first line is to update the values in the “Password” in the table mysql.user for the user “root” to “NewMySQLPassword. In the second line of the old dumps a series of rights and guarantees that your new password in the world. Save as C: \ mysql_reset.txt.

Then you need MySQL-server for the configuration file as a parameter. Start the terminal, click Start, then Run and type CMD and press “Enter.” Now enter the following command:

C:\mysql\bin\mysqld-nt –init-file=C:\mysql_reset.txt

After the server starts, delete the file C: \ mysql_reset.txt. Your password for MySQL now reboot. Now restart the MySQL server again. Return to the Windows Services manager to do so again. Your new password for MySQL should work for you.

Linux users:
Log on to your computer as root. Measures relating to the restoration of MySQL password for the root MySQL server to restart without active permits for access to MySQL as root without a password, set a new password, and then restart normally. Proceed to the next. First, stop the server MySQL:

# /etc/init.d/mysql stop

Now start MySQL server with skip-grant-tables option, which is a server without the permission of:

# mysqld_safe –skip-grant-tables &

The last option is the command and act as a background process. Now connect to your MySQL server as root:

# Mysql-u root

If, without a password. The following steps will be the new password:

mysql> use mysql;
mysql> update user set password=PASSWORD(”NewMySQLPassword”) where User=’root’;
mysql> flush privileges;
mysql> quit

Replace “NewMySQLPassword” for your password. This is what happened here. The first line selects the configuration of MySQL tables. The second line updates the value of field “Password” for user “root” to “NewMySQLPassword. The third line of the old dumps a series of rights and guarantees that your new password in the world. Well, the last step is to restart the server normally and use the your new password to access:

# /etc/init.d/mysql stop
# /etc/init.d/mysql start
# mysql -u root -pNewMySQLPassword

Congratulations, your new root MySQL password, and set up your MySQL-server is ready to work again. Do not forget, all your applications to use this password if you are in the world.




knowledge about usb

Sunday 8 March 2009 @ 10:59 pm

usb-port-computer-hardwareUniversal Serial Bus (USB) is a way to connect peripheral devices to computers. It replaces the functionality of serial and parallel ports, including keyboard and mouse ports.

USB uses a bus topology, which means peripherals can be daisy-chained together or connected through hubs. Up to 127 devices may be connected together at one time, and devices may be connected and disconnected while the computer is in operation (hot-swapping).

To use USB peripherals, your computer must have either built-in USB capability or a USB expansion card installed. Your computer’s operating system must be able to support USB as well.

USB devices are self-identifying, and USB is Plug-and-Play compliant, which means that installation and configuration of USB devices should be relatively easy. The current standard, USB 2.0, is backwards compatible with the earlier 1.0 and 1.1 standards. USB 2.0 supports bandwidths of 1.5Mbps, 12.5Mbps, and 480Mbps.

Peripherals that make use of USB connections include digital audio devices, telephony devices, cable boxes, printers, keyboards, mice, joysticks, digital cameras, and scanners.

For more information about USB,  see USB.org.