Archive for 11/03/10
Many current CD/DVD burning software support the bootable feature. If you already have your favorite burning software, look around to find the bootable option. For this article, I will use the steps and sample screen-shots with the burning tool called Nero.
You will need a boot disk (floppy) or a bootable ISO image to start. If you don't have one, you can download an ISO image here. This boot image is Windows-98 based, which means it uses the Windows 98 bootup sequence, which should do what we need. You can also download different boot disk images from the internet. I've found bootdisk.com has a very good collection.
I assume that you already have Nero installed. Also, it is highly recommended to use a rewritable disc so you can redo the process if you have to.
Launch Nero Burning ROM
At the New Compilation Window, select "CD" from the drop-down menu and select "CD-ROM (Boot)" for CD, (or select "DVD" and "DVD-ROM (Boot)" for DVD)
If you use a bootup floppy disk, insert the floppy disk and select "Bootable logical drive....."
If you use an image file, select "Image File" then click "Browse" to browse to the image.
At the "Open" Window, browse to the location where you saved the boot image and choose the image you wish to use and click "Open" (you might need to change the "Files of type" to "All Files" in order to see files with different extensions.)
Click "New" at the New Compilation Window.
Nero New Compilation Window disappears and Nero brings up its main screen where you can add more files to the CD/DVD if you wish. For example, adding a "ghost" folder with the file "ghost.exe" as follows.
Once you're done adding all the files you wish to, click on the "Burn" icon.
At the "Burn Compilation" Window, select "Burn"!
To create a own message box please follow these step :-
1. Open the notepad.
2. Write this format as given below
X = MsgBox ("write your message",48,"message box name")
3. Save the file with .vbs extension. for example :- message.vbs.
4. Then open the file and you will get your own message box.
If u want to crack windows password u have to follow these step
1. Reboot ur system n put windows cd
2. Go to repair mod.
3. When the repair r in process press shift + F11 or shift + F12
4. Then a console will appear write this cmd
5. Musrmgr.cpt or lusr.msc
6. Using this cmd u will change ur password.
cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303 09D}" 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-08002B303 09D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303 09D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==Type YOUR PASSWORD goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303 09D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303 09D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End s
how to execute this.......
Open a notepad copy and paste the above code and save it as anything.bat then click it.
now a new folder is created in the same directory named LOCKER copy and paste all your data whatever you want to lock into this folder
as you finish pasting now it's time to lock your folder
go to that anything.bat file double click it it will as you
want to lock this folder type Y OR N (y for yes N for NO)
Now your folder is locked
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303
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-08002B303
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==Type YOUR PASSWORD goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B303
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End s
how to execute this.......
Open a notepad copy and paste the above code and save it as anything.bat then click it.
now a new folder is created in the same directory named LOCKER copy and paste all your data whatever you want to lock into this folder
as you finish pasting now it's time to lock your folder
go to that anything.bat file double click it it will as you
want to lock this folder type Y OR N (y for yes N for NO)
Now your folder is locked
To create a shortcut on your desktop to lock your computer: Right-click the desktop. Point to New, and then click Shortcut. The Create Shortcut Wizard opens. In the text box, type the following: rundll32.exe user32.dll,LockWorkStation Click Next. Enter a name for the shortcut. You can call it "Lock Workstation" or choose any name you like. Click Finish.

