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

Friday, January 11, 2013



Increase internet speed by 20% without any software –

Microsoft reserves 20% of your available bandwidth for their own purposes like Windows Updates and interrogating your PC etc. By unreserving this bandwidth, you can make your internet connection faster. By 20%. The steps to do so are –

1. Click Start then Run and type "gpedit.msc" without quotes.

2. Then go to Local Computer Policy>Computer Configuration>Administrative Templetes>Network>QoS Packet Scheduler. Click on QoS Packet Scheduler. In the right side , find Limit Reservable Bandwidth and double click on Limit Reservable Bandwidth.

3. It will say it is not configured but the truth is under the ‘Explain’ tab. Select ‘Enable’ and set reservable bandwidth to zero.

4. Click on ‘Apply’ and your internet speed will boost up by 20%.

Thursday, September 6, 2012

Windows 8 Tips.
Use a picture password to log into your computer. Windows 8 includes a new feature called Picture password, which allows you to authenticate with the
computer using a series of gestures that include circles, straight lines, and taps. Enable this feature if you want a new way to access your computer or have a hard time with passwords. Open the Windows Charms. Click Settings and then More PC settings In the PC settings  window click Users and then select Create a picture password.

Friday, December 16, 2011

Are there folders or applications you need a lot or use them havily?  Do you know that you can create your own keyboard shortcut to quickly access that file,folder or application by creating a keyboard shortcut.
NOTE:-This will only work for shortcuts located on your desktop
Steps to create your own keyboard shortcut:-
  • First you need to create an actual desktop shortcut for the application thats shorcut you want to create.
  • Go to application whose keyboard shortcut your want to create
  • Right-click on the application and select > Create Shortcut from the context menu. Make sure the shortcut sits on your desktop.

  • Now goto desktop right-click the shortcut created and select > Properties. You should see a line that says “Shortcut Key: <none>”. Click that line and then click a letter ony our keyboard, for example F. A shortcut will be created, in this example [Ctrl] + [alt] + [F].

  • And there you go, now you have your own personal shortcut key.

Sunday, December 4, 2011

TRICK TO SAVE YOUR TIME WHILE INSTALLING WINDOWS
  • Boot through Windows XP CD.
  • After all the files are completely loaded, you get the option to select the partition. Select “c”.
  • Now Format the partition, whether it is normal or quick with NTFS or FAT
  • Once the formatting is completed, All the setup files required for installation are copied.Restart your system by pressing Enter.Now, here begins the Simple trick to save 10-15 minutes.
  • After rebooting, you get a screen where it takes 40 minutes to complete or finalize the OS installation.
  • Now, Press SHIFT + F10 Key -> This opens command prompt.
  • Type “Taskmgr” and press enter. This will open Task Manager.
  • Click the Process Tab, here we find a process Setup.exe. Right Click on Setup.exe and Set Priority -> Select High or Above Normal. Initially it will be Normal

Sunday, November 27, 2011




  • goto Start >> RunType gpedit.msc
  •  This opens the Policy Editor
  • Now, Local Computer Policy >> Computer Configuration
  •  Then, Administrative Templates >> Network
  • Now, click on QOS Packet Scheduler
  • Now, on Right hand side
  • Double Click Limit reservable bandwidth
  •  Now in Setting Tab
    • It says : Not Configure
      Reality : " The Explain Tab " says "By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection"

  •  So, on Setting Tab select Enabled
  • Now, change Bandwidth limit (%) to 0 (Zero)
  • Click apply and ok.

                   NOTE
Misconcept : This don't means that you won't be able to communicate with Microsoft or any its services !!!
Actually : This reserved Bandwidth is only to accelerate Microsoft internet connections more than other connections !!!

Thursday, October 27, 2011


Most of us have private data. Not all of us have a private computer to keep that data. So, we just end up with other people viewing that data. Although password protecting software do work, it is almost useless to hide private data with these software(because we are always questioned as to what it is that we are hiding with the help of these software).


Hidden folders do not work as they can be easily searched with Windows Search. So, we need an alternative way to create hidden password protected folders which only we can access. And that is exactly what we will learn in this post.

With this trick, you can create a secure password protected folder in Windows which no one except you can access. To use this trick, follow the instructions given below:-

  • 1.  Open Notepad.
  • 2.  Copy and paste the exact code given below:-



cls
@ECHO OFF
title computer-tricks-corner.blogspot.com
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST MyFolder goto MDMyFolder
:CONFIRM
echo Are you sure to lock this folder? (Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock Your Secure Folder
set/p "pass=>"
if NOT %pass%== computer-tricks-corner.blogspot.com goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" MyFolder
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDMyFolder
md MyFolder
echo MyFolder created successfully
goto End
:End
  • 3.  Click on the File Menu. Click on Save As.
  • 4.  Select All Types (or all files) in the Save As Type dropdown menu. Save the file as *.bat or Locker.bat 
After creating the file, double click on the Saved file. A new folder will be created. Enter your data in the folder. Again, double click on the batch file. Type Y and press Enter. The folder will be hidden from view.

To re-view your folder, double click on the saved batch file. Enter password as 
" computer-tricks-corner.blogspot.com " without quotes ("") and press Enter key. This is also the default password. Your folder will be visible again.

To change the default password, edit the part of the code given in blue and enter your own password.


The overall usability of this trick can be improved by deleting the batch file after hiding your folder and re-creating it when you wish to access your folder again.


If you face any problem using this trick, you can write a comment and I will do my best to help you.


Note
: This works on Windows 7, Windows XP and Vista. First try this on useless data to be sure and then only hide your personal data.


Subscribe to RSS Feed Follow me on Twitter!