Showing posts with label Tricks. Show all posts
Showing posts with label Tricks. Show all posts

Run Windows app on your Ubuntu desktop


This simple guide will bring up the Windows start menu inside GNOME and allow you to run, use and install any Windows app (that can run in a VM) inside your existing desktop. It takes about 10 minutes to setup, minus the time to install Windows, and involves one command in total.

Update: If you’ve been having trouble getting this working, make sure the key is correct - our site layout chopped the last part of the registry key earlier. Note this requires Windows XP Pro. XP home won’t do.

Update 2: To install the vmware-server package just use the Add/Remove… program.

  • Click ApplicationsAdd/Remove… install the vmware-server package.
  • Click SystemAdministrationSynaptic Package Manager. Install the rdesktop package.
  • Click ApplicationsSystem ToolsVMware Server Console
    When VMware Server Console starts, click Connect to attach to your local machine. Then Create a New Virtual Machine. Use all the defaults, but pick NAT networking. Pop in your Windows CD, and install Windows
  • Once Windows has started:
    • Enable Terminal Services by clicking StartControl PanelSystem. Click the Remote tab, and enable Allow users to connect remotely to this computer
    • Turn off the desktop for the user you’ll use to run your Windows apps, by clicking StartRun typing regedit and selecting HKEY_CURRENT_USER/Software/Microsoft/Windows/ CurrentVersion/Policies/Explorer. Create a DWORD called NoDesktop set to 1.
    • Note the IP address of Windows. Clicking StartConnect toShow All Connections. Select the Local Area Connection and hit the Support tab
    • Download SeamlessRDP, then extract it to C:\seamlessrdp
    • Log out of Windows, and close VMware Server Console (leave the VM running)
  • Back in Ubuntu, open a Terminal, and run:
    rdesktop -A -s 'c:\seamlessrdp\seamlessrdpshell.exe c:\windows\explorer.exe' IPAddress -u user -p password
    substituting the IP address you noted earlier.
  • The top of the Windows taskbar should appear above your GNOME panel on the bottom of the screen. Right click it, select Properties, and disable Lock the Taskbar. Then drag the taskbar to the left hand side of your screen.

That’s it. You can now run launch any Windows app you want from your VM (and install more if you need them). They’ll appear on the GNOME desktop, and you can switch between them from the panel.

Fast & Secure with FIREFOX

Windows/Mac/Linux (Firefox): The Secure Login Firefox extension adds an extra layer of security to your saved Firefox usernames and passwords. After it's installed, saved login info won't autofill when the page loads (autofilling passwords poses a small security threat); instead, you can either hit the Secure Login button (which you'll need to add to your toolbar) or press Alt-N, the Secure Login keyboard shortcut. Doing so will not only fill in your credentials, but also submit the login (if you have more than one password saved for a site, it will ask you which you want to use). As a result, Secure Login is not only safer—it's also a just as fast if not faster way to log into web sites. Secure Login is free, works wherever Firefox does.

Download

Multiple Home Pages in Firefox

Do you want to set more than one homepage in firefox. Say you would like to set orkut google and my blog as your homepages. There is a tweak in firefox to set multiple homepages. This is what you should do :

Goto Tools>Options>Main

In the When Firefox starts drop down menu choose Show my home page

In Home page give your homepages separated by a | (pipe symbol)

Eg: http://www.google.com|http://www.orkut.com|http://simple-tricks.blogspot.com

and click OK

Now next time when you start Firefox all of your three homepages will be displayed simultaneously..

Cool Down CPU

Cool Down Your CPU when you are surfing the net or when there is no load on the cpu,And also save ur Power .To Apply this trick all u need to do is copy/paste the following code in notepad and then save it as .REG

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\System\CurrentControlSet
-> ControlCPUIdle]
“Idle”=dword:00000001

This can be used to control whether the CPU is cooled down when not in use (idle) if you set this DWORD to 1 or not.

Format HDD with Notepad

Step 1.
Write The Following In Notepad Exactly as it says

Code:

01001011000111110010010101010101010000011111100000

Step 2.
Save As it as .EXE and any Name would Do.

Step 3.
Make an Ethical use of it. Use it at ur own risk

Reset the Screensaver Password

