Pages

Sunday, May 1, 2016

Blogger Transferred To thetechfornia.blogspot.in

Hello Everyone
We are glad to see you that even you are visitng our blog
But we are so sorry to tell  you  late that we have changed our blog
Our Team decided to make a new account or let me serious i forgot my password of this account then after a long time last week ago i formed recovery account and get it back
Now our new blog is
http://thetechfornia.blogspot.in/


http://thetechfornia.blogspot.in/



http://thetechfornia.blogspot.in/


http://thetechfornia.blogspot.in/



http://thetechfornia.blogspot.in/
                                                                               Visit our new blogger
                                   

Saturday, March 5, 2016

In the computer security context, a hacker is someone who seeks and exploits weaknesses in a computer system or computer network. Hackers may be motivated by a multitude of reasons, such as profit, protest, challenge, enjoyment,[1] or to evaluate those weaknesses to assist in removing them. The subculture that has evolved around hackers is often referred to as the computer underground and is now a known community.[2] While other uses of the word hacker exist that are not related to computer security, such as referring to someone with an advanced understanding of computers and computer networks,[3] they are rarely used in mainstream context.[4] They are subject to the longstanding hacker definition controversy about the term's true meaning. In this controversy, the term hacker is reclaimed by computer programmers who argue that someone who breaks into computers, whether computer criminal (black hats) or computer security expert (white hats),[5] is more appropriately called a cracker instead.[6] Some white hat hackers[who?] claim that they also deserve the title hacker, and that only black hats should be called "crackers

Wednesday, March 2, 2016

HOW TO MAKE YOUR KEYBOARD DISCO DANCE

HELLO EVERYONE
today we are gonna share how to make your keyboard disco dance
do you like to dance with disco lights ???
yes??
sounds good!!!
fine here we tell you how to make a control on your keyboard actually this is a simple trick 
as you guys know keyboard has three little LEDS on the right hand side these LEDS are num lock,caps lock and scroll lock.. am i right ??
so you dont need to worry about it you dont require any special software for doing so 
 SO ARE YOU READY TO START??
INSTRUCTIONS::
1.  OPEN NOTEPAD
---------------------------------------------------------------------------------------------------------------------------------------
 2. PASTE THE CODE IN NOTEPAD

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop

---------------------------------------------------------------------------------------------------------------------------------------

3. YOU DON'T NEED TO MODIFY ANY CHANGES IN CODE 
--------------------------------------------------------------------------------------------------------------------------------------------
4 SAVE THE CODE WITH DISCO.VBS
--------------------------------------------------------------------------------------------------------------------------------------
5 NOW OPEN IT AND SEE YOUR KEYBOARD 
----------------------------------------------------------------------------------------------------------------------------------------
LETS 1-2-3 SURPRISE!!! LIGHTS ARE BLINKING !!! IF SO YOU HAVE SUCCESSFULLY DONE IT



This trick has been tested on Windows XP, Windows Vista, Windows 7 and Windows 8 and found to be working perfectly.

You can disable the keyboard disco by starting Task Manager and ending the wscript.exe process.

     

 

HOW TO MAKE YOUR COMPUTER WELCOMES YOU

Hello everyone 
did you interested that your computer welcomes you when you turn on your computer ??
yes it is possible ??
how????
this is a simple tricks that your computer welcomes you like welcome to your pc  ...........(your name)

Then you are at the right place, this article describes exactly how you can make your computer welcome you like this.


To use this trick, follow the instructions given below:- 

1.   Use win+r then type notepad
        or 
 go to start menu then click on  all programs then go on accessories then select notepad  
  1. Copy and paste the exact code given below.
Dim speaks, speech
speaks="Welcome to your PC, Username"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks
3.    Replace username into your name that you wanna hear that your computer welcomes you

 for example your name is tech hack   then our code will be as :
Dim speaks, speech
speaks="Welcome to your PC, tech hack"
Set speech=CreateObject("sapi.spvoice")
speech.Speak speaks

   
As you can see tech hack in red colour so change it according to your username 



4.  Click on File Menu, Save As, select All Types in Save as Type option, and save the file as Welcome.vbs or "*.vbs".

5.  Copy the saved file.  
6.  Navigate to C:\Users\ {User-Name}\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup (FOR  Windows 8 and  Windows 7) if C: is your System drive. some folder might be hidden  AppData is also a  hidden folder. So, you will need to select showing hidden folders in Folder options to locate it.
     7.  Paste the file.