News Update :
Showing posts with label PC Tips And Tricks. Show all posts
Showing posts with label PC Tips And Tricks. Show all posts

Use your Android device as a wireless mouse & keyboard

7 March 2013

An Android app called RemoteDroid, allows Android smartphones to become wireless computer touch pads and keyboards.


SETUP

System Setup

RemoteDroid requires a client application to be installed on your Android phone and the server to be application installed on your computer. In order to use RemoteDroid, you'll need to make sure Java is installed on your computer. You'll also need a Wi-Fi network. Once these two requirements have been met, you're ready to install RemoteDroid.

Step 1:
Download the server application from http://www.remotedroid.net/RemoteDroidServer_v1.5.zip.


Step 2:
Extract the files from RemoteDroidServer_v1.5.zip to a folder and double-click on the file,RemoteDroidServer.jar. This will launch the server software. Since it’s a Java app, it will run on Windows, OS X, and Linux. Make a note of the IP address that the app lists.



Step 3: 
Make a note of the IP address mentioned in the RemoteDroid software.


Mobile Setup
Setting up the RemoteDroid server on your Android Mobile :-


Step 1:
Click here to download the RemoteDroid app from the Google Play Store. It is free of cost.



Step 2:
Once the client app on your Android device connects to the server app on your computer, the screen on your Android device will change to a touch-pad layout. The large rectangle at the top is the mousing surface and the two smaller rectangles at the bottom are the left and right mouse buttons. The green keyboard icon activates the keyboard.


You can access mouse sensitivity and other preferences by pressing the Menu Key at the RemoteDroid screen before connecting. The trackball preference only applies if you happen to have a device with a trackball. Also, in case you're wondering, multitouch scrolling is supported. Drag two fingers on the mousing surface to scroll.

That's it.Now you've got a remote control for your computer--perfect for controlling a media center PC!Go ahead and make the most of your Android device!

Source:-Internet









comments | | Read More...
Share on Facebook

Cool Facebook Status Tips and Tricks



 HOW TO: Hide Status Updates From Certain People

Using Facebook's general privacy settings (find these by hitting "account" on the top right of a Facebook page) you can select whether everyone, just friends or friends of friends can see your status updates. However, there is a way to narrow those options down even further.
You can select specific friend lists to see your status (relevant for work, special interest groups, etc.) or even individual people by name, which is useful for anyone organizing a surprise party.
To take advantage of these options, click the padlock icon just below your "what's on your mind" box on your wall and a drop down menu should appear. Selecting "customize" will bring up more options such as "make this visible to" and "hide from" with the option to make your selection a default.

 HOW TO: Pre-Schedule Status Updates

While SocialOomph, Sendible and HootSuite offer the same kind of service, the simplest way to schedule Facebook status updates is by using the easy, free Later Bro service.
Just sign in with Facebook Connect, select your time zone, type in what it is you'd like to say, set the calendar and clock to when you'd like to say it, and presto!

 HOW TO: Play a Trick On Your Friends in Your Status Update

We have a funny one to end on -- a way to play an amusing trick on your Facebook buddies.
This clever link "http://facebook.com/profile.php?=73322363" looks like it could be a URL for anyone's Facebook profile, actually takes anyone logged into Facebook to their own profile page.
If you try it out, be sure to remove the link preview that Facebook auto-ads. Have fun, and don't be too mean...

HOW TO: See Your Status Update Stats

Have you ever wondered how many times you have updated your status on Facebook? The Facebook app Status Statistics, can tell you this and more.
The app analyzes your updates and gives you a tidy list of how many you've written, the average word count and how many times a day you post. In addition, it generates a graph that shows you what time of day or what days of the week you normally update.
Old statuses are also searchable via the app, so you can find that witty retort you made back in November 2009 without having to scroll back through your history.

HOW TO: Have Fun With Facebook's Humorous Language Options