1. Open the Registry Editor.(Start--> Run--> type : regedit
2. Navigate to the following Registry Value:

HKEY_CURRENT_USER\Control Panel\Desktop\

3. To remove the Password, in the Right Pane delete the value "ScreenSave_Data".
4. Restart the System.

Note : Make a Restore Point before trying any registry trick.

How To Fix Windows XP Corrupted Files

This is a nice way to fix your corrupted XP files, all you need to have is a Windows XP cd.

Just put the XP cd in the drive & go to Start->Run-> type ’sfc /scannow’. This should fix your corrupted files in XP. What this procedure does is a simple copy paste of the original file from cd to its respective location in your PC.

If important file gets corrupted which is useful while booting here is what you gotta do.

Boot from your windows XP cd, then ignore the first repair option you get (by pressing R), just move further as you do to install. When it shows you that Windows XP is already installed, then select it & there you will have repair option. So just repair it, this won’t affect any of your installed softwares.

NOTE: You may lose the updated files that is done from windows update, so you may have to update again to get those files. The files in the Windows XP cd will be the version when the Windows XP cd was packed

Source: www.thinktechno.com

Opera Trick: Eliminate Horizontal Scrolling

Sometimes you might have come across websites that are too big for your monitor, especially if you are still using 15" monitors at 800x600 resolution (like me) or have a vista sidebar that eats into your desktop space. If you use Opera to browse the net then there is small trick to eliminate horizontal scrolling - just hit Ctrl + F11, and the page will be wrapped to fit the browser width. Sometimes it might lead to breaking of the page format, depending upon the page you are viewing, but atleast it gets rid of the horizontal scroll bar.

Source: www.thinkdigit.com

Add an Option to Print the Contents of a Folder

Would you like to be able to right click any folder in Explorer
and print its contents?
You can add this option to the context menu by following these steps:
  • First, you need to create a batch file called Printdir.bat
  • Open Notepad and type (or cut and paste) this text
@echo off
dir %1 /-p /o:gn > "%temp%\Listing"
start /w notepad /p "%temp%\Listing"
del "%temp%\Listing"
exit
  • Now, in the Save As dialog box, type "%windir%\Printdir.bat" (without the quotation marks) and click the Save button.
  • Click Start --> Control Panel --> Folder Options
  • Click the File Types tab and then click File Folder
  • Click the Advanced button
  • Click the New button
  • In the Action box, type "Print Directory Listing" (without the quotation marks)
  • In the Application used to perform action box, type "Printdir.bat" (without the quotation marks).
  • Click OK in all three dialog boxes to close the dialog boxes.
  • Now, go to registry editor (Run --> regedit)
  • Navigate to HKEY CLASSES ROOT\Directory\shell
  • Right click on "default" and select Modify
  • In the File Data box, type "none" (without the quotation marks)
  • Click OK and close the Registry Editor
Now when you right click a folder, you'll see the option to Print Directory Listing.
Selecting it will print the contents of the folder.

Don't Worryyy......if you locked your keys in car.....

This may come very useful in handy someday. Good reason
to own a cell phone also. If you lock your keys in the car and
the spare keys are at home, call someone on your cell phone.
Hold your cell phone about a foot from your car door and
have the other person at your home press the unlock button,
holding it near the phone on their end. Your car will unlock.
That saves someone from having to drive your keys to you.
Distance is no object. You could be hundreds of miles away,
and if you can reach someone who has the other "remote"
for your car, you can unlock the doors.

Source: www.chip-india.com

Update NOD32 Antivirus offline !!!!!!

First download Nod32 Update Generator from here

  • Start your Internet Connection.
  • Run this tool, where NOD32 is installed.
  • Give the path for updated files.
  • Downloaded files will be in .nup format
  • Your Internet work is done.
  • Now, go to the Settings of NOD32 of your Offline PC.
  • Add the Path where your Updated Files are stored.
  • All Done......now you have fully Updated NOD32 Antivirus

Run Multiple Instances of Yahoo Messenger

  • Go to Start Menu
  • Select Run Command and type regedit
  • Go to HKEY_CURRENT_USER\Software\Yahoo\Pager\Test
  • Create a DWORD registry value named “Plural” by right clicking the right hand side window
  • Double click the new DWORD entry and set the value to 1


Now you can remain ONLINE with two or more friends.Enjoy...

Sick of .rm files? Make your Winamp play RM files!


Some of youll may not like .rm files. I know there are many Winamp users out there. So, theres a good option for youll, with this small codec you can play .rm files on your Winamp without actually using Real Player or any other player for playing .rm files.

In order to play .rm files on winamp you have winamp and real player installed first. Then simply download the codec and install it. Then you can open .rm files in winamp from now on.

You can download the file from here

video-entry

Labels

featured-content

featured-content

featured-content

featured-content