Thursday, October 27, 2011

Send e-mail from windows using windows script hosting.

Let me think...Yes it will definitely come in handy. No need to open gmail or yahoo or some other email clients to send an e-mail. If you are having an Internet Connection which is even slower than the ants crawling in the walls or you are having a bad day and you some important stuffs to send, then definitely this script will do your Job. Copy the below code to notepad and save it as email.wsf <job> <script language="VBScript"> Option Explicit On Error Resume Next Const fromEmail...

Get a copy of what you've shared on Facebook.

I know most of you would have tried this and downloaded. Well for starters, Facebook has provided a very good facility of Downloading your complete information what you've shared or posted until now in an archive format. Go to your Facebook Account -> Account Settings -> General. On General TAB, you can see the option Download Your data,,blah blah blah, Click on it and wait for sometime. Well...

Sunday, October 23, 2011

All about Internet Relay Chat(IRC)

IRC basically is a group chat or we can say more like a conference.It has many facilities like we can also have personal chats and send files option. Installing an IRC client.There are many IRC clients to opt for like chatzilla,mirc and many more.Here I am using chatzilla as IRC client and will show how to install and use it. Note:Chatzilla is just an Add-on,it mainly works on web browsers.I...

Change XP user's password,even if you are not an admin.

GO to RUN->Type CMD. Now Type:net user . A list with all the accounts name will be shown.Now type net user accountname * e.g. net user peter * Now enter the password.The password of user peter is now changed....

Remotely Shutdown other user's computer who are connected in the same network.

Go to RUN -> CMD Type: shutdown -i. A remote shutdown window will appear.Now enter the usernames in the box.You can directly add or browse the user names. Choose the appropriate choice from the list i.e shutdown,restart or in appropriate shutdown.Click OK Note:According to my experience,this will not work in the networks where there are network administrators. I have tried this in my college...

Friday, October 21, 2011

Experience the features of Windows 8 by installing it in Virtual Machine.

Let me tell you first,you should know that the user experience of windows 8 is gonna be completely different from the other previous version of windows. Just after Microsoft launched Vista Edition, most users were completely burned out because despite of the looks and features it was never better than the good old XP and pretty much the same case in case of windows 7 too.So if that makes you already...

Wednesday, October 19, 2011

Let your PC greet you with a welcome Tone.

Most of us must have seen the updates in facebook about know whether your computer is male/female?? Well i have just put it in a better format,as we have no interest in listening the same stuff again and again. So here is the code,open notepad and paste it: strtxt="Welcome Have A Nice DAY." set ObjVoice=CreateObject("SAPI.SpVoice") ObjVoice.Speak strtxt  and save it with .vbs extension.lets say greet.vbs Now go to Startup Manager,you can search it in the start menu itself(in windows 7).Click...

Sunday, October 16, 2011

Experience 3D view of your desktop.

Tired viewing the same lifeless desktop over and over.Well then download this beautiful software. BUMPTOP: It enhances your desktop with some pretty cool 3D views and the most interesting part is that it obeys basic physics laws. So enough explaining just go ahead and download from the link below. Explore yourself. Download BumpTop. wait for sometime download will begin automatically. Take a look...

How to post blank status in facebook?

Yep its true, facebook has a glitch and this enable us to post blank status in it. Well lets do it.Type: "@[0:0: ]" without the quotes in your status bar. Now you are good to go.Enjoy Posting blank....

Watch starwars in command prompt.

Go to: 1.Run type cmd. 2.Type: "telnet towel.blinkenlights.nl" without quotes. Wait for sometime then it will kick off. Enjoy watching. :D Note:Internet Connection is required. If you are using windows 7 then you have to enable Telnet manually. Go To: Control Panel-->Programs and features-->On the left panel click on "Turn Windows feature On or Off"-->wait for sometime,after finishing...

How to make private folder in windows.

By making a folder private in windows you are making sure that it remains private i.e it cannot be viewed,copied or deleted without proper rights. Lets see how we can do it? Go to CMD: Type: "cacls newfolder /E /P everyone:n" without quotes. Now the folder "newfolder" is private,no one can view,copy or delete it. If you want to reverse the process then Type: "cacls newfolder /E /P everyone:f" without quotes. Now its back to previous state. CACLS(Modify Discretionary Access Control List). cacls...

5 useful firfox Add-ons you must have.

Adblock-plus Fed up with the adds while surfing the web.Well this add-on is a life saver,surf smart,elegant and faster with this add-on.It blocks most of the adds. Note: If during browsing if it takes unusual time to open a web-site then click on the icon and select the option "Disable on this page"or "Disable on xyz.com"    FlagFox My personal favourite.It reveals the domain IP address,Server...

How to install windows 7 from USB stick via CMD.

1. Go To Run--- Type DISKPART. 2.Type LIST DISK.  A list will be shown....... e.g. DISK 0 ,DISK 1, DISK2  mark your pendrive disk ..... you can know your pendrive by seeing the size. 3.Type SELECT DISK 1/2/3 ........depending what it shows for your pen-drive in your system.  4.Type CLEAN. 5.Type CREATE PARTITION=PRIMARY. 6.Type SELECT PARTITION=1. 7.Type FORMAT FS=NTFS. wait...

Saturday, October 15, 2011

How to hide important datas behind pictures??

So you are just another user who has too many accounts and mostly you like to save your username and passwords in some text file.Here's the thing you can hide the text file in some random image. This Concept is called as STEGANOGRAPHY.    Go To: RUN->type cmd-> type: "copy /b my.jpg+new.txt secret.jpg" --without quotes -->enter. A new secret.jpg will be created.To view your .txt file just open this image in notepad. ...
 

Tech. Arcade Copyright © 2011