Search This Blog

Pages

Saturday, March 6, 2010

Playstation on PC

Play ps1 games on your computer.

Follow these steps-->

1)Download the emulator "epsxe" from the   net.

2)Install it

Look like:


3)Download the latest bios & plugings for   it.They are availaible easily on net.

4)copy all the downloaded bios file into the bios folder of installed epsxe.

5)copy all the downloaded plugins file into the plugins folder of installed epsxe.


It will look like:



6)Start epsxe.exe

It look like:


7)Goto Config-->Wizard Guide

Look like:

8)Click on config

9)Choose the recommended one.

Look like:

10)Choose next.Repeat process 9 until you are asked for Configuring the cd-rom.

11)In Configuring the cd-rom,choose Linuzappz Iso Cdr Driver 1.4(version may vary).

12)click on config button

13)click on select iso.choose the iso you want to play.click on ok.

14)Click on next

15)Click on controller1 button and make your desired settings

16)Click on next

17)click on done

18)Goto File

19)Choose run-iso

20)Select your iso


21)Game will be played.

Friday, March 5, 2010

Create Talking software

Follow these steps-->

  • Open Notepad
  • Write this code
Dim msg, sapi
msg=InputBox("Enter your text")
Set sapi=CreateObject("sapi.spvoice")
sapi.Speak msg
 

  • Save it as talk.vbs
  • open it
  • Anything you enter in textbox & click ok will be spoken.
  • Done

Thursday, March 4, 2010

Make your own cmd

Make Your Own Command Prompt :
Follow these steps—>
  • Copy the following script in noteped–>
    Quote:
    code(surrounded by [])@echo off
    cls
    :loop
    set command=
    echo ——————————–
    chdir
    set /P command=”Prompt: ”
    echo ——————————–
    %command%
    goto loop
  • Save the file as cmd.bat.
  • Done

Wednesday, March 3, 2010

Re-enable your Registry,Taskmanager

Follow these steps-->




Reenable Registry editor-->



Goto start > run



Type this or copy and paste this to your run command line..



REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0



Reboot





Reenable Task manager-->



Click Start -> Run. Type in "regedit" (no quotes) and hit Enter.



Search for HKEY_CURRENT_USER -> Software \ Microsoft \ Windows \ CurrentVersion \ Policies \ System.



Look for: DisableTaskMgr. Double Click on it.



Change the value in "value data" coloumn to 0



Close RegEdit



Reboot

Thursday, February 25, 2010

Remote Desktop Connection

For performing Remote Desktop Connection follow these steps(for Windows 7)--->

  • Press window key+break
  • Goto Advanced system settings
  • Goto Remote tab
  • Check the option saying "Allow Connection from computer running any version of remote desktop"
  • Click on Apply & then on ok
  • Goto Start->All programs->Accessories
  • Select Remote Desktop Connection
  • Enter the ip address of person you want to connect
  • Click on Connect
  • Enter the desired username & password
  • Click on ok
  • Remote Desktop Connection is made

Note-->The computer which you want to connect through Remote Desktop must have a Login

Password(mandatory)

Alternative-->

if you want to save yourself with this long process then download Teamviewer.

But the limitation is it must be installed on both the computer ie the one connecting & the one being connected.

SPDY:Experimental Protocol for faster web

It is under Chromium Project.

SPDY--

SPDY (pronounced "SPeeDY") is an application-layer protocol for transporting content over the web, designed specifically for minimal latency.In lab tests, the performance of these applications are compared over HTTP and SPDY, and have observed up to 64% reductions in page load times in SPDY.

Some of the features of HTTP that inhibit optimal performance:
  • Single request per connection.
  • Exclusively client-initiated requests.
  • Redundant headers.
  • Optional data compression.

Goals for SPDY--

The SPDY project defines and implements an application-layer protocol for the web which greatly reduces latency. The high-level goals for SPDY are:
  • To target a 50% reduction in page load time. Our preliminary results have come close to this target (see below).
  • To minimize deployment complexity. SPDY uses TCP as the underlying transport layer, so requires no changes to existing networking infrastructure.
  • To avoid the need for any changes to content by website authors. The only changes required to support SPDY are in the client user agent and web server applications.
  • To bring together like-minded parties interested in exploring protocols as a way of solving the latency problem. We hope to develop this new protocol in partnership with the open-source community and industry specialists.

Some specific technical goals are:
  • To allow many concurrent HTTP requests to run across a single TCP session.

  • To reduce the bandwidth currently used by HTTP by compressing headers and eliminating unnecessary headers.

  • To define a protocol that is easy to implement and server-efficient. We hope to reduce the complexity of HTTP by cutting down on edge cases and defining easily parsed message formats.

  • To make SSL the underlying transport protocol, for better security and compatibility with existing network infrastructure. Although SSL does introduce a latency penalty, we believe that the long-term future of the web depends on a secure network connection. In addition, the use of SSL is necessary to ensure that communication across existing proxies is not broken.
  • To enable the server to initiate communications with the client and push data to the client whenever possible.

