Showing posts with label TIPS. Show all posts
Showing posts with label TIPS. Show all posts

Thursday, 19 December 2013

Block Websites Without Software

Hello friends ,
usually sometimes we need to block some websites in our home which shouldn't be good to be viewed by the childrens .
so let us learn how to block websites .....


STEPS TO FOLLOW :


1 Browse C:\WINDOWS\system32\drivers\etc

2 Find the file named "HOSTS"

3 Open it in notepad

4 Under "127.0.0.1 localhost" Add 127.0.0.2 www.sitenameyouwantblocked.com , and that site will no longer be accessable.

5 Done!

NOTE

-So-

"127.0.0.1" is a localhost.
"127.0.0.2" is for a blocked website i.e., www.blockedsite.com

-->www.blockedsite.com is now unaccessable<--


For every site after that you want to add, just add "1" to the last number in the internal ip (127.0.0.2) and then the add like before........

ex:---

127.0.0.3 www.blablabla.com
127.0.0.4 www.blablabla.com
127.0.0.5 www.blablabla.com 


Sunday, 27 May 2012

LOCK ANY FOLDER USING NOTEPAD

LOCK ANY FOLDER USING NOTEPAD

HY guys,

                Today i m going to write about how to lock folders or files just by using a notepad. I think it is safe to use this trick other than a softwares like folder protect, folder locker,etc bcozz they can be cracked easily.

so let us follow some steps to know how to do that ...........

STEP 1: press windows button + R from the keyboard. then a dialog box appears as shown below:

 

                    now write "notepad.exe" in the box and press enter. Notepad opened now.

STEP 2: Now copy and paste the below code in notepad and save it as folderlock.bat .but replace the "type your password here" with the password which u want to use to unlock it.

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the 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 Locker "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 folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End 


 

SEE IMAGE TO KNOW HOW TO SAVE IT.

                







REMEMBER TO END THE NAME AS .bat AND NOT .txt .




SAVE IT WHERE U WANT TO HIDE THAT FOLDER WHICH U WANT.

STEP 3: Now double click the file which u saved as "folderlock.bat",then u see a new folder named "locker" is visible to you in the same location.




Now put the Data Inside the folder Locker and again Double Click the Batch file to Lock it, this will give you a prompt, just Type y and press Enter:

 









To unlock the folder again you just have to double click the "folderlock.bat" again, this will give u prompt "enter your password to unlock". Then write the password you set and press enter. Your folder is unlocked now.

 Now keep the Batch File named FolderLock.bat in a different place like your USB Pen Drive so that only you can access the Folder you have locked.


I hope guys you understand it well.If you have any question or doubt, please leave a comment and I will get to you as soon as possible and will help you to best possible way.senyum


Tuesday, 22 May 2012

WINDOWS 7 KEYBOARD SHORTCUTS

HY FRIENDS,
                   TODAY I AM GOING TO TELL YOU SOME SHORTCUTS FOR WINDOWS 7 WHICH ARE REALLY IMPRESSING YOU AS WELL AS YOUR FRIENDS.
                          Anyone working professionally with a computer has their hands on the keyboard most of the time. Reaching for the mouse can be an annoying disturbance and personally I often turn over my mouse in such situations. An easy solution is to simply keep the hands on the keyboard and complete as many tasks as possible with keyboard shortcuts only.
                                 IT MAKES YOUR WORK MORE EFFICIENT AND FASTER.
 Note that some of these shortcuts will only work if Windows Aero is enabled. If Aero effects are disabled on your computer, it might not be powerful enough to support resource intensive graphical features. 


