Tuesday, August 14, 2012

How to completely clear url history on firefox

Recently I came across a  question regarding how to Clear Completely the suggestion provided by browser which generally comes from our Browser History.

Truth is, Suggestions comes from two sources:
  1. Browsing History
  2. Bookmark Favourites
How to get rid of them?

Solution 1: Private Browsing


Private Browsing allows you to browse the Internet without saving any information about which sites and pages you’ve visited.
How to use it:

Tools -> Start Private Browsing


Click on Start private browsing button when asked 
(you may/ may not check the check box there)

 




Solution 2: Browsing History


 Tools -> Options

In History section

Choose Never remember history


In Location bar section:

choose Nothing






   With above, also check your Bookmarks/ Favorite/ Starred links. Remove unwanted address from there.

Happy Browsing.. :)

How to fix Registry editing has been disabled by Your administrator




You try to run regedit form start menu you are getting an error like this 'Registry editing has been disabled by administrator'


 Regedit is widely used to successfully remove Virus and their effects. This is also the reason why virus makers love to disable the Registry Editor so it makes solving the problem and removing the issue difficult.

Viruses are not always the reason for this issue sometimes administrators in IT departments place a restrictions on using the regedit command to keep employees from changes things on company computers.

 Let us look at the solution to fix it:

 Solution 1: Using the Group Policy Editor

  • Start -> Run -> gpedit.msc and press ENTER
  • Expand the '+' sign to go to the following location: User Configuration ->Administrative Templates -> System
  • Double-click 'Prevent access to registry editing tools' and set it to Not Configured
  • Exit the Group Policy Editor
    Note: 
    If the setting already reads Not Configured, set it to Enabled, and click Apply. Then revert it back to Not Configured. This ensures that the DisableRegistryTools registry value is removed successfully.


 


Solution 2: Using the REG.EXE console tool  

Start -> Run -> type this command:

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

Solution 3:
Symantec has developed a tool UnHookexec.inf which makes access to registry editing easy and sets their registry values to their default values. It is an inf file right click the tool and install . 

Solution 4:

Download this VB script file from doug Knox Website and run it .If you get any warning click ok to continue. After VB Script file enables registry editor ,restart your computer and access registry.


Solution 5:

Some viruses and other malware will load a regedit.com file that is many times a zero byte dummy file. Because .com files have preference over .exe files when executed if you type REGEDIT in the run line, it will run the regedit.com instead of the real regedit.exe file.

Delete the regedit.com file if its a zero byte file to restore access to REGEDIT. In some cases, such as the W32.Navidad worm, you'll need to rename the REGEDIT file to get it to work.

 Happy Troubleshooting ...

:)

Friday, August 10, 2012

How to Restore " Show Hidden Files and Folders " or " Folder Options "

When your system is infected with virus,first one to be get affected is "Show Hidden Files and Folders"(in Win 7 / Vista) or "Folder options" (in Windows XP). 
Folder options entry will not  appear in Windows Explorer to see hidden files and folders. Hence Virus can safely hide itself in your system

In Win7/ Vista

 "Folder and search option" will look like: 

computer has no option for “Show Hidden Files and Folders” in the Folder Options dialog.

 In Windows XP

 "Folder options"(shown in fig.) will not be available in the Windows Explorer Tools menu.

Solution:

 For Win 7/ Vista

Open regedit.exe through the start menu search or run box, then navigate down to the following key. 

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer
\Advanced\Folder\Hidden]

 On the right-hand side, Look for a key "Type" and change its value to "group"as shown above. 
If the key does not exist, create a new String value.

You should be able to immediately re-open the folder properties, and the option should have returned, as you can see here:

For Window XP


Start menu->Run-> Type "regedit.exe" ->Enter 
Registry editor will open, then navigate down to the following key:

 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer] 

On the right panel, Look for a value called "NoFolderOptions"

Right click on the NoFolderOptions value and choose delete


Now Navigate to: 

 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]     


Right click on "NoFolderOptions" on the right panel and choose Delete. 

Thursday, August 9, 2012

How to Show Hidden files in Windows 7, Vista, XP using GUI , Command line

 

Where have my Files Gone?  


Have you faced the situation, when you couldn't find your important file in your Pen-drive or hard disk but disk space usage still the same?
- Don't Panic, your files are safe they have just got hidden(by virus or some person)
-All you need is to either  

   a) Show your hidden files
         OR
   b) Un-hide your files

Show your hidden files 


Opening Folder Option is different for XP & Win 7

        For Windows 7/ windows Vista


Open My computer or any folder.

Click Organize button -> select Folder and Search Options

            For Windows XP


Open My computer or any folder.

In Menu Bar Click Tools -> select Folder Options


After Folder Options is opened use following process for both OS 

 

Click  the View tab->select Show hidden files and folders

In Advanced settings:
  •  Select Show hidden files and folders
  •  Uncheck Hide extensions for known file types
  •  Uncheck Hide protected operating system files
  •  Select yes in the next window asked
  •  Click Apply
  •  OK

 

Now all Hidden files in your system is visible to you. Don't delete any unknown files as it may be windows system files.


Un-hide your files

Click the Start button in the lower left corner of your task bar.

Update: some lines are changed as from previous to minimize confusion & make the Readers understand in better way. 
  • Win 7/Vista users-> Type cmd in the search box and press Enter. 
  • Windows XP users-> click Run and type cmd into the Run box.
  • Go to the required Folder(Directory) using cd command,ie, If required files are in f: drive then type f: then Enter
Type attrib -s -h -r *.* /s /d and press Enter.

Else you can provide path of that folder(as shown in address bar) and make it unhide.

For example, 
1) if the required folder name "xyz" and it is  in f: drive. (path: f:\xyz\)
Type attrib -s -h -r f:\xyz\*.* /s /d and press Enter.

2) if folder name contains blank space, then Put the path in double quotes ( "") and provide exact path(also check no. of blank spaces)
if required folder is : flash games in c: drive. (path is- c:\flash games\)

Type attrib -s -h -r "c:\flash games\*.*" /s /d  and press Enter.


command prompt

Now all the Files in that Folders are visible to you.

Note: here, to show value of no. of 'blank space' , I put an extra blank space in the folder name, so required path became: 
c:\flash  games instead of
c:\flash games 
and running the above command returned me an error as shown in the snapshot. I corrected the name of the folder, then the command run perfectly.

IF you are Unable to find "Show Hidden Files and Folders" or "Folder options" click Restore

Feel free to ask your queries.
 

Saturday, August 4, 2012

How to rotate a video file by 90 degree, flip, revert

Many a times  when we play the captured video with our cell phone or camcorder in Computer or TV, it looses its charm after discovering that the video is rotated by 90 degrees.
No need to strain your neck or flip your monitor on it’s side to watch your video, we’ll show you  few easier methods.

Rotate and Watch a Video in VLC

Open your video file by going to Media  > Open File… and browsing for your file. Or, by just dragging and dropping your video onto the VLC player.
   Choose Menu bar>Tools>Effects and Filters.

 Click Video Effects tab>Basic sub tab>check Transform check box 
- choose your degrees of rotation. The video is rotated counter-clockwise, so to rotate clockwise 90 degrees you’ll want to choose Rotate by 270 degrees.

 If you wish to rotate by yourself to any angle then
Video effects>Geometry sub tab>check Rotate
-Rotate the circular disc with mouse to your required angle

Now you can enjoy your video the way it was intended to be viewed.