SPDY FEATURES--

SPDY adds a session layer atop of SSL that allows for multiple concurrent, interleaved streams over a single TCP connection.

The usual HTTP GET and POST message formats remain the same; however, SPDY specifies a new framing format for encoding and transmitting the data over the wire.


Make header files in c

You can easily make a header file in c by following these steps:

1)open turbo c

2)Go to File->New

3)write all the header files & functions(except main) which you want in ur header files in the program.

4)Save it in Directory\tc\include\filename.h

5)filename is your desired header file name.Remember to save with filename.h extension.

6)Now open any new program

7)Include the header file u just made.

Example:

my.h:

#include

void fun()

{

printf("Hello");

}

in my case saving as--c:\tc\include\my.h

Check.c:

#include

void main()

{

fun();

}

Star Wars in xp

You can watch star wars in xp through telnet.

just follow these steps

1)go to start

2)select run

3)type telnet

4)windows open

now type o

now type telnet towel.blinkenlights.nl

5)Enjoy the star wars

Web page editing

check this out:

just copy this javascript in your browser andd you will be able to edit any webpage-->

  • javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0

now you are able to edit the page on client side.

Play with Firefox

Copy Paste This In Ur Firefox Browser

  • chrome://global/content/alerts/alert.xul :: And Let The Show Begin
  • chrome://browser/content/browser.xul :: Opens another Firefox inside a tab in the the existing Firefox window.
  • chrome://browser/content/preferences/preferences.xul :: Opens the Options dialog box inside the Firefox tab.
  • chrome://browser/content/bookmarks/bookmarksPanel.xul :: Opens the eBook Marks Manager inside a tab in the Firefox window.
  • chrome://browser/content/history/history-panel.xul :: Opens the History Panel in the Firefox tab.
  • chrome://mozapps/content/extensions/extensions.xul?type=extensions :: Opens the Extensions window in the current tab.
  • chrome://browser/content/preferences/cookies.xul :: Opens the cookies window inside a tab in the Firefox window.
  • chrome://browser/content/preferences/sanitize.xul :: Opens the Clear Private Data window inside the current tab.
  • chrome://browser/content/aboutDialog.xul :: Opens the About FirefoxDialog box inside the tab
  • chrome://browser/content/credits.xhtml :: A scrolling list of names. The ones who we must thank for creating Firefox

Hide data in notepad without software

Follow these steps:--

1)Goto Start -> Run -> Type cmd and press Enter.

2)Navigate to the desired folder where you wish to keep your hidden file.

3)Now, type notepad Visible.txt:Hidden.txt and hit Enter,

Note:--You can change Visible.txt and Hidden.txt to names of your choice , You will be prompted to Create a New file click Yes.

4)Now enter data you want to hide, save the file and close notepad.

5)Goto the save location, you will see your Visible.txt file there, you can open the file and enter any text of your choice as any other normal text file.

Note:--This data which you write now is not hidden.

6)To open and read/write your hidden file, type in the command notepad Visible.txt:Hidden.txt (change filenames with your own used during Step 3 above) at DOS command prompt and hit Enter.

Hibernation in xp

Here i will tell you how to perform hibernation in xp..

Follow these simple steps:--

1)Goto start menu

2)Click on control panel.

3)click on power options

4)Choose Hibernate tab

5)Select Enable Hibernation

6)Click on Apply and then on Ok

7)When you want to hibernate just

  • Goto start
  • Select turn of computer
  • press shift for some seconds & the stand by option will change to Hibernate
  • Choose hibernate

8)Done

Antivirus Testing

This test is called Eican test.

Follow this simple steps:--

  1. Open notepad
  2. Just write in the code-->X5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*
  3. Save the file as anything.bat
  4. Now double click on file,if your antivirus is working then it will not let the file get run and your antivirus gets tested.

Autorun in Windows

Autorun.inf -> Commands

Below are some of the commands/entries in the Autorun.inf file.

OPEN =

The OPEN command specifies the path and file name of the application that AutoRun launches when a user inserts a disc in the drive. You can also specify parameters/arguments to the application.

ICON =

The ICON command specifies an icon which represents the AutoRun-enabled drive in the Windows user interface. The icon is normally an .ico file, but can also be a .bmp, .exe or .dll file containg icon information. The icon file must be in the same directory as the file specified by the OPEN command.

LABEL =

The LABEL command specifies a text label which represents the AutoRun-enabled drive in the Windows user interface. This text label is for example in Windows Explorer showed to the right or below the drive icon.

SHELLEXECUTE =

The SHELLEXECUTE command starts an application or opens a document. Works only in newer Windows systems.