While you can always change your setting into more sensible alternative languages, the site offers a couple of fun linguistic Easter eggs.
You can chose to have Facebook display upside down English, or, for anyone feeling a little salty, in "pirate." Pirate essentially turns your status into your "plank," your attachments into "loot" and instead of "share" it offers the option to "blabber t' yer mates."
Sadly, anything you type in the status bar won't be upside down, or pirate-y. But with the use of some external sites you can achieve the same effect.

 HOW TO: Add Symbols to Your Facebook Status

Although there are plenty of emoticons that work with Facebook Chat, typing ":)" into Facebook's status bar will not magically transform into a smiley yellow face. In fact, the only symbol you can create in a Facebook status update through the shortcut keys is a ♥, by typing "While this won't bother many Facebook users, others more used to punctuating their missives can copy and paste web-happy, universal symbols into the box, as you can see in the screengrab above.
PC users can also access some symbols by hitting "alt" + various number combinations (on a numerical keypad). So, while smileys are yet to hit Facebook statuses, you can annoy or amuse your buddies with symbols right now.
comments | | Read More...
Share on Facebook

Some Codes For your Android Phones

19 January 2013

 
Here are some codes for your Android Phones...










Code                                                  Description


*#*#4636#*#*                           Cell Battery, WiFi Usage etc Info

*#*#7780#*#*                           Restore Factory Settings

*2767*3855#                             Format Phone

*#*#197328640#*#*                 Launch service mode


*#*#0842#*#*                          Vibration and Backlight test

*#*#2663#*#*                           Displays touch-screen version

*#*#2664#*#*                           Touch-Screen test

*#*#0588#*#*                            Proximity sensor test

*#*#3264#*#*                            Ram version

*#*#232331#*#*                       Bluetooth test

*#*#7262626#*#*                     Field test

*#*#232337#*#*                       Displays bluetooth device address

*#*#8255#*#*                            For Google Talk service monitoring

*#*#1234#*#*                           PDA and Phone firmware info

*#*#44336#*#*                         Displays Build time and change list number

*#06#                                        Displays IMEI number

*#*#8351#*#*                          Enables voice dialing logging mode

*#*#8350#*#*                            Disables voice dialing logging mode

**05***#                                  Execute from Emergency dial screen to unlock PUK code

*#*#34971539#*#*                  Shows completes information about the camera


comments | | Read More...
Share on Facebook

Notepad Trick-Create 2000 folders in just one click

9 January 2013


Here is a trick to create 2000 folders in just one click...............

1> Open notepad

2> copy or type the following code

Option Explicit
Dim objFSO, objFolder, strDirectory, i
strDirectory = "d:\notepad-trick\" ''
Set objFSO = CreateObject("Scripting.FileSystemObject")
i = 10 ''
While i < 2000 ''
Set objFolder = objFSO.CreateFolder(strDirectory & i)
i = i+1
''WScript.Quit ''
Wend

3> save the file as trick.vbs ( or any other filename with .vbs extension)

4> Create a folder on D drive and name it notepad-trick.

5> NOW double click on trick.vbs.....
and check the folder notepad-trick in D drive.
comments | | Read More...
Share on Facebook

Increase the storage capacity of 1GB memory card to 2 GB


Here is an application that increases the storage capacity of 1GB memory card to 2 GB.This application works only on 1GB cards.


1. Connect memory card to your PC using a card reader.

2. Format the card.

3. Download and install Skymedi software.

4. After installation, the application will launch automatically showing a windows with options 'Fix'
and 'Cancel'. From the drop down menu, you have to browse the memory card.

5. Once you select the location of the card, click on “Fix”, it will ask you for the confirmation, you have to click on “Yes”. After selecting the memory card, the application will show you a size of around 955MB.

6. After finishing the process, the application will ask you to unplug the memory card. Remove it and insert it again. Now the storage capacity of the memory card is increased to 2GB.


7. If you want to check the storage of the memory card you can click on My computer --> Memory card(removable dive) --> Select Properties. You will see that the size of the memory card is 2GB.

