Tuesday, November 4, 2014

Make USB Bootable

Make USB Boot able Without by Any 3rd Party S/W.


Req. 1.One USB Stick.
        2.One Optical Drive 
        3.One Boot able OS Media
        4.One Live Win-7 PC 

Steps
        1. Open CMD Interface as a Administrator
        2. Run Command Diskpart.
        3. Run list disk Commnad in the diskpart utility.
        4. Select USB Disk Run Command select disk 4 
        5. Run command clean 
        6. Run command create partition primary 
        7. Run command select partition 1 
        8. Run command active 
        9. Run command format fs=ntfs  quick
        10. Run command assign
        11.Run command exit 
        12. Run command xcopy /e/s f:\*.* d: then enter
                                                 optical drive path pen drive path   
        try it 



www.mlooser.blogspot.in




www.facebook.com/hackzonetrick
www.facebook.com/groups/hackzonetrick
www.hackzonetrick.blogspot.in

Thursday, September 18, 2014

There is no power light , and you cannot hear any cooling fan

















The system doesn't Start at all  :)  <3 <3 <3 <3 <3 <3 <3




this type of problems are easy to spot :D :D --- 

you push the power button and nothing happens. 

The solutions are straight forward

Start the following Checklist :
» Check for AC from your wall outlet 
» reattach or replace the Ac line Cord
» Reattach the power cables at the mother board 
» Replace the power supply 
» Replace the mother board 
» Replace the CPU

SYMPTOM 1>

There is no power light , and you cannot hear any cooling fan 


SOLUTION » 

           chances are that there is insufficient power to the computer..
  check the Ac cord to make sure it isn't loose or disconnected  ..
  if the trouble continue , try another power supply and then
           replace the motherboard if necessary......

www.facebook.com/hackzonetrick
www.facebook.com/groups/hackzonetrick
www.hackzonetrick.blogspot.in

COMPUTER TROUBLESHOOTING & MAINTENANCE

















COMPUTER TROUBLESHOOTING & MAINTENANCE




From today we are starting COMPUTER TROUBLESHOOTING & MAINTENANCE......... Perfect solution of every Computer problems ..... we will try our best to solve the problems :)  :) :) :D :D :)  ..... <3 <3 <3 <3 <3

www.facebook.com/hackzonetrick
www.facebook.com/groups/hackzonetrick
www.hackzonetrick.blogspot.in

Sunday, August 24, 2014

How To Disable Right Click On Your Blog ?





How To Disable Right Click On Your Blog ?





 1. Got to your blogger Dashboard and then Click on Layout.
blogger widget

 2. Now Click on Add Gadget and select Html/Javascript.
blogger widget

3. Now paste code given below in the pop up window.


<!--HACKZONETRICK SCRIPT Code-->
<script language='JavaScript1.2'>
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
<!-- End http://www.hackzonetrick.blogspot.in>



 4. Save it and done. Now users will not be able to right click on your website.



                 

ENJOY........
               

www.facebook.com/hackzonetrick
www.facebook.com/groups/hackzonetrick
www.hackzonetrick.blogspot.in


Sunday, July 13, 2014

Save Web Page as PDF File




How To Save Web Page as PDF File ?



In this post i will teach a simple trick or browser feature that let you convert any web page into PDF file format, which might help you to read your favourite articles offline. So lets get started.

How To Save Web Page To PDF File ?

1. Open the Google Chrome Browser on your PC or MAC
2. Then go to the web page that you want to convert as a PDF.
3. Now press Ctrl+P on Windows PC or Command+P if you are on a Mac to Open the the Print dialog on Chrome Browser.
4. Now Change the destination to “Save As PDF” and hit the save button.
5. The current web page will instantly be downloaded as a PDF document. .................

ENJOY........
<3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3 <3

www.facebook.com/hackzonetrick
www.facebook.com/groups/hackzonetrick

Thursday, May 1, 2014

METHODS TO REMOVE WRITE PROTECTION FROM YOUR PEN DRIVES


















TOP 4 METHODS TO REMOVE WRITE PROTECTION FROM YOUR PEN DRIVES / MEMORY STICKS





Best Methods To Remove Write Protection From Your Memory Sticks / Pen Drives Goes here >>>>>>>>>>>




METHOD #1

Open Registry editor of your PC
 For this you should type command “regedit” on run.
Successively navigate to following link

HKEY_LOCAL_MACHINE\SYSTEM\Currentcontrolset\control\storatedevicepolicies

( Note: if you can’t find ” storatedevicepolicies ” after “control” folder then you need to create it. For that follow instructions       mentioned below )