SHELL =

The SHELL command specifies a default command for the drive's shortcut menu. The shortcut menu of the drive is the menu that is opened when the user right click on the drive icon.

SHELL\VERB =

The SHELL\VERB command adds a custom command to the drive's shortcut menu. This custom command can for example be used to launch an application on the CD/DVD.

ACTION =

ACTION is a relative new command that was introduced in Windows XP SP2. It is not supported in earlier Windows. This command specifies a text that should be shown as the first option in the Windows Autoplay dialog, together with the icon specified by the ICON. This option is always selected by default and if the user accepts the option, the application specified by the OPEN or SHELLEXECUTE entry in the media's Autorun.inf file is launched.

Example->

  • open notepad
  • Write following

[autorun]

open=yourFile.exe

  • Save this as autorun.inf
  • Done

MediaFire Search

If you want to search specifically for any particular site(for eg here we take mediafire) then follow these simple steps-->

  • To look for music files, use this:

Google: site:mediafire.com mp3|wma|ogg

  • For a specific artist, include the artist’s name:

Google: site:mediafire.com mp3|wma|ogg daughtry

  • For a specific song, include the song name:

Google: site:mediafire.com mp3|wma|ogg “over you”

  • For video files, use this:

Google: site:mediafire.com asf|rm|avi|mp4|wmv|flv

  • For Comics, use this:

Google: site:mediafire.com cbr|cbz

  • To search for a specific comic title, include it in the query:

Google: site:mediafire.com cbr|cbz hulk

  • For archives:

Google: site:mediafire.com rar|zip

Amazing...

SOME AMAZING FACTS :

1)In Tokyo, a bicycle is faster than a car for most trips of less than 50 minutes!

2)Every day 20 banks are robbed. The average take is $2,500!

3)A lightning bolt generates temperatures five times hotter than those found at the sun’s surface!

4)Cockroaches can live for 9 days after their head has been cut off

5)The world’s largest amphibian is the giant salamander. It can grow up to 5 ft. in length.

6)Fingernails grow nearly 4 times faster than toenails.

7)Average ball point pen contains enough ink to draw a thin line from San Diego to Anaheim, California.

8)Human saliva has a boiling point three times that of regular water.

9)You’re born with 300 bones, but when you get to be an adult, you only have 206.

10)Bees can see ultraviolet light.

11)Dolphins sleep with one eye open


100 Run Commands

100 Windows XP RUN COMMANDS-->

1)First go to StartMenu>RUN> type cmd and press enter

Accessibility Controls
access.cpl

Add Hardware Wizard
hdwwiz.cpl

Add/Remove Programs
appwiz.cpl

Administrative Tools
control admintools

Automatic Updates
wuaucpl.cpl

Bluetooth Transfer Wizard
fsquirt

Calculator
calc

Certificate Manager
certmgr.msc

Character Map
charmap

Check Disk Utility
chkdsk

Clipboard Viewer
clipbrd

Command Prompt
cmd

Component Services
dcomcnfg

Computer Management
compmgmt.msc

Date and Time Properties
timedate.cpl

DDE Shares
ddeshare

Device Manager
devmgmt.msc

Direct X Control Panel (If Installed)*
directx.cpl

Direct X Troubleshooter
dxdiag

Disk Cleanup Utility
cleanmgr

Disk Defragment
dfrg.msc

Disk Management
diskmgmt.msc

Disk Partition Manager
diskpart

Display Properties
control desktop

Display Properties
desk.cpl

Display Properties (w/Appearance Tab Preselected)
control color

Dr. Watson System Troubleshooting Utility
drwtsn32

Driver Verifier Utility
verifier

Event Viewer
eventvwr.msc

File Signature Verification Tool
sigverif

Findfast
findfast.cpl

Folders Properties
control folders

Fonts
control fonts

Fonts Folder
fonts

Free Cell Card Game
freecell

Game Controllers
joy.cpl

Group Policy Editor (XP Prof)
gpedit.msc

Hearts Card Game
mshearts

Iexpress Wizard
iexpress

Indexing Service
ciadv.msc

Internet Properties
inetcpl.cpl

IP Configuration (Display Connection Configuration)
ipconfig /all

IP Configuration (Display DNS Cache Contents)
ipconfig /displaydns

IP Configuration (Delete DNS Cache Contents)
ipconfig /flushdns

IP Configuration (Release All Connections)
ipconfig /release

IP Configuration (Renew All Connections)
ipconfig /renew

IP Configuration (Refreshes DHCP & Re-Registers DNS)
ipconfig /registerdns

IP Configuration (Display DHCP Class ID)
ipconfig /showclassid Jun 26 AbhiSHEKSPEARE
CONTD...
IP Configuration (Modifies DHCP Class ID)
ipconfig /setclassid

ava Control Panel (If Installed)
jpicpl32.cpl