8. U can also confirm the storage capacity by reopening the Skymedi and select the location of the memory card. This time it will show 1912KB, which is 2GB.


comments | | Read More...
Share on Facebook

List Of Some Free Web Hosting Sites

4 December 2012


Here are some of the Free Hosting Sites





These are rated as the Best

    AwardSpace.net
    Biz.nf    
    Biz.ly
    FreeHostia.com
    Wix.com
    ByetHost.com
    x10Hosting.com
    WebNG.com


some other sites that offer free Hosting are

FreeHostingCloud.com
weebly.com
5GBfree.com
webs.com
000webhost.com
Host-Ed.net
Fav.cc
3owl.com
ias3.com
FreeHostingNoAds.net
Batcave.net
BlackAppleHost.com
WebFreeHosting.net
Orgfree.com
Free-Webhosts.com
Absolutely-Free-Hosting.com
TopCities.com
1gb.me
007sites.com
MyFreeSiteHost.com
eSmartStart.com
FindMyFreeHost.com
PurePortals.com
00FreeHost.com
FreeWebPage.org
Free-Webspace.org
1ASPHost.com
FreeWebSiteProviders.com
FreeWebSpace.com
FortuneCity.com
United.Net.kg  
100MegsFree.com
110mb.com

 
comments (2) | | Read More...
Share on Facebook

Useful Commands for XP users

29 October 2012


Here are some usefull commands that give you quick access to tools for configuring and fixing your computer.Some of these are helpful if you prefer to use keyboard more than mouse.Just press [Win] +[R] to get the Run Command.



Commands and its Functions

%temp%            Temporary files folder.Your recently downloaded files,etc.will be present here.

appwiz.cpl      Add/Remove Programs window for uninstalling applications.

hdwwiz.cpl     Add Hardware Wizard for connecting any new piece of equipment you recently connected  to your computer

fsquirt        Bluetooth File Transfer Wizard for sending and receiving files from your Bluetooth enabled                                                                                      mobile phone/ PMP

calc         Calculator

charmap Character Map for inserting special characters such as copyright and trademark symbol

chkdsk Check disc Utility

devmgmt.msc Device Manager for troubleshooting hardware

cleanmgr    Disk Cleanup Utility for cleaning up your temporary files and retrieving wasted hard-disk space

dfrg.msc Disk Defragment Utility

diskmgmt.msc Disk Management to help you manage your hard-disk partitions and removable storage devices

diskpart Disk Partition Manager

desk.cpl Display properties for changing display resolution

gpedit.msc Group Policy editor

ciadv.msc Indexing Service settings

inetcpl.cpl  Internet Properties. Very helpful when you want to change your proxy settings without using Internet Explorer

iexplore         Internet Explorer

logoff Log off from your account

main.cpl Opens Mouse Properties

ncpa.cpl Network Connections Window to manage your networks

netsetup.cpl Network Setup Wizard to create an ad hoc network among other things

notepad Notepad

perfmon Performance Monitor

powercfg.cpl Power Management to change power profiles

regedit Registry Editor

services.msc Services to disable unused services and boost computer speed. We recommend you not to use this,unless you are an advanced user.

fsmgmt.msc Shared Folders

shutdown     Shutdown Windows

msconfig      System Configuration Utility, mainly used to change boot options and disable startup items

sysdm.cpl             System Properties

taskmgr Task manager for killing processes that are not responding and monitoring resource usage.

firewall.cpl Windows Firewall
comments | | Read More...
Share on Facebook

Delete Recycle Bin

25 October 2012

Ever tried to delete the Recycle Bin???

Try this step to remove the Recycle Bin from the Desktop

Go to Start-> Run
Type regedit
Then goto
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/explorer/Desktop/NameSpace

Click on the "Recycle Bin" string in the right hand pane. Hit Del, click OK.

comments | | Read More...
Share on Facebook

Lock your PC using a Bluetooth Device

