സ്ത്രീകള്‍ എങ്ങിനെ വസ്ത്രം ധരിക്കണം എന്ന് പുരുഷന്‍ നിഷ്ക്കര്‍ഷിക്കുന്നത് ശരിയോ? അല്ലെങ്കില്‍ തിരിച്ചും?

Showing posts with label Windows Tips. Show all posts
Showing posts with label Windows Tips. Show all posts

Monday, June 26, 2017

Clean Temporary files Automatically while Shutting down in Windows

Clean Temporary files Automatically while Shutting down in Windows

 

Bat files:
You can use the below command to delete temp files using below command:

cd C:\Users\mn\AppData\Local\Temp
echo y | del *
cd C:\Windows\Temp
echo y | del *
exit









Change the user name to yours and save as bat file.


Procedure:

You can create a local computer policy on Windows. 


1) Run gpedit.msc to open the Group Policy Editor,

2) Navigate to Computer Configuration | Windows Settings | Scripts (Startup/Shutdown).

Tuesday, December 15, 2015

Windows 7 Tips & Tricks


1. Use Keyboard Shortcuts

Using the mouse, you can drag-‘n-dock windows to either side of the screen, or drag it to the top to maximize it. These keyboard shortcuts are even faster:
Win+Left Arrow and Win+Right Arrow dock the window to the left and right side of the screenWin+Up Arrow and Win+Down Arrow maximize and restore/minimizeWin+M minimizes everything
Alt+Up, Alt+Left Arrow, Alt+Right Arrow navigate to parent folder, or browse Back and Forward through folders in Explorer
Win+Home minimizes/restores all open windows except the active window
Alt+Win+# accesses the Jump List of program number ‘#’ on the taskbar
2.Rearrange System Tray Icons
You can rearrange icons on the taskbar as you wish and start new (or switch to running) instances of the first ten taskbar programs using Win+1, Win+2, and so on. The cool thing is you can also rearrange system tray icons. Reorder them on the tray or move them outside or back in the tray. Take control of what you want to always keep an eye on, and from which apps you’ll require notifications.

3. Access Jump Lists with the Left Mouse Button

Jump Lists usually show up when you right-click on a taskbar icon. However, they can also be accessed by holding the left mouse button and dragging upwards. If you’re using a laptop touchpad or a touch screen, this is convenient because you do not have to click any button to access a context menu.

4. Add Any Folder to Favorites

You can add any library or folder to the Favorites section in Windows Explorer. To add a folder, navigate to it in Explorer, right-click Favorites in the left navigation pane, and select Add current location to Favorites. Now you get quick access to your favorite folders in all File->Save As dialogs!

5. Pin Frequently Used Folders to the Taskbar

Right-click, drag, and pin your favorite folders to Windows Explorer on the taskbar. They will now show up in the Jump List when you right click on Explorer giving you quick access to your favorite folders.

6. Pin Control Panel to the Taskbar

You cannot pin the Control Panel to the taskbar via the Start Menu or by drag and drop. Open the Control Panel and right-click its taskbar icon to pin it to the taskbar. An advantage of this is that Control Panel’s Jump List allows quick access to recently used functions.

7. Create Keyboard Shortcuts for Programs

You can create keyboard shortcuts for any program in Windows 7. Right-click the program icon and selectProperties. Select the Shortcut tab, click in Shortcut key, to set the keyboard shortcut for that program.

8. Open Command Prompt in Any Folder

Like the command prompt? Miss the ‘Open Command Window Here’ Windows XP power toy? Press ‘Shift’when right-clicking on a folder to get that option in the context menu. This also works on the desktop. No power toy required!

9. View Expanded ‘Send To’ Menu

Press Shift when right-clicking on a folder to get an expanded Send To menu.

10. Adjust Screen Text with Clear Type

Use Clear Type Tuner for the best look on your LCD monitor or laptop screen. Run ‘cttune.exe’ from theStart Menu search box, or go to the Control Panel Display applet, and select Adjust ClearType Text from the left.

11. Get Exact Colors On Your Screen

If you are an artist or you work with colors, use the Calibrate Color option in the Control Panel Display applet or run dccw.exe from the Start Menu search box. You can adjust gamma, brightness, contrast, and color balance, ensuring that colors are displayed correctly on your screen.

