Sunday, 29 December 2013

IRCTC Tatkal Ticket Booking Technique


Try the following steps:

Step 1-> Try to login before 10 am in your irctc account , let say at 9:50 am
               Before 10 am if you try to login it will logged you in successfully..
Step 2-> Now You will be redirected to "Plan my travel" page
               fill the required details and ticket type - "tatkal"
               You may redirected to next generation booking page
             

Step 3-> In this Page You can see the Timer is running at the corner (see image)
                                            
                                            


Step 4-> Wait for 10 am .. In between keep clicking on Submit button on some 
               interval of time until 10 am .
               As you will see your timer is keep decreasing .... here is the trick
Step 5-> click F12 - inspect element will be open - click on console 
               and paste this code 
               $('#ctimer').html(100);
               press Enter
               You will see your timer time is now 100 sec .
Step 6-> Repeat step 5 when your timer is around 30 sec
Step 7-> At 10 am click on "Book Now" You will redirected to the passenger details page
               Fill the information 
Step 8-> click next and choose payment type n do the payment
               
NOTE : IF you are not redirected to this next generation page then this trick will not work
              Don't try to increase timer to 1000 sec or 500 sec . You'll be redirected to login page

Hope this trick will help you people to book your online tatkal ticket 
                           

Thursday, 19 December 2013

Windows 7 /8 admin password change using Guest Account

Step-1 Go to C:/windows/system32.
Step-2 Copy cmd.exe and paste it on desktop.
Step-3 Rename cmd.exe to sethc.exe.

Step-4 Copy the new sethc.exe to system 32,
           when windows asks for overwriting the file,then click yes.
Step-5 Now Log out from your guest account and at the user select window,
            press shift key 5 times.
Step-6 Instead of Sticky Key confirmation dialog,command prompt with
             full administrator privileges will open.
Step-7 Now type “ NET USER ADMINISTRATOR "new pass" can be any password you
            like and press enter.
Step-8 You will see “ The Command completed successfully” and then
            exit the command prompt and login into administrator with your
             new password.