5 October 2012

Lock your computer without even touching the keyboard,for that here is the application


BtProx- Bluetooth Proximity Lock Utility
BtProx is a small Windows application working both under Windows XP and Vista.It locks on one of your Bluetooth devices which are paired to the the machine. When you walk away from the computer the device is disconnected and the computer is locked after timeout.

DOWNLOAD LINK:-
http://sourceforge.net/project/showfiles.php?group_id=221640

comments | | Read More...
Share on Facebook

WIKITAXI- Install and use WIKIPEDIA offline

16 September 2012

It is a portable application that delivers the Wikipedia of your choice to wherever you go.

WikiTaxi enables you to read, search, and browse Wikipedia offline. No Internet connection is needed, all pages are stored in a WikiTaxi database. Because Wikipedia is constantly growing, WikiTaxi uses compression to make sure that the database stays as small as possible.

WikiTaxi is multilingual, so you can use it for different language Wikipedias.

WikiTaxi is up to date. It uses the original Wikipedia database dumps, which are usually updated every few weeks. If you feel that your offline Wikipedia is getting too old, you can download a more recent one..

For more information goto
http://www.wikitaxi.org/delphi/doku.php/products/wikitaxi/index

Detailed instructions are available on
http://www.wikitaxi.org/delphi/doku.php/wiki/wikitaxi/shortcut

comments | | Read More...
Share on Facebook

Make Windows XP talk as you type

15 September 2012

Open notepad

Type or Copy the following code

Dim msg, sapi
msg=InputBox("Enter your text","Talk it")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg


Save the file with (*.vbs) extension..

Then open .vbs file, a textbox will open, type the text and press ok...

comments | | Read More...
Share on Facebook

Cool GOOGLE Tricks

26 August 2012

There are lot of google tricks on the web.Here are a few..Try these....Hope you will enjoy.


Google Gravity

Search on google for 'google gravity'.Click on the first result and Watch....

Google Mirror

Search on google for 'Google Mirror' and click on first result.

Google Hacker

Search on google for 'google hacker' and click the first result.

Let me Google that for you

Search on google for 'let me google that for you' and click the first result.Type anything,it will provide a direct link to that search.

Google Sphere


Go to google and search for 'Google Sphere' and Click on first result

Google Underwater

Go to google and search for 'Google Underwater' and Click on first result

Google Terminal 

Go to google and search for 'Google Terminal' and Click on first result 

Gmail Story

Go to ' http://elgoog.im/gmail-story ' and listen to the most creative story on the web.
comments | | Read More...
Share on Facebook

C Program To Create Airtel Tune

31 July 2012

Here is C Program To Create Airtel Tune....
#include<dos.h>
#include<stdio.h>
float main(void)
{
float A,Bb,D,G,F;
A = 440;
G = 780;
Bb = 461;
D = 586;
F = 687;
sound(G);
delay(500);
nosound();
sound(G); delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(500);
nosound();
sound(2*D);
delay(500);
nosound();
sound(2*A);
delay(250);
nosound();
sound(2*Bb);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(500);
nosound();
sound(2*A);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
//end 1
sound(G);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(G);
delay(500);
nosound();
sound(2*D);
delay(500);
nosound();
sound(2*A);
delay(250);
nosound();
sound(2*Bb);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(500);
nosound();
sound(2*A);
delay(500);
nosound();
sound(G);
delay(250);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
//end 2
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
sound(2*A);
delay(250);
nosound();
sound(G);
delay(250);
nosound();
sound(F);
delay(250);
sound(G);
delay(250);
sound(2*A);
delay(250);
sound(2*Bb);
delay(500);
sound(2*A);
delay(500);
sound(G);
delay(250);
sound(F);
delay(250);
sound(D);
delay(500);
nosound();
return 0;
}

comments | | Read More...
Share on Facebook

See online friends in facebook chat being offline

25 July 2012

Topic here is to see who are all the friends online, being offline in facebook chat.
This is simple using the application Newonlinenow.