12. Customize the Power Button

If you restart your computer more often than you shut it down, change the default Shutdown power button toRestart. Right-click on Start, select Properties, and choose the Power button action that you use the most.

13. Customize Number of Items in Jump Lists & Start Menu

Right-click Start, select Properties, click Customize and choose the number of recent programs to be shown in the Start Menu and the number of items displayed in Jump Lists from the Start Menu Size section below.

14. Search Internet from the Start Menu

Enable Internet search from the Start Menu using your default browser. Run GPEDIT.MSC from the Start Menu search box to start the Group Policy Editor. In the left pane, go to User Configuration->Administrative Templates->Start Menu and Taskbar. In the right pane, right-click to Edit and Enable Add Search Internet link to Start Menu.

15. Add Videos to Start Menu

Windows 7 does not place a link to your videos on the Start Menu by default. To add a link to your videos on the Start Menu, right-click Start, select Properties, click on Customize. In the Videos section at the bottom, choose Display as a link.
Courtesy : http://potools.blogspot.in/
Share this article :

Sunday, June 28, 2015

DRIVES ARE NOT OPEN BY DOUBLE CLICK IN WINDOWS




When you double click to open C:\, D:\ or any other drive in My Computer and the drive doesn’t open and shows “Open With” option. That means your computer is infected with virus.
How to resolve drive opening issue due to virus infection?
When your computer is infected with virus, sometimes it creates an AUTORUN.INF file in your computer drives which causes drive opening problem by double click.
This AUTORUN.INF file is a read only and hidden system file that is created in your drives. This types of virus also disable the “folder options”setting so that you can’t access hidden system files.  This is intentionally done by the virus in order to protect itself.
There are so many methods to resolve this issue.

Method-1:

Remove all the AUTORUN.INF files from each drive and restart your computer. This can only be done by command prompt because virus has disabled “folder option” feature in the computer.
Step-1:
Open Task Manager using “Ctrl + Alt + Delete” option or Right click on Taskbar > click on Task Manager. Now end process wscript.exe if running. Then terminate explorer.exe process.
Step-2:
Once both wscript.exe & explorer.exe processes are terminated, Click on File menu in Task Manager and click on New Task (Run) option.
Type “cmd” into the open box and click on OK button. Once the command prompt is opened, issue following commands to delete AUTORUN.INF files from your drives.
del c:\autorun.* /f /s /q /a

del d:\autorun.* /f /s /q /a
C:\ & D:\ are drive letters on Windows System. If you have more drives or partitions then issue above command by changing drive letter as mentioned below.
del e:\autorun.* /f /s /q /a
Step-3:
Click on File menu in Task Manager and click on New Task (Run) option.
Type “regedit” into the open box and click on OK button. Once the registry is opened, navigate the following registry key and check the value name and value data for the key.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
The value name and value data is mentioned below, location of userinit may be different in case of different OS drive.
Userinit= C:\Windows\system32\userinit.exe,
Note: The value data in above path must have a , after path.
If the problem is not resolved and you face the same problem again after PC restart then below method will definitely resolve the issue.

METHOD-2:

STEP-1:

Go to START > RUN > Type “regedit” and press enter button to open registry.
Step-2:
Now press Ctrl + F to find the keys, values and data. Now write mountpoints2 in search box and click on find next button.
Once you find the mountpoints2, delete it from the registry.
Step-3:
Press F3 to search the same value till the end of the registry entry. If you get the same mountpoints2, delete the entry and press F3 again till all the mountpoints2 entries are deleted from registry.

BONUS:

HOW TO RESOLVE ANY VIRUS PROBLEM?

There is no magic at all, just follow some simple steps every time when you want to remove virus from your computer. There are so many methods but here we are discussing a simple method.
Step-1:
Install any antivirus software in your computer which you think is reliable.
Step-2:
Turn off monitoring and restart your computer in SAFE mode.
Step-3:
Now scan your computer with your latest antivirus and remove all the viruses from your computer. Once the virus is removed, just restart your computer in Normal mode and turn on monitoring again.
If you liked this article and helped you to resolve your “Drives are not opening by Double Click” issue, don’t forget to share with your friends or colleagues.

Courtesy : http://potools.blogspot.in/