Open a new note pad file.
Copy this

cd\reg add “HKLM\System\CurrentControlSet\Control\StorageDevicePolicies” /t Reg_dword /v
WriteProtect /f /d 0
save it as DISABLEWP.BAT

Then copy it to start up folder.


In right side u will be getting writeprotect option, just right click that and modify the hexadecimal value from 1 to 0
Restart your PC and enjoy!!!!
( Still having problem???   Don’t worry try other methods below )


============================================================================================

METHOD #2

If you have transcend pen drive infected by 9u.exe which is a write protect virus then the following works like a charm:

1) Download JetFlash online recovery from:
www.transcendusa.com/Support/DLCenter/Software/OnLineRecovery.exe

2) Run the program

3) Specify the capacity of your drive eg.512 MB, 1 GB …..etc

4) Choose “repair and erase all data” OR ” repair and keep existing data”

5) Progress bar starts…….completes

6) Notification appears —” format complete”

7) Unplug and plug your drive and ….

enjoy!!!!

( Still having problem ?   Don’t worry try other methods below )

============================================================================================

Method #3


1. Start > Run  -> type “CMD” and press enter

2. type< diskpart

3. type< list volume

4. type< select volume # (# is the number of the USB HDD you’ve pluged in)

5. type< attributes disk clear readonly

(If you need help while typing commands then type “HELP FORMAT” on command prompt)


============================================================================================

METHOD #4

There are a series of options in the Group Policy Object Editor that deal with read/write permissions on hard drives and removable media.  I basically changed their individual settings from “Not configured” to “Disabled”.

Start -> Run… -> gpedit.msc -> OK
Computer Configuration -> Administrative Templates -> System -> Removable Storage Access

In here I disabled all of the “Deny read access/write access” options; you may only want to disable the ones relating directly to the type of media that you want to access.

Here are the ones I changed:

Removable Disks:  Deny execute access
Removable Disks:  Deny read access
Removable Disks:  Deny write access

Double-click each one and select the ‘Disabled‘ radio button.

Do the same as above, except the first step is “User Configuration” instead of “Computer Configuration“

if its not yet disable then your pen drive is corrupted

Enjoy!!!


                 


www.facebook.com/hackzonetrick
www.facebook.com/groups/hackzonetrick
www.hackzonetrick.blogspot.in

Wednesday, April 30, 2014

FACEBOOK TRICKS (LOG OUT YOUR FACEBOOK ACCOUNT FROM OTHER COMPUTER.)















Facebook Trick:


LOG OUT YOUR FACEBOOK
ACCOUNT
FROM OTHER COMPUTER.


Sometimes we go cyber cafe or any
other place.. and open facebook...
and we forgot to log out....

dont need to be worry about it,,,there is a option to log out your account from ever computer.....


just go through this steps :) and be safe :)

1. log in your account (from anywhere)

2. go to account setting

3. click on account security

4. and see there details...its shows
Last Accessed:
Location:
Device Type:

(if only these 3 things are
shown
there, then u r safe)

but

if there is an option to "end
activity"that means your
account is opened somewhere else also...

