Program Check Search Results

How To: Fully uninstall an application on a Mac with AppZapper

The video is about the full uninstall of programs on a Mac computer using a program called AppZapper. The video begins with explanation on how files deleted from a system often leaves behind traces of files which slows down the system and leaves the hard drive fragmented. To avoid this a program called AppZapper can be used to uninstall the applications. This program is available as a trial version which will zap 5 applications and a full version with three updates for 13 dollars. So when you...

How To: Encrypt batch files with variables

Encryption is the process of converting you data in to other obscure form so that no one can read it. Encryption can also be done using batch files. Batch files are scripting programs in windows which can be used to program small automatic operations. To do this open a notepad to write the batch program. First turn of the echo by inserting the command '@echo off'. Now write the rest of the program as shown in the video. Now save the image as a bat file. Now you can encrypt this batch file. To...

How To: Watch and record TV with an HP TouchSmart PC

After you set up live TV on your HP Touchsmart PC, tap the house icon and open the live TV title. In this menu, you can browse different categories and programs of TV, as well as future programs. However, you can't watch one program while you record another. To go into full screen mode, tap the square in the top right of the screen, where several controls are available. To record a program, tap the record button, which is a small red circle. If you want to schedule a recording, go to the "On ...

How To: Change the default program sssociations

This video shows you how to easily change the default program associations of any file type. The movie shows you how to change the default program association of a JPEG file, but you can use it with any of the known file types. The first thing you have to do is right-click the desired file, hover your mouse to Open With and wait until a sub-menu appears. There, click Choose Default Program. Then, choose any other program that you want to open that specific file extension by clicking the Brows...

How To: Clean-up & organize your Windows Vista start menu

The instructor from ClearTechInfo shows how to clean up and organize the Windows Vista start menu. He shows how the start menu consists of links to programs and not the program itself. He shows how to manage those links by removing those links, add new ones or rename existing ones, or move folders into other sub folders. He shows how to pin or remove frequently used programs to the main start menu. He advises to categorize similar programs under common folders, like 'Media Players,' 'Utilitie...

How To: Do a pre-ride bike check

This video teaches you how to do a check of your bike before you go on a ride, especially if you haven't ridden in a while. Before each ride, check the tire pressure with a tire gauge. Pump it up if it is low, and release pressure if it is too high. Also check the tires' condition, looking for worn places. Make sure the axle is properly seated in the dropout. Check brake pads for wear, or debris from the road. Remove debris with sand paper. Make sure brakes tighten enough to stop the bike and...

How To: Check and add engine coolant in your car

Coolant doesn't get used up during a vehicle's normal operation. If the coolant level is consistently low, your car has a coolant leak. Your mechanic can pressure-check the cooling system to find any leaks or you can check the situation out yourself. Watch this video tutorial to see how to check and add engine coolant in your car with antifreeze.

How To: Write a simple dictionary program in C#

Want to learn more about the C# programming language but aren't sure where to get started? In this video tutorial, you'll learn how to write a simple dictionary application using C# and the Microsoft Visual C# IDE, or integrated development environment. For more information, including step-by-steps instructions for writing this simple program, take a look.

How To: Program a Valentine 1 (V1) radar detector

If you just bought a Valentine 1 radar detector for your car or truck, this tutorial will show you how to install it and program it and use it. Learn what all the modes do and what the different beeps and blinks mean. Keep yourself speeding along and keep the cops from catching you by watching this tutorial and learning how to program a Valentine 1 (V1) radar detector.

How To: Use Eclipse for Java programming

In this ShowMeDo John Montgomery demonstrates how to create a project in Eclipse, then write and run a simple "Hello World" Java application. He also demonstrates the code-completion features of Eclipse, how to use the find and replace functioning and use the CVS version control system.

How To: Set Up a New MacOS Computer to Protect Against Eavesdropping & Ransomware

While MacOS computers have been spared from some of the most famous malware attacks, there is no shortage of malicious programs written for them. To keep your computer safe from some of the most common types of malware, we'll check out two free tools. These tools can automatically detect ransomware encrypting your files and watch for unauthorized access to your microphone and camera.

Exploit Development: How to Learn Binary Exploitation with Protostar

Being able to write your own hacking tools is what separates the script kiddies from the legendary hackers. While this can take many forms, one of the most coveted skills in hacking is the ability to dig through the binary files of a program and identify vulnerabilities at the lowest level. This is referred to as binary exploitation, and today we're going to check out a tool known as Protostar.

How To: Do cheats and hacks on GTA 4 for PS3

OK, you've played through GTA IV many times and you're looking for a new kick. Check out this video and see what sweet mods you can apply to take this awesome PS3 game to a whole new level. From weapons, to vehicles, colors, characters, physics and more, these mods will let you blast, jump and bend your way to the end of this game which redefined the whole world of an open play gaming reality. Check it out! Go check it out and learn how to hack GTA 4 for the PS3!

How To: Troubleshoot and fix broken windshield wipers

If your windshield wipers don't come on when you turn the switch, then try out the solutions in this video! First, check to see if there's a blown fuse. If that's okay, next check the power going to the wiper motor. You have to take the wiper arms off to get to the motor. Watch Scotty Kilmer in this video for all the remaining troubleshooting tips for broken windshield wipers.

How To: Check and replace a dead starter in your automobile

If your vehicle does nothing (doesn't crank over) when you turn the key in the ignition, then you might need a new starter. In this video, Scotty shows you how to check your starter and how to replace it if it's bad. Your first reaction for a non-starting car may be to jump start it, due to a dead battery, but if your battery is brand new, or if jump starting doesn't work, you'll need to get a starter tester to check out the starter. If it's bad— replace it with a new one! See how!

How To: Program Geolocation on the iPhone

In this video, we learn how to program Geolocation on the iPhone. First, start up Xcode and start a new project. Name this "where am I" and then expand out your groups. Now, type in "corelocation/corelocation.h" and "mapkit/mapkit.h" in the view controller and space file. Type in the rest of the code to the program, then open up the program on your computer. Drag and drop the tabs into the viewing window, then grab buttons and other tabs to go onto the screen for the phone. Once finished, sav...