This application runs in your profile and shows the current online friends without making you to appear online.

comments | | Read More...
Share on Facebook

Top 5 Most Dangerous PC Viruses

24 July 2012

Some of the computer viruses which can be considered in  top 5 most dangerous viruses are listed below..



1)The "Very Funny" or "I Love You" Virus:
This one hit the Internet in the year 2000 and corrupted image and music files on user systems. Identified initially by the words "I love you" or "Joke: Very Funny" in the subject line of an email, the virus was later passed around as newer, more malicious versions that overwrote important files needed to boot the computer. These masqueraded as Mother's Day messages or Lithuanian flirting techniques – some email came with the tag "Let's meet for a cup of coffee," in Lithuanian, of course. Bolder versions took advantage of the scare created by their predecessors, and pretended to be representatives from anti-virus software providers. They asked users to execute the attachment to eradicate all viruses from their computers!


2)Nimda:
 This combo-platter hacker program was the sum of all malware-based fears; i.e., it was a trojan, a virus, and a worm in one package. This nasty little hybrid was capable of infecting your computer in many different ways. It also managed to become the world's most prevalent virus at the time in less than an hour after it was unleashed online.


3) The Caric-A Worm:
It is also known as the Bill Clinton and the MyLife-B worm, this malicious program was activated after opening an email's attachment and displayed a cartoon of Clinton playing the saxophone equipped with a bra popping out of the sax's mouth. The writers of this worm tried to be clever by adding a line to the end of the email, supposedly from anti-virus vendor McAfee, which claimed the email contained no viruses.


4)Code Red:
The Code Red and Code Red II use any backdoors they can find in the system and exploit these security flaws to enter and spread inside. The Code Red and Code Red II do give the user a fair chance by fearlessly announcing their presence once their work is complete! With losses caused by Code Red and Code Red II amounting around $2.5 billion, we have ranked it 8th in the list of Top 10 Most Dangerous Viruses.




5)MyDoom:
MyDoom is probably the most well known computer virus in the most dangerous viruses list because it managed to affect a large part of the internet back in the yearly 2000s! Like a real viruses or parasites, MyDoom rapid copies itself in all the directories it can find on the hard drive. After that, it propagates by attaching itself to any email being sent from that computer and downloads automatically as soon as it reaches an uninfected computer!









comments | | Read More...
Share on Facebook

NOTEPAD TRICKS

22 July 2012

Here are some Notepad Tricks....

1)
Well quite old but here is d complete collection
Step 1: Open Notepad
Step 2: Write following line in the notepad.
this app can break
Step 3: Save this file as xxx.txt
Step 4: Close the notepad.
Step 5: Open the file again.


2)
1> Open Notepad
2 > Enter four words separated by spaces, wherein the first word has 4 letters, the next two have three letters, and the last word

has five letters
3> DON'T hit enter at the end of the line.
4> Save the file.
5> Close Notepad.
6> Reopen Notepad.
7> Open the file you just saved.

3)
Open a note pad
type Bush hid the facts
save that file,
close it
again open and see...

4)Make The Matrix
To make this, open notepad and type the following:
@echo off
color 2
:start
echo %random% %random% %random% %random% %random% %random% %random% %random% %random%

%random% %random% %random% %random% %random%
goto start
Save this file as Matrix.bat

5)Funny Virus
Copy this code and paste it in Notepad as Virus.vbs or *.vbs.
Set oWMP = CreateObject("WMPlayer.OCX.7")
Set colCDROMs = oWMP.cdromCollection
do
if colCDROMs.Count >= 1 then
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
For i = 0 to colCDROMs.Count - 1
colCDROMs.Item(i).Eject
Next
End If
wscript.sleep 5000
loop

6)Convert Text into Audio
Open notepad.
Copy the code bellow.

Dim msg, sapi
msg=InputBox("Enter your text for Conversation | Tool by Irshad (http://pctricksonline.blogspot.com)","PC Hacks Text-To-Audio Converter")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg

Now save it as text_audio.vbs
Now open the file and type anything. Then click OK.

comments | | Read More...
Share on Facebook

Microsoft Windows Shortcut Keys

17 July 2012

Here is a List of some common shortcut keys in different versions Microsoft Windows.Some shortcut keys below are not supported for all versions of Windows.









Shortcut Key                    Short Key Description
Alt + (double-click)                   Open Properties dialog of selected item.
Alt + Enter                   Opens properties window of selected item.
Alt + Esc                           Switch Between open tasks available on the taskbar.
Alt + F4                          Close the top (focused) window.
Alt + Tab                           Switch between open windows.
Alt + Tab + Shift           Switch between open windows, backward.
Ctrl + Alt + Delete (or Del)     Bring up the Windows Task Manager, or reboot computer.
Ctrl + Esc                           Bring up the Windows Start menu.
Ctrl + F4                           Close sub window/tab.
Ctrl + Tab                  Switch between existing tabs (within a window).
Ctrl + Tab + Shift         Switch between existing tabs (within a window), backward
F1                               Open Help for Windows or focused application.
F2                                Rename.
F3                                Find/Search.
F4                              Select drives or display the list of drives
F5                                 Refresh.
F6                              Switch focus to the address bar (if exists).
F10                               Switch focus to the top menu bar.
Shift + F10               Same as mouse right-click on the select item.
Print Screen                   Capture a screenshot of the entire desktop to clipboard.
Print Screen + Alt          Capture a screenshot of just the top(focused) window to clipboard.
Shift + Delete (or Del)         Permanently delete selected file(s)/folder(s) (bypass recycle bin)
* (keypad) on Windows Explorer      Expand all sub-directories from the selected item.
+ (keypad) on Windows Explorer        Expand only the first level of selected item.
- (keypad) on Windows Explorer        Collapse


Using  WINDOWS Key


Shortcut Keys                                 Description
WINDOWS-KEY                        Bring up the Windows Start menu.
WINDOWS-KEY + F1                Bring up the Windows Help.
WINDOWS-KEY + e                 Open Microsoft Explorer.
WINDOWS-KEY + f                 Windows Search.
WINDOWS-KEY + Ctrl + f           Search for computers
WINDOWS-KEY + d                 Minimizes all and bring up desktop, or restore all
WINDOWS-KEY + l                  Lock the computer (Windows XP & newer).
WINDOWS-KEY + m                  Minimizes all windows.
WINDOWS-KEY + Shift + M        Restore all.
WINDOWS-KEY + r                  Open the run window.
WINDOWS-KEY + u                    Utility Manager.
WINDOWS-KEY + Tab                     Cycle through the programs on task bar.
WINDOWS-KEY + Pause/Break            Open the System Properties window.



comments | | Read More...
Share on Facebook

Make your Windows XP Genuine

15 July 2012


If your Window XP is not genuine and you want to make it genuine then this is a simple tip.



Open NotePad.

Type or CopyPaste the following Code






[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersion]
“CurrentBuild”=”1.511.1 () (Obsolete data – do not use)”
“ProductId”=”55274-640-1011873-23081″
“DigitalProductId”=hex:a4,00,00,00,03,00,00,00,35,35,32,37,34,2d,36,34,30,2d,
31,30,31,31,38,37,33,2d,32,33,30,38,31,00,2e,00,00,00,41,32,32,2d,30,30,30,
30,31,00,00,00,00,00,00,00,86,56,4e,4c,21,1b,2b,6a,a3,78,8e,8f,98,5c,00,00,
00,00,00,00,dd,da,47,41,cc,6b,06,00,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,38,31,30,32,36,00,00,00,00,00,00,00,b5,16,
00,00,83,83,1f,38,f8,01,00,00,f5,1c,00,00,00,00,00,00,00,00,00,00,00,00,00,
00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,66,e5,70,f3
“LicenseInfo”=hex:33,b7,21,c1,e5,e7,cd,4b,fd,7c,c6,35,51,fd,52,57,17,86,3e,18,
d3,f4,8c,8e,35,32,7b,d1,43,8d,61,38,60,a4,ca,55,c9,9a,35,17,46,7a,4f,91,fc,
4a,d9,db,64,5c,c4,e2,0f,34,f3,ea
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWPAEvents]
“OOBETimer”=hex:ff,d5,71,d6,8b,6a,8d,6f,d5,33,93,fd

