Sunday 29 December 2013

.lnk problem solved

Have you encounter a problem where by all your icons on your desktop changed to one software icon?  this is a problem that is basically associated with win 7 and windows vista file association.
Applications and/or Shortcuts
no longer have their icons:
Original icons
restored:

Broken NOTEPAD.EXE file association

Repaired NOTEPAD.EXE file association



On Windows 7 and Vista, the visual cue may look like this:
Applications no longer
have their icons:
Original application
icons restored:

 today, i am going to show you. a quick and easy way to get it fixed.
You don"t need any coding experience.
You will not temper your registry file.
You will not format your computer.
all you just need is to download a software.
.lnk software CLICK TO DOWNLOAD





==========================

This utility helps you unassociate a file type quickly in your
Windows Vista or Windows 7 PC. Windows 7 & Vista do not provide a GUI
option to un associate file types. That's the reason I wrote
this simple tool.


Requirements
============

1. This utility requires administrative privileges to work correctly.
2. To be used in Windows® Vista and Windows® 7 systems only.


Feedback
========

Any feedback or Bug reports about this utility can be sent through
the contact form available in the Website.


Disclaimer
==========

The software is a Freeware, provided "AS IS" without any warranty, either
expressed or implied. The author will not be liable for any special,
incidental, consequential or indirect damages due to loss of data or
any other reason.


Version History
===============

v1.0 - Sep 05, 2007
v1.1 - Sep 14, 2007
v1.2 - Sep 20, 2007
v1.3 - Oct 06, 2007
v1.4 - Jul 21, 2009
After downloading the software, unzip it. then, double click on unassoc






click on the .lnk option, then delete file type.
please make comments if it works for you. if not, ask your questions or contact me @ marverance4peace@gmail.com

How To Hide A DRIVE USING Command Prompt


Have you ever thought of hiding any drive from your system so that no one can knew about it. You may have heard or even used a lot of software’s that might be able to do that, but if you want to do things by your own without using any 3rd party software then this tutorial will show you how you can do it.Well there are 3 ways of doing it, in this tutorial we are covering command prompt way of doing it.Here is how to do it:Step 1. Open command Prompt, go to Start Menu > All Programs>Accessories > Command promptStep 2. In the Command Prompt, type Diskpart and hit enter key. If UAC (User Account Control), dialog-box prompts than click Yes.Step 3. Then type List Volume and press enter, this will produce the list of all drives.Step 4. Now select the drive which you want to hide, you can either do this by typing Select Volume 1 (i.e. Volume Number) or by typing Select Volume C (i.e. Drive letter)Step 5. To hide a drive, type Remove Letter C . Here, C is the drive letter than you want to hide. You can use any drive letter you want.Step 6. That’s it. You are done! C driveis now hiddenHow to unhide hidden driveStep 1. Follow the procedure mentioned in step 1, 2, 3 and 4.Step 2. To show the hidden drive type Assign Letter C and hit enter, now you can view C: drive in explorer.That’s it. This is one way of hiding and un-hiding drives from explorer, for rest two stay tuned.