AERO SHORTCUTS


      • [Windows] + [Spacebar] (Aero Peek)
        Make all open windows transparent to view gadgets and icons on desktop.
      • [Windows] + [D] (Aero Peek)
        Show or hide the desktop.
      • [Windows] + [Home] (Aero Shake)
        Minimize all but selected window. Reverse by clicking the key combination again.
      • [Windows] + left arrow OR [Windows] + right arrow (Aero Snap)
        Dock selected window to the left or right half of your screen.
      • [Windows] + up arrow OR [Windows] + down arrow (Aero Snap)
        Maximized and restores the selected window.
      • [Windows] + [SHIFT] + up arrow OR [Windows] + [SHIFT] + down arrow (Aero Snap)
        Maximizes and restores selected window in vertical dimension only.
      • [Windows] + [Tab] (Aero Flip)
        Launch 3D representation of open windows and click [Tab] key again to flip through them.

     WINDOWS & TASKBAR


      • [Alt] + [Ctrl] + [Tag] + left/right/up/down arrow
        Flip window.
      • [Alt] + [Tab]
        Cycle through open windows
      • [Windows] + [T] OR [Windows] + [SHIFT] + [T]
        Move focus to front or back of taskbar. Press [T] again while holding the [Windows] key to cycle through items in the taskbar from left to right or, with [SHIFT] button held too, from right to left.
      • [Windows] + [B]
        Puts focus on the ‘show hidden icons’ button on the system tray.
      • [Windows] + [1] THROUGH [Windows] + [9]
        Launch first through ninth icon on taskbar, including items pinned to taskbar.
      • [Windows] + [SHIFT] + [1] THROUGH [Windows] + [SHIFT] + [9]
        Starts new instance of respective taskbar icon.
      • [Windows] + [Ctrl] + [1] THROUGH [Windows] + [Ctrl] + [9]
        Cycles through multiple instances of the respective icon.
      • [Windows] + [Alt] + [1] THROUGH [Windows] + [Alt] + [9]
        Opens jump list for respective icon.  

     MULTIPLE MONITORS

      • [Windows] + [SHIFT] + right arrow OR [Windows] + [SHIFT] + left arrow
        Move selected window from one monitor to another. They will remain in the same relative location.
      • [Windows] + [P]
        Select presentation display mode.                                                                                                                                

     

    MAGNIFIER

      • [Windows] + [+] OR [Windows] + [-]
        Activates Windows Magnifier to zoom in or out of screen.
      • [Ctrl] + [Alt] + [D]
        Switch to docked mode.
      • [Ctrl] + [Alt] + [L]
        Switch to lense mode.

     

     

      • Ctrl] + [Alt] + [F]
        Switch from docked or lens mode back to full screen mode.
      • [Ctrl] + [Alt] + [I]
        Invert colors.
      • [Windows] + [Esc]
        Exist magnifier views.             

     SOME OTHERS


        • [Windows] + [G]
          Cycle through desktop gadgets.
        • [Windows] + [X]
          Launches Windows Mobility Center. Especially useful if you’re working on a laptop.   

    Sunday, 4 March 2012

    TURBOC++ installer for WINDOWS 7 AND VISTA

    To make a Turbo C/C++ setup run in windows I have made a integrated setup of Turbo C and Dosbox that on execution directly loads up "Turbo C" and runs it in fullscreen in all version of windows and with full compatibility, which will give us an experience of running "Turbo C" in just like pure Dos environment.

    you  have to just install it without changing directories or installation path.
    you have to just do next next .
    After that follow some steps:
    1) open my computer,
    2)local disk c:   ,
    3)you will find a folder named " TCbyperminder" ,open it ,
    4) you will find a dos box ,double click on it , you see a  turboc++
     window in full screen. if you want ,you can create a shortcut on desktop.
    i hope u r understood that.

      DOWNLOAD: CLICK to DOWNLOAD
    if u got a problem downloading from mediafire pls read simple trick)
     Some useful info:-
    • If you want dosbox to always start in fullscreen mode then open the "dosbox.conf" file and change the portion written "Fullscreen=false" into "Fullscreen=true".
    • IF you don't want the console to always pop-up while running then create a shortcut to "dosbox.exe" and append the line "-noconsole" to its target path.

    Monday, 20 February 2012

    SHOW YOUR PROCESSORs NAME AS U WANT

    SHOW ANY NAME IN PLACE OF YOUR PROCESSORS NAME MAY BE U R NAME ALSO.
    I THINK U UNDERSTAND IT THAT IT IS FOR JUST FUN IT DOESN"T CHANGE U R PROCESSOR.

    GO TO START->RUN->TYPE

    REGEDIT->HKEY_LOCAL_MACHINE->HARDWARE->
    DISCRIPTION->SYSTEM->CENTRALPROCESSOR->0

    ON RIGHT HAND SIDE, RIGHT CLICK ON "PROCESSOR NAME STRING" AND CLICK ON MODIFY
    AND WRITE WHAT EVER YOU WANT

    Uc Browser 8.0.3.107 Airtel Mobile Office Mod .jar | UcWeb Handler

     FREE INTERNET ON THE MOBILE BY USING AIRTEL SIM
    Just Download the given Uc Browser 8.0.3.107
     and Install it and use it free Via Default Mobile Office Settings ( you can also use Airtel live settings also)
    DOWNLOAD:-uc browser for free internet for airtel sim

    Sunday, 22 January 2012

    FREE RECHARGE USING FACEBOOK APP

    HY FRNDS I aM GOING TO TELL U ABOUT THE FREE RECHARGE FOR OUR MOBILE PHONE.
    ITS SEEMS UNPOSSIBLE BUT IT IS POSSIBLE JUST GO TO THE GIVEN LINK BELOW:--

                                           FREE RECHARGE USING FACEBOOK