click "end activity" and u`ll be
logged out from other
computers....................


be safe 
    


www.facebook.com/hackzonetrick
www.facebook.com/groups/hackzonetrick
www.hackzonetrick.blogspot.in

Monday, April 28, 2014

Removing a virus without using any anti-virus software
















Removing a virus without using any anti-virus software



===> Step 1:
Run the command prompt by going to start and type cmd on the search programs and files.

===> Step 2:
(drive name: )
examples
C:,
D:
E:
F:
G:

===> Step 3:
type attrib -s -h *.* /s /d then press enter

===> Step 4:
type dir
the dir command shows you the content of the drive

===> Step 5:
check if there is an unusual .exe file
if there's an autorun.inf file rename it
(rename filename.extension newfilename )

===> Step 6:
Go to my computer

===> Step 7:
Select the drive

===> Step 8:
Delete the harmful files
*you can also delete the harmful files using command prompt
( type del filename)
Now, the drive is virus free.

ENJOY :)


     


www.facebook.com/hackzonetrick
www.facebook.com/groups/hackzonetrick
www.hackzonetrick.blogspot.in

Tuesday, April 1, 2014

Window 7 Cheats




















Some Window 7 Cheats 

     
From Desktop

1. Windows Key + Tab : Aero

2. Windows Key + E : Windows Explorer is launched.

3. Windows Key + R : Run Command is launched.

4. Windows Key + F : Search

5. Windows Key + X : Mobility Center

6. Windows Key + L : Lock Computer

7. Windows Key + U : Launches Ease of Access

8. Windows Key + P : Projector

9. Windows Key + T : Cycle Super Taskbar Items

10. Windows Key + S : OneNote Screen Clipping Tool

11. Windows Key + M : Minimize All Windows

12. Windows Key + D : Show/Hide Desktop

13. Windows Key + Up : Maximize Current Window

14. Windows Key + Down : Restore Down / Minimize

15. Windows Key + Left : Tile Current Window to the Left

16. Windows Key + Right : Tile Current Windows Right

17. Windows Key + = : Launches the Magnifier

18. Windows Key + Plus : Zoom in

19. Windows Key + Minus : Zooms out

www.facebook.com/hackzonetrick
www.facebook.com/groups/hackzonetrick
www.hackzonetrick.blogspot.in

Tuesday, March 18, 2014

HACK TO SET WALLPAPER IN PEN DRIVE
















Hack To Set wallpaper In Pen Drive 


Are you bored of viewing the same white background in your USB pen drive, here is a trick where you can easily set colorful wallpapers on your USB background.

For that you need the following code:-

[{BE098140-A513-11D0-A3A4-00C04FD706EC}] IconArea_Image=hackzone.bmp IconArea_Text=0×00000000

Copy and paste it in a notepad file, and specify the image file name (here it is hackzone.bmp),

then save it in your memory stick or pendrive as desktop.ini

also you are supposed to keep the image file on the memory stick or your pendrive. Refresh and view the background. Now every time when you open your pendrive it will show background wallpaper.
<3 <3 <3 <3

www.facebook.com/hackzonetrick
www.facebook.com/group/hackzonetrick
www.hackzonetrick.blogspot.in

Wednesday, March 12, 2014

How TO Open Multiple Gmail Accounts In Same Browser

















How TO Open MultipleGmail Accounts In Same Browser:-



do u know you can open multiple Gmail Account in Same browser try this :)


===> First, Open Gmail Account. Then, Go to Account
          Setting.


===> Then, Go to Personal Setting and click on option
          (Multiple Sign)

===> Now, Click on (on) option and (all the below
          check box) And then Click on (Save Option)

===> Now, you can sign into multiple Accounts......

enjoy


www.facebook.com/hackzonetrick
www.facebook.com/groups/hackzonetrick
www.hackzonetrick.blogspot.in


Monday, March 10, 2014

HOW TO MAKE YOUR COMPUTER TALK















HOW TO MAKE YOUR COMPUTER TALK



Have you ever wondered how can you make your computer speak whatever you input to it like in the movies? Would it not be fun? If only it was possible! Rejoice, because now it is possible. Well, if you wish to know how to do this, then you came to the right place. With this trick, you can create a script in Windows which will make your computer speak whatever you input to it.

To create one such talk script, follow the steps given below:-

Make your Computer Talk

Steps
Open Notepad.
Copy and paste the exact code given below.
Dim Message, Speak
Message=InputBox("Enter text","Speak")
Set Speak=CreateObject("sapi.spvoice")
Speak.Speak Message
3. Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Speak.vbs or "*.vbs".
4. Double click on the saved file, a window will open like the one in the image. Enter some text in enter text column and click OK.

Now your Computer will speak / talk what you typed in
Step 4. Try it yourself.

Windows Compatibility: This VBS file can be executed on all versions of Windows including Windows XP, Windows Vista, Windows 7 and Windows 8.
 
www.facebook.com/hackzonetrick
www.facebook.com/groups/hackzonetrick 

Sunday, March 9, 2014

How to LOCK Folder ???? Without any SOFTWARE


















How to LOCK Folder ???? Without any SOFTWARE



In this tutorial i will show you interesting and usefull trick to password protect folder without using any software using batch file programming. This trick will work on all windows platform (Win XP, Win 7). Follow below tutorial to learn this trick.



1. Open Notepad and Copy code given below into it.
Note Pad code

cls
@ECHO OFF
title facebook.com/groups/hackzonetrick
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%== hackzonetrick 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


2. Save the notepad file as lock.bat (.bat is must)

3. Now double click on lock.bat and a new folder will be created with name MyFolder

4. Copy all your data you want to protect in that New folder

5. Now double click on lock.bat and when command promp appears Type Y and press enter.

6. Now MyFolder will be hidden from you view, to access that folder double click on lock.bat

7. It will ask for password enter your password and done. (Default password is hackzonetrick)

To change the password replace hackzonetrick with new password in the above code

How To Further Secure ?

You might be thinking that anyone can access the password by opening that lock.bat file in Notepad or any other text editor. To make it more secure hide lock.bat in some secure location after following the above tutorial To access the secured file double click on lock.bat. I would suggest copying lock.bat file into Pendrive and copying it into your computer whenever you required to access to your protected files.


www.facebook.com/hackzonetrick
www.facebook.com/groups/hackzonetrick

7 Things You Didn’t Know VLC Could Do



7 Things You Didn’t Know VLC Could Do



VLC media player is one of the most popular player for  most people.It as got almost all codes. VLC can do a lot of other things beyond your imagination.
 7 Things You Didnt Know VLC Could Do  Find out how many of these listed below you knew.


1.  Listen to online radio:

VLC includes hundreds of Shoutcast radio stations. You just need to enable it through Media –>Services Discovery –> Shoutcast radio listings. Now, open the Playlist and browse through the stations.


2. Play in ASCII mode:

VLC media player has an amusing ability, to playback movies in ASCII art. To enable ASCII mode, open VLC media player and click on Tools –>Preferences. Open the section “Video” section and under “Output” select “Color ASCII art video output” from the drop down menu. Save it. Now play any video file to enjoy the ASCII art.



3. Play RAR files:

Do you know VLC can play videos zipped inside RAR files? They play like normal video files and you can even use the seek bar. If the RAR file is split into several files, no problem. Just load the first part (.part001.rar ) and it will automatically take the rest of the parts and play the whole file.



4. Convert Audio and Video formats:

In VLC you can convert video and audio files from one format to another. Several different formats are supported like MP4, WMV, AVI, OGG, MP3 etc. To access the converter:
* Go to Media –>Convert/Save.
* Load the file you want to convert using the Add button and click Convert.
* Now choose the output format and output file location.



5. Rip DVDs:

VLC includes a basic DVD ripper. You probably would never use it when there are better DVD rippers available, but it helps to know that you can in fact, get a decent quality DVD rip with VLC. To rip a movie follow these steps: Go to the Media menu and choose Convert–>Save. Click on the Disc tab.
Here you can adjust the Starting Position and rip only specific titles or chapters.
Enter file name making sure to end with .MPG, and start ripping.
Click Save.




6. Record videos:

With the new VLC, you can record videos during playback. The record button is hidden by default. To see it, click on View–>Advanced Control. The record button will now appear. Clicking on the button while playing a movie or video will start recording. Clicking again will stop recording.



7. Download YouTube and other online videos:

First grab the URL of the YouTube video page. Now click on Media –>Open Network stream. Paste the URL and click Play.
Once VLC starts streaming the video, click Tools –>Codec Information and at the bottom of the window you will see a Location box. Copy the URL and paste it on your browser’s address bar. The browser will now download the file which you can save it to your hard disk. Alternatively, you can record the video. icon smile 7 Things You Didnt Know VLC Could Do 



www.hackzonetrick.blogspot.in

Thursday, March 6, 2014

Trick for Keeping Folders Hidden





















Trick for Keeping Folders Hidden


Step 1 - First create a new folder somewhere on your hard drive

Step 2 - When you name it hold down "Alt" and press "0160" this will create and invisible space so it will apper as if it has no name.

Step 3 - Then right click in and select "Properties" select the tab "customize"

Step 4 - And select "change icon" scroll along and you should find few blank spaces click on any one and click ok

When you have saved the settings the folder will be invisible to hide all your personal files.


www.facebook.com/hackzonetrick
www.facebook.com/groups/hackzonetrick

REINSTALL WINDOWS without losing anything




















Reinstall windows without losing anything

You can use this method as often as you like when you need to repair something that had gotten corrupted and you don't want to do a clean install.

This is better than doing a windows repair install from the cd because doing that can cause changes to settings and even make it so you can't get updates anymore from microsoft update site because of the 'silent install' they did a year or so ago (unless you rereg some dll files).

1- Start WindowsXP
2- Go to the location of your source files
3- Run WINNT32 /unattend
For example, D:\I386\winnt32 /unattend ( copy & paste this command into the RUN box, then press ENTER ) Your computer will do the rest.


Start > All Programs > Accessories > Command Prompt.
Copy & paste > D:\I386\winnt32 /unattend (notice the space between 32 and / )
Press Enter.
If you have i386 on your drive, you can replace D: ( if D: is your cd drive ) with the location of it. (be sure it's the full i386 though)

D: is the driver letter where your windows XP Cd is
if D:\I386\winnt32 /unattend doesn't work then try : d:\winnt32 /unattend.
You can use this method as often as you like when you need to repair something that had gotten corrupted and you don't want to do a clean install.

This is better than doing a windows repair install from the cd because doing that can cause changes to settings and even make it so you can't get updates anymore from microsoft update site because of the 'silent install' they did a year or so ago (unless you rereg some dll files).

1- Start WindowsXP
2- Go to the location of your source files
3- Run WINNT32 /unattend
For example, D:\I386\winnt32 /unattend ( copy & paste this command into the RUN box, then press ENTER ) Your computer will do the rest.


Start > All Programs > Accessories > Command Prompt.
Copy & paste > D:\I386\winnt32 /unattend (notice the space between 32 and / )
Press Enter.
If you have i386 on your drive, you can replace D: ( if D: is your cd drive ) with the location of it. (be sure it's the full i386 though)

D: is the driver letter where your windows XP Cd is
if D:\I386\winnt32 /unattend doesn't work then try : d:\winnt32 /unattend

Hack zone with full of tricks
www.facebook.com/hackzonetrick
www.facebook.com/groups/hackzonetrick

11 Things to Look Out Before Buying a New Laptop



















11 Things to Look Out Before Buying a New Laptop


Things to Consider Before Buying a New Laptop

When Buying a Laptop,it takes a lot’s Of time for Choose a Best One Laptop for us. There are many Laptops are available in market that consider the lot’s of features.All the Laptops are Having the Different Features. So,we are Confused for choose best one Laptop.

Here are the most important factors that one has to consider before buying a new laptop.

Buying+Laptop 11 Things to Look Out Before Buying a New Laptop

1 > Battery Life :-

The Battery Life is Most Important things for those who are work with their Laptop while outside frequently.There are 6-cell batteries and 9-cell batteries.9-cells provide stand-alone power than 6-cell batteries.

2 > Operating System :-

The Operating System is also important things for use better work. All The Laptops are Having the new market operating System like Windows 7 and Windows 8.If you buy a Apple Laptop than that Come with their Operating System Mac OS.

3 > RAM(Memory) :-

RAM is also important factor that use for the speed up your computer. The RAM is high that computer having the more speed.The 2GB or 4 GB RAM is enough for Laptops.

4 > Processor :-

Now The Processors are come with high speed.The i Serious Processor by Intel is more used processor like i3,i5 and i7.

5 > Screen Size :-

The Screen Size is also consider before buying a Laptop.You may think that a 17-inch widescreen display is just what you need. Ultimately, that may prove to be too big.the 14-inch and 15.6-inch Laptops are also available.

6 > Bluetooth,Camera and Wireless :-

Buy a Laptop that consider the features of Bluetooth,camera and wireless.

7 > Keyboard and Touch Pad :-

Check the type of keyboard and the layout. Normal layout we use in India is the US layout of keyboards. If it is a 15 inch screen laptop, You will have Numeric Keypad. Sizes lesser than 15 inch will not have it. Some keyboards come with back-lit LED lights for Easy typing in dark.Touch Pad is common for all laptops.

8 > Ports :-

Check out all the ports for USB, Speakers,Network, HDMI and others. Laptops starts coming with USB 3.0 port for faster data transfer. e-SATA ports are also available. It can be used as a USB port. It is mainly to transfer with external hard disk drives.



9 > Design :-

Choose a better Design and Color for your Laptop.Now a days Laptops are available in many design and color.

10 > Graphics Property :-

The Graphics property is also most important factor.you can also add 1 graphics card in your laptop.If you are Gamer,Designer or Heavy user than you need more Graphics.

11 > Budget and Price :-

Choose a laptop that Price having in your budget.now a days laptops are coming with low price with a suitable features.Choose a Laptop that perfectly use for your work.

So,Here I Consider 11 Things that are help you to find a Best One Laptop for your use.

If You like this post than Share It With your friends.

www.facebook.com/hackzonetrick
www.facebook.com/groups/hackzonetrick

Wednesday, March 5, 2014

XP Hack!!!!! Recover Lost Administrators Password

















Hack!!!!! XP


Recover lost Administrator password



slightly more work needed if you loose or forgot the Windows XP administrators Password

1.First reboot Windows XP in safe mode by re-starting the computer and pressing F8 repeated as the computer starts up.

2.Then (in safe mode) click Start and then click Run. In the open box type "control userpasswords2" without the quotes - I have just used quotes to differentiate what you have to type.

3.You will now have access to all the user accounts, including the administrators account and will be able to reset the lost password.

4.Just click the administrators user account, and then click Reset Password.

5.You will need to add a new password in the New password and the Confirm new password boxes, and confirm by clicking OK.


All done, you have recovered the lost adminitrator's password!


www.facebook.com/hackzonetrick
www.facebook.com/groups/hackzonetrick