Remove the shortcut files in pen-drives using command prompt:
Go to run. Type CMD and press enter.
Execute the following command.
attrib -h -r -s /s /d S:*.*
Here ‘S’ denotes the your hard drive partition in PC or USB flash drive.
Now you will be able to see the shortcut files.
All (Ctrl+Alt+Del) Permanently deleted files Recovery solution
Sometimes we delete the files permanently, and realize that deleting them is like a Blunder...
Here is the solution
Software called "Kissass Undelete" , can bring those files from the hard disk or your flash drive.
Conditions : Only if the data on that drive is not re-occupied(or written). that means the space which was available after the deletion is not been occupied after the deletion.
Click Here to download the .
To start searching for the files,
Select the drive from the Left panel of the Windows and Click the scan button.
the Scan might take upto 10 secs.
2. When the files search has been completed, it will show you the results with the name, typ, size and the last modified date of the searched file.
3. Now you can select the file to be recover. This is an Open source application and available for All Windows OS(Windows XP/Vista/ 7).
———————————————————————————————————
Run Use Windows Applications in Linux Desktop Distributions:
Install wine project, which will enable you to use Windows applications in Linux systems.
Wine can execute Windows application like Microsoft Word, Excel, PowerPoint etc., in your Linux. Currently, 12,000+ Windows applications can run in Ubuntu with Wine.
How To Install Wine in Ubuntu ?
Wine is a pretty big package which may take some time for the installation to complete, especially if you are on a slower internet connection.
$ sudo apt-get install wine
How to Install Your Favorite Windows Application ?
You can install Wine using one of the following two methods.
Method 1: Default Installation
Search and download the wine compatible Windows application from WineHQ website.
Go to winehq.org
Select AppDB in the top menu
Select the Browse Apps in the left side bar
Locate and download the required application. Double click on that downloaded application, which should let you use the application.
————————————————————————————————
Middle Click to Paste
On Linux, you basically have two separate clipboards – there’s the traditional clipboard you can use with the Cut, Copy, and Paste operations (or the Ctrl+X, Ctrl+C, and Ctrl-V keyboard shortcuts). There’s also another sort of clipboard – when you highlight some text with your mouse, this text is copied to a special buffer. When you middle click in a text entry area, a copy of the text you highlighted is pasted into the text entry field
Thanks for read my article...👍
Ohh yeah thanx for this sir