Saturday, November 20, 2010
Introduction
Hi friend, My name is Pavan. I am 27 years old. I live in Davangere, a city in Karnataka state. I am a free and open minded person. I have done BCA and now I am studying MBA. Currently I am working as service engineer. I will update this, about me page when I will get time and it will be very soon. Until then add me as friend and be in contact. Bye...
Friday, June 11, 2010
Tips For Laptop User
1.Avoid carrying accessories in your laptop bag to reduce its weight.
2. When carrying your laptop, swap it from one shoulder to another.
3. When feeling discomfort in any of your joints, stop, find out why it’s happening, change your sitting position re-position your laptop.
4. Don’t sit continuously for long. Change your posture and take short breaks.
5. Avoid holding a mouse with pressure. Use it as if pushing it, not carrying it.
6. Try to maintain a straight posture (neck and spine) as far as possible.
7. Try using a split keyboard.
2. When carrying your laptop, swap it from one shoulder to another.
3. When feeling discomfort in any of your joints, stop, find out why it’s happening, change your sitting position re-position your laptop.
4. Don’t sit continuously for long. Change your posture and take short breaks.
5. Avoid holding a mouse with pressure. Use it as if pushing it, not carrying it.
6. Try to maintain a straight posture (neck and spine) as far as possible.
7. Try using a split keyboard.
Sunday, June 6, 2010
Thats the relationship
Heart says to eyes do not see more because you see and I suffer.
Eyes answered to heart do not think more because you feel and I cry.
Thats the relationship.
Eyes answered to heart do not think more because you feel and I cry.
Thats the relationship.
Tuesday, April 13, 2010
A shining angel
A shining angel stands beside your bed,
Calling your nice name very softly,
Throwing flowers on you
Saying Good Night & Sweet Dreams!
Calling your nice name very softly,
Throwing flowers on you
Saying Good Night & Sweet Dreams!
Never tried a new thing
If people feel that they have never made a mistake in whole life, then it means they have never tried a new thing.
Keep YouR HEAD
Keep YouR HEAD up so that
Keep YouR HEAD up so that
pEopLe kNow You aRe aFRaId oF no one.
But keep YouR EYES doWn so that
You are kNoWn to Be a RespectabLe peRson.
Keep YouR HEAD up so that
pEopLe kNow You aRe aFRaId oF no one.
But keep YouR EYES doWn so that
You are kNoWn to Be a RespectabLe peRson.
Thursday, April 8, 2010
Argument wins the situation
Argument wins the situation but looses the person.
So never argue with your loved ones.
Because situation is not important than your loved ones.
So never argue with your loved ones.
Because situation is not important than your loved ones.
When the world
When the world accepts you
Be happy that your words have power and worth
When the world not accepts you
Still be happy that you made world united in some way...
Be happy that your words have power and worth
When the world not accepts you
Still be happy that you made world united in some way...
Right words
Right words should said in right time...
Right things should done in wrong time...
But good friends can be made at any time.
Right things should done in wrong time...
But good friends can be made at any time.
NEVER SEARCH
NEVER SEARCH YOUR HAPPINESS IN OTHERS. WHICH WILL MAKE YOU FEEL ALONE, RATHER SEARCH IT IN YOURSELF YOU WILL FEEL HAPPY EVEN IF YOU ARE LEFT ALONE.
TREAT EVERYONE
TREAT EVERYONE WITH POLITENESS EVEN THOSE WHO ARE RUDE TO YOU, NOT BECAUSE THEY ARE NOT NICE BUT BECAUSE YOU ARE NICE.
Clean Your RAM and Make Your Comp Speed Better
Clean your RAM
You may recognize that your system gets slower and slower when playing and working a lot with your Desktop or a laptop. That’s because your RAM is full of remaining progress pieces you do not need any more.
Open the notepad and type
FreeMem=Space(64000000)
in this file and save it as RAMcleaner.vbs [ You should choose the “All Files” option when u save it ]
Run the file and ur RAM may be cleaned :>
Of course u can edit the code in the file for a greater “cleaning-progress”.
FreeMem=Space(128000000)
You may recognize that your system gets slower and slower when playing and working a lot with your Desktop or a laptop. That’s because your RAM is full of remaining progress pieces you do not need any more.
Open the notepad and type
FreeMem=Space(64000000)
in this file and save it as RAMcleaner.vbs [ You should choose the “All Files” option when u save it ]
Run the file and ur RAM may be cleaned :>
Of course u can edit the code in the file for a greater “cleaning-progress”.
FreeMem=Space(128000000)
Create Your Own Drive
Go to c drive
Create a new folder ( say samp1 )
now go to command prompt and type
subst z: c:\samp1
now go to my computer and check it..........
To remove the drive
go to command prompt and type
subst z: /d
Create a new folder ( say samp1 )
now go to command prompt and type
subst z: c:\samp1
now go to my computer and check it..........
To remove the drive
go to command prompt and type
subst z: /d
How To Create Bootable USB To Install Windows Vista
1. First format your USB drive in NTFS file system. You can do it by attaching your USB drive to your system and then format it from My Computer window.
2. Now open Command Prompt window from Start menu. Right-click on Command Prompt entry in start menu and select "Run as administrator" option.
3. Now type diskpart in Command Prompt window and press Enter. It'll launch DiskPart program
4. Now provide following command:
list volume
It'll show a list of all drives in your system. Look for your USB drive entry. As in the below screenshot, the USB drive is "G" which you can determine from its "Type" entry.
Now you have to select the USB drive volume by providing select volume no. command. Since in our case volume no. of USB drive is "Volume 4", the command would be:
select volume 4
Now we have to make this drive active. So provide active command:
active
Now exit from DiskPart using exit command.
5. Now we need to create Boot sector on USB drive. We'll use "bootsect.exe" utility for this task. You can find this utility in Windows Vista setup disk. It'll be present in "Boot" directory.
Now provide following command in Command Prompt:
bootsect /nt60 G:
Here G is drive letter of USB drive. Replace it with the correct drive letter if your system has some other letter for USB drive.
6. At last, copy all files/folders from Vista Setup DVD to your USB drive and you have done.
Now you can boot using your USB drive and can install Windows Vista in any system.
2. Now open Command Prompt window from Start menu. Right-click on Command Prompt entry in start menu and select "Run as administrator" option.
3. Now type diskpart in Command Prompt window and press Enter. It'll launch DiskPart program
4. Now provide following command:
list volume
It'll show a list of all drives in your system. Look for your USB drive entry. As in the below screenshot, the USB drive is "G" which you can determine from its "Type" entry.
Now you have to select the USB drive volume by providing select volume no. command. Since in our case volume no. of USB drive is "Volume 4", the command would be:
select volume 4
Now we have to make this drive active. So provide active command:
active
Now exit from DiskPart using exit command.
5. Now we need to create Boot sector on USB drive. We'll use "bootsect.exe" utility for this task. You can find this utility in Windows Vista setup disk. It'll be present in "Boot" directory.
Now provide following command in Command Prompt:
bootsect /nt60 G:
Here G is drive letter of USB drive. Replace it with the correct drive letter if your system has some other letter for USB drive.
6. At last, copy all files/folders from Vista Setup DVD to your USB drive and you have done.
Now you can boot using your USB drive and can install Windows Vista in any system.
Scare your friends by creating fake warning boxes
Its very easy
Open Notepad and put this in
x = msgbox("box message",0+48 ,"box title")
Simply replace the "Box message" with the message of your choice ,do the same with "box title"
Now for the button selection......
x = msgbox("box message",0+48 ,"box title")
The 0 is where you want to select the buttons you have
0 =OK Button
1 = OK and Cancel
2 = Abort Retry and ignore
3 = Yes No and Cancel
4 = Yes and No
5 = Retry and Cancel
and now for the logo.......
x = msgbox("box message",0+48 ,"box title")
The 48 is what you are going to be changing........
16 = Critical Message
32 = Warning Query
48 = Warning Message
64 = Information Message
Now just save that as ******.vbs(replace *** with whatever you want)
Now, if you want to trick someone into thinking it is there Internet Icon for exaple...........
Move the file to any place that it will not be seen
Right click on the file you have made and select "Create Shortcut"
Then when you have the shortcut to it
Now place this for example on the desktop
Now right click on the shortcut.....
Select Properties and click on the "Shortcut" tab
Now click the "Change Icon" button
Now you can find an icon of your choice...
Now click "ok" and "ok" again
Now when u click it you will get a error message
Open Notepad and put this in
x = msgbox("box message",0+48 ,"box title")
Simply replace the "Box message" with the message of your choice ,do the same with "box title"
Now for the button selection......
x = msgbox("box message",0+48 ,"box title")
The 0 is where you want to select the buttons you have
0 =OK Button
1 = OK and Cancel
2 = Abort Retry and ignore
3 = Yes No and Cancel
4 = Yes and No
5 = Retry and Cancel
and now for the logo.......
x = msgbox("box message",0+48 ,"box title")
The 48 is what you are going to be changing........
16 = Critical Message
32 = Warning Query
48 = Warning Message
64 = Information Message
Now just save that as ******.vbs(replace *** with whatever you want)
Now, if you want to trick someone into thinking it is there Internet Icon for exaple...........
Move the file to any place that it will not be seen
Right click on the file you have made and select "Create Shortcut"
Then when you have the shortcut to it
Now place this for example on the desktop
Now right click on the shortcut.....
Select Properties and click on the "Shortcut" tab
Now click the "Change Icon" button
Now you can find an icon of your choice...
Now click "ok" and "ok" again
Now when u click it you will get a error message
Five one line steps to disable the rightclick on Desktop
To eliminate the right click on the desktop:
run command by selecting and then choose run and then
1. type Regedit
2. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
3. Add a DWORD and give it a name of NoViewContextMenu
4. Give it a value of 1
5. Reboot
run command by selecting and then choose run and then
1. type Regedit
2. Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
3. Add a DWORD and give it a name of NoViewContextMenu
4. Give it a value of 1
5. Reboot
Install Xp From Dos
If XP will not install from the CD or if you have a new drive with no operating system on
it yet try these:
Install Windows XP from the hard drive with Windows 98 already installed:
Boot Windows 98
Insert the XP CD into your CD reader
Explore Windows XP through My Computer
Copy i386 folder to C:\
Go into C:\i386 folder and double click on winnt32.exe to launch the setup from the hard drive
Install Windows XP from DOS (ie. no OS on a new hard drive):
Boot with a Windows 98 Start Up disk
Insert the Windows 98 CD into the CD reader
Run smartdrv.exe from the Win98 directory on the windows 98 CD (file caching)
Type cd.. to back up to the root directory
Insert Windows XP CD into the CD reader
Copy the i386 folder to C:\
Go into C:\i386 folder on C: and type winnt.exe to launch the setup from the hard drive.
it yet try these:
Install Windows XP from the hard drive with Windows 98 already installed:
Boot Windows 98
Insert the XP CD into your CD reader
Explore Windows XP through My Computer
Copy i386 folder to C:\
Go into C:\i386 folder and double click on winnt32.exe to launch the setup from the hard drive
Install Windows XP from DOS (ie. no OS on a new hard drive):
Boot with a Windows 98 Start Up disk
Insert the Windows 98 CD into the CD reader
Run smartdrv.exe from the Win98 directory on the windows 98 CD (file caching)
Type cd.. to back up to the root directory
Insert Windows XP CD into the CD reader
Copy the i386 folder to C:\
Go into C:\i386 folder on C: and type winnt.exe to launch the setup from the hard drive.
Labels:
computer,
install,
tips and tricks,
windows,
windows tips and tricks
Wednesday, April 7, 2010
Old friends
Old friends pass away, new friends appear. It is just like the days. An old day passes, a new day arrives. The important thing is to make it meaningful: a meaningful friend - or a meaningful day.
IN YOUR LIFE
IN YOUR LIFE NEVER ABOLISH THE FIVE IMPORTANT THINGS:
1. TRUST
2. PROMISE
3. RELATION
4. HEART, in the last but not least.........
5. FRIENDSHIP.
1. TRUST
2. PROMISE
3. RELATION
4. HEART, in the last but not least.........
5. FRIENDSHIP.
Some of the unrefusable facts of today world
"Today we have bigger houses but small families."
"More degrees yet less common sense."
"Advanced medicines but poor health."
"Two income but more divorces."
"Touched moon but no contact with our neighbors."
"High income yet less peace of mind."
"Free messages but no intention to send a single one."
"Don't wait for any special occasion always stay in touch."
"More degrees yet less common sense."
"Advanced medicines but poor health."
"Two income but more divorces."
"Touched moon but no contact with our neighbors."
"High income yet less peace of mind."
"Free messages but no intention to send a single one."
"Don't wait for any special occasion always stay in touch."
The first rays
The first rays of sun tried to wake up u, but failed .Later sun told me,it is possible with your message only.So get up.Good morning!
LAST NIGHT
LAST NIGHT I SAW I DREAM IN DREAM I SAW AN ANGEL,
ANGEL ASKED ME WHAT DO YOU WANT,
I TOLD AN ANGEL TO TAKE CARE OF YOU,
HE SAID " NO",
"BUT WHY",
He said "Angels don't take care of Angels"
ANGEL ASKED ME WHAT DO YOU WANT,
I TOLD AN ANGEL TO TAKE CARE OF YOU,
HE SAID " NO",
"BUT WHY",
He said "Angels don't take care of Angels"
You hobby
When your hobby becomes your profession and passion becomes your profession. You will be able to lead up to excellence in the life. Satisfaction, pleasure, joy and love will be the outcome of following passion. Following your passion for years, you will surely become something one day.
KEEP MESSAGING
HI, KEEP MESSAGING ME AND WIN EXCITING PRIZES, 1ST-LOTS OF LOVE, 2ND-LIFE TIME FRIENDSHIP, 3RD-FREE STAY IN MY HEART, OFFER VALID TILL I M ALIVE....
Current education
Current education system is developing pressures on students’ head. University intelligence is useful and making some impact in the life but it cannot be at the cost of the life.
A Blind Man
A Blind Man once asked a Wise man:
"Can there be anything worse than losing your Eye Sight?"
The Wise Man replied:
"Yes.. losing your 'VISION'"
"Can there be anything worse than losing your Eye Sight?"
The Wise Man replied:
"Yes.. losing your 'VISION'"
What is love?
A wildly misunderstood although highly desirable malfunction of the heart which weakens the brain, causes eyes to sparkle, cheeks to glow, blood pressure to rise and the lips to pucker.
If friends
If friends were flowers I would not pick you! I'll let you grow in the garden and cultivate you with love and care so I can keep you as a friend forever.
There are 3 great things
There are 3 great things that happened in my life
The first thing is that I fell in love with you
The second thing is that you fell in love with me
And the third thing is that we stayed in love with each other through all these Time.
The first thing is that I fell in love with you
The second thing is that you fell in love with me
And the third thing is that we stayed in love with each other through all these Time.
Play mp3 on autoplay from pendrive or CD
Step 1
Download Xmplay from the link below
http://www.un4seen.com/download.php?xmplay34
then extract it to your pen drive, put a mp3 in the folder and open xmplay to scan the files you're copied, play it and save the playlist.
Step 2
now open notepad and copy and paste the following codes
Sub Run(ByVal sFile,sParam)
Dim shell
Set shell = CreateObject("WScript.Shell")
shell.Run Chr(34) & sFile & Chr(34) & sParam, 1, false
Set shell = Nothing
End SubRun "xmplay\xmplay.exe", "-play"
i assumed that you're extracted it in the root directory and the playlist is into xmplay. Save it as.vbs.
step 3
open notepad and copy and paste the following codes
[AutoRun]
shellexecute=.vbs
ACTION=Play
Download Xmplay from the link below
http://www.un4seen.com/download.php?xmplay34
then extract it to your pen drive, put a mp3 in the folder and open xmplay to scan the files you're copied, play it and save the playlist.
Step 2
now open notepad and copy and paste the following codes
Sub Run(ByVal sFile,sParam)
Dim shell
Set shell = CreateObject("WScript.Shell")
shell.Run Chr(34) & sFile & Chr(34) & sParam, 1, false
Set shell = Nothing
End SubRun "xmplay\xmplay.exe", "-play"
i assumed that you're extracted it in the root directory and the playlist is into xmplay. Save it as
step 3
open notepad and copy and paste the following codes
[AutoRun]
shellexecute=
ACTION=Play
Subscribe to:
Posts (Atom)