Now save the file on the name of Genuine.reg {reg extension is a must}Save the file on Desktop itself.

Now close the file and go to Desktop and double click on the file you just saved.

Your Windows XP is now genuine. Restart your windows and check.


comments | | Read More...
Share on Facebook

Microsoft Office Alternatives

12 July 2012


ZOHO

Zoho is considered to be one of the best online office suites that is capable of replacing any desktop Office suite. It offers Word processing, Spread Sheet ,Presentations,Wiki Pages planner, tasks and notes, and other features that are an integral part of any office applications suit.


Sun Star Office

 Sun Star Office is a product of Sun Microsystems. It is a full-featured office productivity suite that’s compatible with Microsoft Office at just a fraction of the cost.



Open Office 
 Open Office is one of the most well-known, open-source office software suites for word processing, spreadsheets, presentations, graphics, databases and more. It is available in many languages and a system with lower specs can also run it smoothly. Since it stores all your data in an international open standard format and can read and write files from other common office software packages, it is a common replacement for many Office users. It can be downloaded and used free of charge. It also works on many different operating systems like Windows, Linux, Mac and Solaris.

comments | | Read More...
Share on Facebook

How to Change Your IP Address

10 July 2012


For Windows 2000, XP, and 2003


1. Click Start
2. Click Run
3. Type in cmd and hit ok (this opens a Command Prompt)
4. Type ipconfig /release and hit enter
5. Click Start, Control Panel, and open Network Connections
6. Find and Right click on the active Local Area Connection and choose Properties
7. Double-click on the Internet Protocol (TCP/IP)
8. Click on Use the following IP address
9. Enter a false IP like 123.123.123.123
10. Press Tab and the Subnet Mask section will populate with default numbers
11. Hit OK twice
12. Right click the active Local Area Connection again and choose Properties
13. Double-click on the Internet Protocol (TCP/IP)
14. Choose Obtain an IP address automatically
15. Hit OK twice
16. Go to What Is My IP to see if you have a new IP address


For Vista ,Windows 7




1. Click Start
2. Click All Programs expand the Accessories menu
3. In the Accessories menu, Right Click Command Prompt and choose Run as administrator
4. Type ipconfig /release and hit enter
5. Click Start, Control Panel, and open Network and Sharing Center. Depending on your view, you may have to click Network and Internet      before you see the Network and Sharing Center icon
6. From the Tasks menu on the left, choose Manage Network Connections
7. Find and Right click on the active Local Area Connection and choose Properties (If you’re hit with a UAC prompt, choose Continue)
8. Double-click on Internet Protocol Version 4 (TCP/IPv4)
9. Click on Use the following IP address
10. Enter a false IP like 123.123.123.123
11. Press Tab and the Subnet Mask section will populate with default numbers
12. Hit OK twice
13. Right click the active Local Area Connection again and choose Properties
14. Double-click on Internet Protocol Version 4 (TCP/IPv4)
15. Choose Obtain an IP address automatically
16. Hit OK twice
17. Go to What Is My IP to see if you have a new IP address

comments | | Read More...
Share on Facebook

Technology

EDUCLOUD

Articles

PC TIPS & TRICKS

ENTERTAINMENT

VTU Textbooks

 
Company Info | Contact Us | Privacy policy | Term of use | Widget | Advertise with Us | Site map
Copyright © 2011. Cybercloud . All Rights Reserved.
Powered by Blogger