Sunteți pe pagina 1din 15

1.

Magnifier
Ever had problem while presenting , to enlarge whats on the screen to make it more visible ,
try magnifier.
Click on start then search magnifier on search bar. Then click on magnifier.

Then select the level to Zoom, You will see Enlarged part of the screen just like below image.

Shortcut: Press Windows+plus to open magnifier directly.

2. Turn your Laptop into WiFi Hotspot.


Copy the following lines into NotePad and save it as WiFi.bat

netsh wlan set hostednetwork mode=allow ssid=WIFI key=password123


netsh wlan start hostednetwork
Now right click on the file and select "Run as administrator" , automatically WiFi
hotspot will be ON
You can change the WiFi name by changing ssid=new name and
passwordkey=newpassword
Important - For this to work, your sharing should be on in network properties for the
network/ethernet connection that you want to share through your wifi:
Go to Open Network and Sharing Centre ->Change Adapter Settings(On left panel)
Your wifi hotspot would be Microsoft Hosted Network Virtual Adaptor in the
Network Connections.
Go to the properties of the LAN/ethernet/WiFi connection and make the changes

accordingly.

There you can see the wifi Hotspot network.


Your wifi hotspot would be ready. :)
To Off the WiFi Hotspot copy this code in a notepad and save it as wifistop.bat
then run that bat file as "Run as Administrator".

netsh wlan stop hostednetwork

3. Slide Between windows with awesome 3D flip Animation.


Press and hold Winows+Tab to slide over windows.

press Windows+shift+Tab to slide in reverse order.

4. Subtitles for movies not Synchronized, Just follow this simple


trick.
Open the video in MPC (Media player classic) and pause the movie at a point, Then Click
on View->subresync.

Then you will see a window like below

At a given point click on the line of subtitle which is correct for the scene , Right click on that
and select current.
The Subtitle will be automatically updated to that point.
You can save the modified subtitle by File->Save subtitle.

5. Want to hide some Files and Folders.


You Might be tied of using File lockers softwares which is difficult to use and
ask for registrations.
Follow the simple Tip.
Open NotePad and paste the following code

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%==password123 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
Then save it as Locker.bat
Click on that BAT file , a New Folder called Locker will be created as shown
below

Copy and paste all the Files and Folders that you want to Hide into that Locker Folder.
Then click on that BAT file again a CMD promt will appear and ask you permission to lock
the files. Just Type Y and press Enter.

Now you can see all the files and folders and also the Locker folder disappears.

To Unlock all the files and folders, Once again click on that BAT file. You will see a CMD
promt then Type password123

You will see that Locker Folder appears back.

If you want to change the password, Open that BAT file in notepad and search for the
word "password123" and replace it with your new Password.

6. Turn off Windows Updates.


Windows will automatically updates if new updates are available, which takes
lots Data and also takes lot of time while Restarting the system, The updates

takes lots and time to install which annoys most of us.


Follow the simple step to solve it.
Open My Computer
on the Top left you will Find System Properties, Click on that
Then Buttom left you will see Windows Update, Click on that
On the Top left you will see Change settings select it.
Important Updates
The default option would be Download and install. Change it to 3rd option
"Check for the updates let me decide whether to download and install them."

In this option you can download updates when its convenient for you.

7. Download from Torrents even if it is blocked in College/Office.


This Technique allows you to download from torrent even it is blocked and also download
very fast even when seeders are not available.
download the torrent file to your system.
open this site : www.zbigz.com
upload this torrent file and click on GO
It takes some time to cache the file in the server, then the download button will

appear.

No need for registration, use free option when asked, file will be available even
after a week to download.

8.Download the whole Wikipedia site to your system.


yes that's true you can download whole wikipedia site with 4.5 million article to your local
system and browse it offline. And its only 40GB in size.
The torrent link is here:
Page on kiwix.org

Note : You need Kiwix to open it.

9. Download the torrent file directly without application


Tired of torrents running out of seeders? No worries. You can search for direct
download links using Google!

To download movies, perform a Google search as below:

YOUR SEARCH TERM HERE -inurl:(htm|html|php|pls|txt) intitle:index.of last


modified (mkv|mp4|avi)
Example:
Titanic -inurl:(htm|html|php|pls|txt) intitle:index.of last modified (mkv|mp4|avi)
You can use this search trick to download not just movies, but almost any file.
For instance, to download music,

YOUR SEARCH TERM HERE -inurl:(htm|html|php|pls|txt) intitle:index.of last


modified (mp3|wma|aac|flac)
Just change the file format [(mp3|wma|aac|flac) part] to your required format and you will
get a search result of sites containing direct download links to your search query.

10.Open PPT without opening the PowerPoint


When saving your PowerPoint Presentations, use the extension.pps/.ppsx instead
of .ppt/.pptx.
This will open the presentation directly as a slide show.
Saves time and looks very professional.

Short-cut Virus
Dealing with Shortcut Virus:
The most commom virus menace for Windows users is the shortcut virus changing all your
files and folders in pendrive to shortcuts. It's a familiar problem among most college
students. We have all tried to use the ineffective shortcut virus remover, a third party
software, to solve the problem. But it is very simple to deal with.
1.

Delete all the shortcuts from the pendrive. They can be identified by the arrow
symbol in icons and having a size of less than 4kB usually.

2.

Now open command prompt.

3.

Go to the pendrive by typing <alphabet assigned to drive>:

4.

Now enter the magic line attrib -s -h /S /D

5.

Wait for some time... It's done! All your files and folders are back.

The secret behind this:


The virus only changes the folders' system attributes, makes it hidden and creates shortcuts.

So by removing the shortcuts, and removing the hidden and system attributes from all files
and folders, you have terminated the virus without trace!

S-ar putea să vă placă și