Popular Post

Powered by Blogger.
Showing posts with label Favorites. Show all posts
Showing posts with label Favorites. Show all posts

How to Create a Password Protected Folder without any Extra Software

There are a lot of methods that you can use to create a password protected folder, most of which require the use of some third party software. Using this neat method you can hide your folders with a quick batch script.

It’s important to note that this will not actually conceal your data from somebody that knows what they are doing.

Create Your Password Protected Folder

Before you get started you need to create a folder that will house your password protected folder, this is just an ordinary folder and can be located anywhere and named anything.



Navigate into your newly created folder and create a new Text Document. This can easily be done from the context menu.



Open the document, now paste the following code into the contents of the document:

cls
@ECHO OFF
title Folder Private
if EXIST "HTG Locker" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you 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 Private "HTG Locker"
attrib +h +s "HTG Locker"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== PASSWORD_GOES_HERE goto FAIL
attrib -h -s "HTG Locker"
ren "HTG Locker" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End

Change the PASSWORD_GOES_HERE text to the password you want to set. Now go ahead and save the file as locker.bat.



Once the file is saved as a batch file you can delete the original text file.



Now run your batch file by double clicking on it–the first time you run it, it will create a folder called Private. This is where you can store all your secret things. When you have finished adding all your stuff to the Private folder, run locker.bat again.



This time you will be asked if you sure that you want to lock the folder, press the “Y” key and hit enter to lock your folder.



You will see that your Private folder quickly disappears.



If you run the script yet again, you will prompted for a password.



If you enter the same password as you set in the script the Private folder will reappear if you enter the incorrect password the script will just Terminate.

Warning
Most people don’t know how to show system files, but anybody who has some experience will probably be able to quickly figure it out in the Folder Options.


Also, any ordinary user who unchecks the box will most probably be scared off by the warning message that appears.



The second way someone could comprise the folder is to open the batch file and read your password. It’s definitely not a really secure way to hide your files, but it is fun.

Surf The World Using Google Chrome Browser

Good Day! I just want to share to you one of my tricks in searching the web. This is using the Google Chrome Browser. Google chrome offer translation of so many languages that it can translate as many languages you can imagine  and its all for free. Example, your native language is English, you can visit Russian sites and automatically or you have option of translating the sites in the language you want or understand.

It is very useful because you can gain different ideas from different people of different languages. Not all of us with the same languages has the same ideas. Or I can say,  Sometimes, the people we know does not share the ideas we want to know, we usually get  it from people who has different languages. Not all wonderful ideas comes from the same languages.

As you will be using the Google chrome browser,  you will not only learn from different languages,but also,you will be learning to understand and comprehend of the thing you are reading. It is because not all the translation of Google chrome is perfect. Most of the time I find it funny when I read translations  by chrome and sometimes confusing because contraction of sentences usually scrambled. The main point is, even the sentences is scrambled, you will really get the idea, the thought.

It is an adventurous experience, browsing other languages in the web. you will surely enjoy at the same time you will get more ideas than the usual browsing.  :) enjoy.!


Tutorial on how to speed up you internet and download speed tru CMD

Today I will teach you how to speed up your connection and download speed using cmd commands. So you do not need to buy any software and you can save money for this tutorial. This tutorial has no risk when trying this at your desktop or laptop.

Note: First of all you must know your internet speed and download speed so that later you can compare it after doing the short steps.

How to speed up your download speed.

1. Go to cmd.
2. Type "ipconfig"
3. Remember your ip. Example: 192.1168.254.100
4. Open noted pad and type "Ping Gateway IP "192.168.254.100" inside quote put your ip.
5. Save it as speedup.bat. (while downloading, double click it once)
That's it!

How to speed up you internet connection.

1. Click on Start
2. Go to cmd.
3. In command prompt go to root directly "C:\" ( type cd C:\ )
4. Now type "netsh interface tcp set global autotuning=disabled" without qoutation
That's it!

To default"netsh interface tcp set global autotuning=normal"

See how easy this cmd commands works.! :) You can save time and money.

How to speed up loading your browser.

1. Go to cmd.
2. Type ipconfig
3. Remeber your ip. exampler 192.168.254.100 is your ip.
4. Type "ping 1192.168.254.1 -t" This will always ping your default ip so that when browsing your pages will load at fast as it can.

How to speed up you browser.

1. Go to cmd.
2. Type ipconfig/flushdns
That's it!
Whenever you feel your browser is cloaked or hanging up, do this steps.


You learn again something form me. I will be happy if you will share this to your friend and to the world! Enjoy.!

How to Share Wifi from Your Laptop or Desktop Without Buying Expensive Software thru CMD

Today I will teach you how to share WiFi from your laptop or desktop without buying expensive software for free.

Compatibility:
Windows XP or Higher

Things you need:
1. Internet Connection (DSL or any LAN connected internet connection)
2. Wireless Card if you are using a desktop computer.


IMPORTANT:  Enable your internet connection sharing by following the Steps:

For XP and Windows 7.8 Operating Systems:
1. Right click the icon
2. Go to "Open Network Connections".
3. Right click " Wireless Network Connection" then go to Properties.
4. Click "Advance" Under "Internet Connection Sharing"
5. Check "Allow other network users to connect through this computer's Internet connection"
6. Optional: Check " Allow other network users to control or disable the shared Internet connection"
7. Click "OK".



Steps: For Desktop Computers / Laptops
1. Make sure your WiFi Card is reading running. To know if it is running already you should detect any WiFi Connections of you neighbor.
2. Open CMD or Command Prompt. ( If you are using windows 7 operation system, run it as administrator)
3. Type netsh wlan set hostednetwork mode=allow ssid=NAME key=PASSWORD Then ENTER
 (You can replace "NAME" of your desired WIFI Name and "PASSWORD" your desired password. Be sure you password should not be less than 8 characters.)
4. Then type netsh wlan start hostednetwork Then press ENTER key.
(There you go.! You have you own wifi for free.!)

If you want to stop your WiFi: Type netsh wlan stop hostednetwork. Then Press ENTER key.

To see whos connected on your Wifi, you can use this free tools:


Download Link: http://www.tusfiles.net/uiuoiiw2qhev
Password : youfromscratch.blogspot.com


Is that easy?
If you want to learn more about anything from scratch, stay tuned for more of my sharing. Enjoy.!



Copyright © 2013. Y.F.S - All Rights Reserved Blogger Template Design by: ILearnZone Powered by Blogger