Java Control Panel (If Installed)
javaws

Keyboard Properties
control keyboard

Local Security Settings
secpol.msc

Local Users and Groups
lusrmgr.msc

Logs You Out Of Windows
logoff

Mcft Chat
winchat

Minesweeper Game
winmine

Mouse Properties
control mouse

Mouse Properties
main.cpl

Network Connections
control netconnections

Network Connections
ncpa.cpl

Network Setup Wizard
netsetup.cpl

Notepad
notepad

Nview Desktop Manager (If Installed)
nvtuicpl.cpl

Object Packager
packager

ODBC Data Source Administrator
odbccp32.cpl

On Screen Keyboard
osk

Opens AC3 Filter (If Installed)
ac3filter.cpl

Password Properties
password.cpl

Performance Monitor
perfmon.msc

Performance Monitor
perfmon

Phone and Modem Options
telephon.cpl

Power Configuration
powercfg.cpl

Printers and Faxes
control printers

Printers Folder
printers

Private Character Editor
eudcedit

Quicktime (If Installed)
QuickTime.cpl

Regional Settings
intl.cpl

Registry Editor
regedit

Registry Editor
regedit32

Remote Desktop
mstsc

Removable Storage
ntmsmgr.msc

Removable Storage Operator Requests
ntmsoprq.msc

Resultant Set of Policy (XP Prof)
rsop.msc

Scanners and Cameras
sticpl.cpl

Scheduled Tasks
control schedtasks

Security Center
wscui.cpl

Services
services.msc

Shared Folders
fsmgmt.msc

Shuts Down Windows
shutdown

Sounds and Audio
mmsys.cpl

Spider Solitare Card Game
spider

SQL Client Configuration
cliconfg

System Configuration Editor
sysedit

System Configuration Utility
msconfig

System File Checker Utility (Scan Immediately)
sfc /scannow

System File Checker Utility (Scan Once At Next Boot)
sfc /scanonce

System File Checker Utility (Scan On Every Boot)
sfc /scanboot

System File Checker Utility (Return to Default Setting)
sfc /revert Jun 26 AbhiSHEKSPEARE
n the last part....
System File Checker Utility (Purge File Cache)
sfc /purgecache

System File Checker Utility (Set Cache Size to size x)
sfc /cachesize=x

System Properties
sysdm.cpl

Task Manager
taskmgr

Telnet Client
telnet

User Account Management
nusrmgr.cpl

Utility Manager
utilman

Windows Firewall
firewall.cpl

Windows Magnifier
magnify

Windows Management Infrastructure
wmimgmt.msc

Windows System Security Tool
syskey

Windows Update Launches
wupdmgr

Windows XP Tour Wizard
tourstart

Wordpad
write

Windows Remote Assistance

If you want someone to help you or you are stuck in some computer problem you can use the window remote assistance feature to call your friend to help you remotely (For windows 7).

For doing this follow these steps-->

  • Press Win key+Break
  • Click on Advanced system settings
  • Choose Remote Tab
  • Check the box saying "Allow Remote Assistance Connection to this Computer"
  • Click on Apply & then ok
  • Goto start
  • In the search bar type troubleshooting.
  • Open it
  • On the left side of the troubleshooting window click on "Get help from a freind"
  • Click on "invite someone to help you"
  • Click on Save this invitation as a file
  • Send this file to the person whom you want to connect remotely
  • Password is shown in the file you just saved.you need to give that password to your freind to access you.

Change Windows Sound

You can easily change the window sound in xp->

1)Goto Start->Run

2)Type media & press enter

3)Now you can easily change the startup & other window sounds

Create invisible folder

Follow these steps-->

  • Right click on desktop
  • Goto New->Folder
  • Name this folder by pressing "ALT+0160" (take care that 0160 should be preesed from keypad on right side)
  • Press Enter
  • Folder is created without name
  • Now Right click the folder
  • Goto properties
  • Goto customize tab
  • Click on change icon button
  • Click on the blank icon
  • Click on ok
  • Click on Apply then ok

Your folder is present there but is invisible

You can click on it if you know the place where it is hidden

Trace mobile by number

If you want to trace a mobile no then you can follow the link below

http://trace.bharatiyamobile.com/

Enter the number you want to trace

Site tells u about the information like:

  • Location
  • Operator
  • Signaling

Note: The site does not tell current location of mobile.It just tell where it belongs to.

Watch movie in paint

This trick only works for windows xp.

For watching movies over paint follow these steps-->

  • Open the movie on any of your player
  • when movie is being played,just click fn+print scrn(for laptops) or simply the prtsc button.
  • Open paint
  • Press ctrl+v or Goto Edit->Paste.
  • The picture will now be played over paint as long as it runs over your background player.

NOTE-->If the background player chosen in step 1 is closed then movie play on

paint will stop.