Showing posts with label WIndows 7. Show all posts
Showing posts with label WIndows 7. Show all posts

Apr 25, 2015

Windows tricks that u don't really know!

Hello friends, welcome to trickyourworld. I have created this blog make years ago. But due to some reasons had to stop updating it. But now I am back with lots of tricks to be shared with you all I hope you will enjoy this stay a lot! Today I have decided to share some of the really simple Windows tricks that is unknown to most of us.  There nothing quiet technical here but this will surely help you to prove others that u know Windows well more than your friends!!

So lets get started I would not be able to add more pics as I am writing this post directly from my mobile but may be I will add some later!

1. What u use to close any window? Here's a new trick : Double Clicking on the top-left of any window will close it!

2. If you ever wanted to restart the Windows Explorer, Click on Start, press and hold Ctrl+shift keys, right click on a blank space; You'll findExit Exploreroption! (Warning, you need to open task manager and "Start a New Task (explorer)" to get it back)
EDIT :  Will not work the exactly same on 8!

3. This one is quiet know to all still for those who don't know it really,  pressing win key + Prnscrn will take the screen shoot of the screen and will store it in your documents pictures directory!

4. Do you really know any other shortcut to open start window? Ya there exists one! Pressing Ctrl + Esc will open the start menu too!!

5. You know what pressing winkey + 1 to 9 can launch first to ninth icon on you task bar including pinned items!

6. Create a new folder, save it as following name  {ED7BA470-8E54-465E-825C-99712043E01C}This is a hack that creates an access to all the settings in windows. Cool isn't it!

7. To review your computer's Reliability and Problem history, there is something called reliability Monitor,Simply type reliability in the Start Search box and click on view reliability history. Try it! Most of the users do not know this!

8. Ever tried making a tutorial?  You can use a tool provided my windows called program step recorder. Just search psr it will record you interactions with computer via using some screen shoots and marks and text for the places were u did some action like clicking etc. After recording it will be saved as mhtml file that can be used or sended to your friends as a guide easily!

9. Do you know that all of your data can be recovered even after deleting! So what's the way to make sure it can't be recovered? There is one. Use this tool to do this: Launch a command prompt and type cipher /w:X
where X is the letter of the drive or partition you want to wipe. Be patient—the process can take a long time if you have a big size of drive!

So that was all I hope u got atlest some of the tricks that u was not knowing before! I will soon add some nice pics to this post so that it can be easier to understand until that pleas share and bookmark this site on blogger so that I can share more and more interesting contents with u all!!

That was all for now

Thankyou

Dec 27, 2012

How to install Win 7 from Usb without any Software


Today I am going to Show you how to create a bootable pendrive to install windows 7 in any PC...

Windows 7 is on of the most popular windows operating system of this time. Most of people all over the world are using windows 7. Its installation requires a DVD reader as it comes in a DVD.
    Due to this many of the peoples who don't have DVD reader find it hard to install windows 7 in there PC. Installation of windows 7 usually takes 30 min to install but now all this limitations are going to vanish as by using this Trick you will be able to create a bootable Pendrive which will install windows 7 in 10 to 15 min in every computer even those which don't have DVD reader...

So first Of all lets see what you will need :-

1. A computer with windows 7 or 8 already installed. (For creating bootable pendrive)



2. A Pendrive of minimum 4 GB space.

3. A windows 7 bootable installation DVD.

4. Some Extra Time to create this Pendrive.


Now when you are confident that you have all required things now you can start this process..

1. Insert your pendrive into Computer.

2. Go to start Run and then type cmd and run it in administrator mode.

3. Type following commands in cmd.
              DISKPART
              LIST DISK
    It will display all your Hard disk and usb Here note the number given to your USB let it be 2 here
           
             SELECT DISK 2        (replace 2 with your shown no.)
             CLEAN
             CREATE PARTITION PRIMARY
             SELECT PARTITION 2
             ACTIVE
             FORMAT FS=NTFS

           Wait for formating to get completed then
             ASSIGN
             EXIT
(See this image for Help)
4. Now minimize the cmd and insert windows 7 DVD and note the drive latter.

5. Them restore the cmd and type following commands...
           
             F:CD BOOT                  where f is the drive latter of you DVD (Replace it)
             CD BOOT
             BOOTSECT.EXE /NT60 H:          where h is your drive latter.
           
6. Now copy whole of the windows 7 DVD into the pendrive without creating any folder in pendrive.
    It should be just as they are looking in DVD.

7. Now your USB is ready to BOOT.

8. Just configure your BIOS correctly to boot from USB and install windows 7 as you install it from DVD.