9/20/15

Pc Shortcuts

Want to speed up your computer skills, try this easy Pc Shortcuts and take computing to a new level. Most definitely this will show everyone that your computer skills are above the normal.


Compliments of Stumbleupon.com

  • Copy a selected item: Ctrl+C
  • Cut a selected item: Ctrl+X
  • Paste a selected item: Ctrl+V
  • Undo an action: Ctrl+Z
  • Redo that thing I just undid: Ctrl+Y
  • Select everything: Ctrl+A
  • Print: Ctrl+P

Manage open windows

Chances are, you use your PC to do a lot of things at once. Shortcuts go a long way towards cutting the clutter. Go ahead and try these out as you read about them.
  • Switch between open windows
    Alt+Tab
    If you have lots of open windows and you're not sure exactly which one you need, press Alt+Tab, and get a quick thumbnail view of all open windows. Then, while holding down the Alt key, press the Tab key multiple times until you get to the window you want.
    Switching between windows
    Press Alt+Tab to switch between open windows
  • Clear away everything and show the desktop
    Windows logo key Picture of the Windows logo key+D
    Use this shortcut when you want to minimize a lot of open windows at once to check something on your desktop. Clutter-to-clean with two fingers.
    A cluttered desktop
    A desktop before pressing Windows logo key+D
    A clean desktop
    The same desktop after pressing Windows logo key+D
  • Minimize the window
    Windows logo key Picture of the Windows logo key+Down Arrow
    Minimizing a window is a surefire way to see what's underneath it. And it's fast to use the shortcut. If the window is maximized already (covering the entire screen) it'll go to “normal” size. And if it's normal size, it'll minimize entirely.
  • Maximize the window
    Windows logo key Picture of the Windows logo key+Up Arrow
    Maximizing windows works the same way.

Get even funkier with window management

It might surprise you to learn that there are even more options when it comes to dealing with your open windows and programs—but there are.
  • Compare and contrast in a snap
    Windows logo key Picture of the Windows logo key+Left Arrow or Right Arrow
    Snap is the easiest way I know to compare two documents—or to write up something while also looking at a web browser. The shortcut for Snap makes it even snappier. Go ahead and try this now.
    While pressing the Windows logo key Picture of the Windows logo key, click the Right Arrow key or the Left Arrow key and your browser will slide over to one side. Select another window (such as a Word document) and use the shortcut only with the opposite arrow.
    Snap in Windows 7
    You can use a keyboard shortcut to view windows side-by-side with Snap
  • Multitask with multiple monitors
    Windows logo key Picture of the Windows logo key+Shift+Right Arrow or Left Arrow
    Do you use more than one monitor at a time? Now you can shift an open window to your other monitor in less than a second. 

Manage tasks

You might already be using a shortcut—Ctrl+Alt+Delete—to open up Task Manager or to lock your computer. But there are shortcuts for this shortcut.
  • Open Task Manager 
    Ctrl+Shift+Esc
    This simple shortcut whisks you straight to Task Manager—without any intermediary steps.
    Task Manager
    Task Manager in Windows 7
  • Lock your PC or switch users
    Windows logo key Picture of the Windows logo key+L
    This shortcut locks your PC and instantly displays the login screen. 

Display your way

No matter how you want to view your PC, shortcuts help you get there faster.
  • Choose a presentation display mode
    Windows logo key Picture of the Windows logo key+P
    Whether you're giving a presentation or are using multiple monitors, it's simple to switch settings.
    Choosing a presentation display mode
    Choosing a presentation display mode
  • Zoom in, zoom out
    Windows logo key Picture of the Windows logo key+Plus Sign or Minus Sign
    The Plus Sign key (+) zooms you in, the Minus Sign key (-) zooms you out. This lets you see small text on a webpage or to check out the pixels in a photo.
    Magnifier in Windows 7
    You can use your keyboard to zoom in on a photo detail

A few last tricks

Here are a few final shortcuts. For more keyboard shortcuts, check out the complete list.
  • Search for files and folders
    Windows logo key Picture of the Windows logo key+F
    In the past, finding a file could be like an archaeology expedition. But nowadays, search is really fast and thorough. Use this shortcut to get a search window, type in a few keywords, and presto, you’ll get your file.
  • Open a new instance of a program
    Windows logo key Picture of the Windows logo key+Shift+Click a taskbar icon
    I like Internet Explorer tabs—but sometimes I want a whole new browser window. To get one, I click the Internet Explorer icon while holding down Shift.
  • And when you need it …get help
    Windows logo key Picture of the Windows logo key+F1

9/19/15

Dos Hidden Tools

I don't see this as a hidden tool, it's just a tool that most repair technician's and very promising individuals use in order to repair the every day common hard drive and software problems. It has always made my job easier using these commands and it will also help you diagnose a failing hard drive or software problem. When in doubt use it wisely and majority of the times it corrects the problems.

Info

System File Checker

The Best Tools Hidden in Windows' Command Line
Windows can usually detect when a system file is missing and replace it for you without any intervention on your part. You typically won't even be notified when it happens. But even with this ability, system files can become corrupted or the wrong versions of system files can get installed by errant applications. Sometimes, these problems slip by Windows unnoticed.
Windows includes the command line tool System File Checker, which scans several thousand basic Windows files, comparing them against the original versions that shipped with Windows or, depending on the files, that have been updated through Windows Updates. If System File Checker finds a mismatch, it replaces the original file. Depending on how you installed Windows, you may or may not need the installation media, but usually you won't.
To run the tool, just type sfc at the command prompt followed by a space and then any of the following common options:
  • /scannow. This performs an immediate scan of your system and will replace files as necessary. You may need to restart Windows when it's done if it finds problems.
  • /scanonce. This performs a scan the next time you restart your system.
  • /scanboot. This schedules a scan to be performed every time you restart your system.
  • Revert. This returns the System File Checker to its default settings. You can use it to turn off the /scanboot option, for example.

Check Disk

The Best Tools Hidden in Windows' Command Line
Check Disk attempts to repair file system errors, locate bad sectors, and recover readable information from those bad sectors. If you ever start Windows and it tells you that it's scanning your hard disks before starting up, that's Check Disk at work. When Windows detects certain types of errors, it schedules a scan all by itself.
It takes a long time to run, especially if you let it scan the entire hard disk, including free space, so it's not really the kind of tool you want to run regularly. If you're concerned about general hard disk health, you should make use of one of the free S.M.A.R.T checkup utilities out there. I'm a fan of Passmark Disk Checkup, personally. It reads various self-monitoring data the hard disk itself collects and gives you a pretty good idea of how your hard disk is doing.
Still, sometimes hard disks are physically fine to keep using, but suffer from the occasional bad sector and corrupted files those bad sectors can cause. Windows tries its best to correct those problems for you, and it does a pretty good job. But if you ever notice that certain programs just refuse to start or you get an error when you try to access particular folders or files, bad sectors on the disk are a possible culprit. Check Disk can find those bad sectors, often recover data from them, and then map those sectors out so Windows doesn't use them anymore.
You can run Check Disk by typing chkdsk at the command prompt, followed by a space, and then any of these options:
  • Volume. If you want to check a whole drive, just type the drive letter.
  • Filename. You can also use chkdsk to check a single file or group of files.
  • /F. Run it with this option to have chkdsk go ahead and fix those errors.
  • /R. This option forces chkdsk to locate bad sectors and recover information from them. If chkdsk cannot lock the disk (which it usually can't since you're actually using Windows), it will prompt you run the command the next time you restart Windows. This is the option you'll use for the most thorough scan because running it also implies that you're running the /F option.
If you run chkdsk with no extra options, it will just perform a scan and give you a report without actually changing anything. So, you'll need to specify a volume or file name and one of the other options to make any fixes. Here's a common example. If you want chkdsk to scan your C: drive, locate bad sectors, recover information, and map over those bad sectors, type:
chkdsk C: /R
The Best Tools Hidden in Windows' Command Line
Note that there is a graphical interface of sorts for Check Disk. Open Windows Explorer, right-click a drive, and choose Properties. On the Tools tab, click the Check button. This opens up a prompt that lets you schedule a scan on the next restart. You'll be prompted to fix any errors that are found. This interface doesn't provide any of the advanced options the command line version does and it also doesn't let you scan individual files.

Ipconfig

The Best Tools Hidden in Windows' Command Line
Ipconfig lets you view and work with TCP/IP information. You can use it to check your computer's IP address, have it release or renew that IP address if it's automatically assigned, and even purge the local DNS cache.
To use it, just type ipconfig at the command line. By itself, the command shows you IP addressing information about each of the network adapters on your computer. It may show several different adapters, so you'll have to do a little scouting to find the one you're looking for. You'll typically see a Wireless LAN adapter (for your wireless connection) and an Ethernet adapter (for your wired connection), and probably a few tunnel, virtual, or VPN adapters, depending on your setup. The information it shows you includes the IP address, physical (or MAC) address, default gateway, and subnet assigned to the adapter.
You can also add any of the following options to the ipconfig command by typing ipconfig, followed by a space, and then the option.
  • /all. This option shows you all the same information as just running the ipconfig command by itself, plus a whole bunch more, such as whether the adapter is automatically assigned an IP address from a DHCP server, when that address was assigned, and when it expires.
  • /release. Use this option to release all DHCP-assigned IP addresses. Note that your network will not work after this and typically you'll need use the /renew command afterward.
  • /renew. Use this option to release and then immediately try to renew all DHCP-assigned information. This is probably the option you'll use most, as it forces your computer to reconnect to your router or to your ISP's servers (depending on your setup). It can be really helpful when troubleshooting connectivity problems.
  • /flushdns. This option purges the local DNS cache. DNS is used to translate the more human-readable computer names and web addresses we use (like www.lifehacker.com) into IP addresses. The cache is DNS information stored locally on your computer so your computer doesn't have to look it up on a DNS server every time. Sometimes, flushing the DNS cache can resolve problems where you have network connectivity, but can't reach some computers or websites by name.

Cipher

The Best Tools Hidden in Windows' Command Line
The cipher command is mostly for working with encrypted folders and files on NTFS volumes in Windows. Frankly, if you're using that type of encryption, you have a graphical interface available that does most of what you need, though the command is good for controlling encryption programmatically or through batch files and scripts.
However, cipher does include one option at the command line that you might find useful:
cipher /W:pathname
The /W option removes data on unused portions of a volume, effectively erasing data that may be hanging around on your hard drive after deletion. You can point cipher at an entire volume (like C:) or a specific folder. As you probably already know, when you delete files from Windows, they are not actually erased from the hard drive. Instead, Windows marks that space as available to be written over with new files.
Note that this really applies to traditional hard drives and not SSDs. When you delete files from an SSD, those files are removed immediately.

Driverquery

The Best Tools Hidden in Windows' Command Line
The driverquery command generates a list of all hardware drivers installed in Windows. It's good for giving you a report about installed drivers that you can save for later reference or for investigating the version number of a currently installed driver so that you can make a better decision should you be thinking of updating.
Typed by itself, driverquery just generates a list of drivers that you can scroll through. As usual, the power comes from the options you can add:
  • /s. This option lets you specify the name or IP address of a remote computer so that you investigate the drivers it has installed.
  • /si. This option shows you the digital signature information for drivers.
  • /fo. This is really the key option you'll use with driverquery. It lets you specify the format in which information is displayed so that you can more effectively save it as a report. After typing /fo add one of the following options: TABLE (the default view), LIST (which lists each driver with all its information one after the other), and CSV (which shows data as comma separated values).
To save a report, you just need to pipe the information to a file instead of displaying it onscreen. To do that add filename.extension to the end of the command. Here's an example of perhaps the most useful way to use the command:
driverquery /fo CSV > drivers.csv
That queries all drivers, formats the result as comma separated values, and then saves them to a file named drivers.csv. You can then import that CSV file into Excel or another spreadsheet program to see a nicely-formatted report of all your installed drivers.
The Best Tools Hidden in Windows' Command Line

9/18/15

Easy Copy and Paste

Want to easily copy and paste items from one computer to another, here's a fast software to copy and paste items to another computer hoping to save energy for some users.

Info
Link

9/17/15

Compress Android Videos

Want to compress video files to fit on your android device, this file compressor is a must have utility and it's main job is to shrink your favorite videos, short movies to your portable device.

Info
Link

9/16/15

File Association Fix

File Association is a huge problem with Windows everytime you install a software. Usually the majority of the software's you intend take owership of the things that want to do with your computer without your consent. If this is always a problem, this is where the file association fix comes into use. Now all you have to do is install the software and run the fix from time to time when everything goes wrong. Hopefully it will fix your files.

Info
Link

9/15/15

Pc Inspector File Recovery

File recovering is a difficult process and with this something always comes up to make things simple to do. If you need to recover some lost files here's another great software to have in  your toolbox to recover.

Link

9/14/15

Cloudcast Secures Gmail

Using Gmail for business and want to make sure your always secure. Checkout Cloudcast for Gmail and take security to the next level for your email. Your mail will now be secured.

Info
Link

9/13/15

Amazon Unlimited Cloud

Amazon recently announced it's unlimited cloud service for $5- a month and now it's competing with Dropbox, Microsoft, Google Cloud, Mozy, Carbonite, Apple, etc. Now it's the battle of the cloud and may the best one win.

Link

9/12/15

Microsoft Bundle Deal

Microsoft has recently released it's work and play bundle and for some user's it will be a great bargain to have an all in one service. Will everyone jump in, is a matter of what services you already use from Microsoft. Regardless it's a great deal not to pass over.

Link

9/11/15

Drye Wolf Malware

There's a new malware stealing information and this one is pretty lethal on getting a hold of your personal information and doing major damage. Stay inform and be aware.

Info

9/10/15

Remove Security Software

Want to remove security software from your computer.This Eset AV Remover has been said to do the trick. Now this is a great tool to remove those stubborn antivirus programs that refuse to completely come out.

Info
Link

9/9/15

Microsoft Antimalware Suite

Microsoft just recently launched it's antimalware suite and we are hoping that this haults any malware on your computer. Should you get malware on your computer. This is an excellent way to keep your computer malware free. Give it a try and protect your property.

Info
Link

9/8/15

Her Webcam wouldn't turn off

Here's a scary but true incident that occurred to someone in California with her webcam. It's becoming a major problem and this is the main reason why you should try to hire a qualified repair technician and not have just anyone repair your computer. You just never know the information you can be leaking.

Link

9/7/15

WiFi Phone

If your in the market to get an inexpensive cell phone service look into a WiFi enabled phone. The service then depend on what type of voice over ip service you want to invest in and how frequently you want to use your phone. If you do consider going WiFi the future benefits are unlimited.

Info

9/6/15

Learn Office

Microsoft user's are always concern on learning the current office suite online. If you want to learn more about Office here are great sites to get you started.

Info
Office
Alison
Lynda

9/5/15

Deny SS # to Medical

Here is some great information for those user's who want to secure their identity, because the increase numbers of identity theft. When you fill out the doctor's forms, omit the social security number.  Their is no reason why doctors need it since you have medical insurance and it's up to the carriers to supply that information to your doctor if needed. If you didn't know, now your know.

Info

9/4/15

Boot over Lan

AOMEI PXE Boot now comes to the rescue with it's boot over network software. It's a plus to add to a large network with useful tools. Now re-imaging or recovering a network computer can be as simple with just a few clicks.

Info
Link

9/3/15

Logoff Users

Have a network where users always login but never log out their computers causing shared programs to run slow and be delayed because of shared resources. Here's a GPO solution to the problem and hopefully you'll never have any slow down in your network.

Link

9/2/15

Tencent Antivirus

Looking for a Windows Antivirus replacement, Tencent is a great place to start since it's the fifth largest internet company in China and wants you to always stay secure. Now there's a better reason to get something for free for getting online.

Info
Link

9/1/15

Dim your Screen

Want your computer screen to always be on but at certain times of the day you just want the monitor to dim but not go on sleep mode. This handy software can be very useful controlling your computer screen settings. Worth to check out.

Link

8/31/15

Google Pony Express

Google is planning on opening up a bill payment center so that your utility company can email you a bill and you can easily pay it online. Similar to banking bill payments but this one will be connected to Google and give you reminders.

Link
App

8/30/15

Great Registry Hacks

Here are some great registry hacks to make your computer awesome. If will one way or another change the way your computer functions and at the same time increase the way you do things. Check them out and see which one works with you. Just note that these registry hacks are at your own risk.

Link

8/29/15

Increase Internet Speed

Here's the hack to get maximum internet speed. I am reluctant still to believe this but I guess it varies on the area and how close you are on the internet grid. If it works good for you, if not it's a great resourceful project.

Link

8/28/15

Recover Saved Passwords

Here's a great software to retrieve saved passwords on a computer. It will come handy for those user's who keep on forgetting what there passwords are. So download it and install it and use it wisely.

Info
Link

8/27/15

Add Control Panel on Desktop

Want to create a simple shortcut for the Control Panel on your desktop. It quite simple to do as long as you follow these easy to do instructions.

Link

8/26/15

Bypass the Win 8 Start Menu

If you still hate the Windows 8 start menu here's a easy tweak to bypass the start menu. You don't know how many user's wished that Microsoft would make things so simple.

Link

8/25/15

Delete Wordpress Comments

Have a Wordpress account and wanted to delete all your comments. Here is a simple way to do it so that you can remove comments that contain negative reviews, or comments you prefer not to see online. Take control of your Wordpress accounts and start now.

Link

8/24/15

Creating simple Cache

Understand Windows Cache, so you already know that you should be doing this on a regular basis. If you want to create your own Cache you can do so by following these easy steps below. Free up your computer and cache it every once in a while when you notice that it's running slower.

Link

8/23/15

Make a bootable USB

Here's an excellent way to make a USB disk bootable without formatting it. I am so glad to see that this technology is changing quickly and hoping soon to see more usb tweaking softwares.

Link
Download

8/22/15

Vivaldi

Chrome has a new browser and it's Vivaldi. It's created by old Opera developers and you can except to see a new look. Give it a try and let me know what you think. There is always potential in the internet world for new browsers.

Info
Link

8/21/15

Lock Chrome

There are times when your online and don't want other's to be viewing or going to any of your saved websites. This can be used for security or for personal reasons. Regardless here's the simple way to lock down Chrome to specific users online.

Link

8/20/15

Send Files Anywheres

Want to send files anywhere, no problem as long as  your using Send Anywhere. It's easy to install and simple to send files to anyone and any where you decide you want them to be retrieved.

Info
Link

8/19/15

Zoho Assist

Looking for a simple remote support software to help connect your friends and co-workers when they are in need of remote support. This easy to use software gets you connected with just a few clicks of it's software. Simple and easy to do.

Link

8/18/15

DelFix

Recently cleaned a computer with a virus on it and now that the virus is gone your still wondering if files or folders were left behind. This is where DelFix comes in to remove left over folder and files that are no longer needed and are not useful to your computer.

Link

8/17/15

Snappy Driver

Have a driver headache here's a nice software to update you Windows drivers either standalone or with regular updates. It's a great relief to simply update a driver from one place than to manually update it online.

Info
Link
Alt Link

8/16/15

Win 8 Start Menu's

Windows 8 start menu add on are here. If you unsure which one to use try them out and you can always uninstall and re-install another replacement. 
Currently there are just a few of them out there that are worth installing, the rest are premium software that add additional other features, it's your choice.

8/15/15

Skybank Financial

Looking for a credit card company with more than just payments. This site guarantee's the lowest price for the current rate plus you also can create invoices, get loans, and do ACH transfers all in one. Great way to go if your a business without a checking account.

Link

8/14/15

Software Labs

Running a particular software and want to run some test to see if it with stands a regular work environment. These links below will help you run your program for practice lab tests.

Exploit
Oldversions
Oldapps
hacking lab

8/13/15

Misc Lab Sites

Want to test your business vulnerabilities. Here are some great links to test your system in case you one day get an unexpected attack. It's always a good resource to prepare for the unexpected.

Vulnerable VPN Service
Network in VM
Graphical Network Simulator
Install Apache, MySQL, PHP, Peral Pack

8/12/15

Vendor Testing Sites

Great site to test your system vulnerability from these great vendors. The scanners are simple and hoping to secure your environment effectively.

Acunetix Acuforum
CrackMe
Hp Freebank
IBM altoromutual
Mavituna Testsparker
NTOSpider Web Scanner


8/11/15

Chrome OS info

Here are some information about Chrome OS that many users have no knowledge of. If you have a Chromebook or what some more information you should be aware of how Chrome updates.

Link

8/10/15

IE is dead

If Internet Explorer is dead, why hasn't Microsoft pushed it's new browser or try to please current customers on an alternative?
Microsoft still wants to control the internet and be a major player when it comes to browsing the web. They are not going to give up their years of dominance without a fight. You can expect them to just sit quiet and hope that their new browser becomes another success.

Link

8/9/15

Top Android Games

Want to know what top android game everyone seems to be downloading. These eighteen games are currently the top games that everyone keeps on downloading. I guess that can't keep their hands off of them.

Link

8/8/15

Superfish Help

Looks like computer manufactures recently got hit with complaints on installing trial programs on new computers. With this comes a new program to combat bloatware.

Detect
Link

8/7/15

Panda Antivirus 2015

Looking for a new free antivirus software to protect you online. Why not try Panda antivirus and see if it does the trick. You will be amazed on what you can get free online.

Link

8/6/15

Background Image Generator

I enjoy have great backgrounds on my personal computer that every now and then I try something new. It's a great time to be creative.

Link

8/5/15

Website Developer Links

Looking for website developer links to customize your website. These sites will help you create a more unique site so that your visitors will hopefully come back over and over again.

Links

8/4/15

Infected USB

Have an infected USB disk full of malware and don't know what to do next? It's simple just run a malware scanner to remove the virus or malware on the USB stick and run also this software called USB fix to make sure you removed everything. And then all should hopefully be good.


Link

8/3/15

Bitorrent Sync 2.0

Bitorrent just released it's Pro version of Sync 2.0 and what's great about it is that you can share files and folder in terabyte range with automatic syncing. Check it out and worth the premium price if your a serious down loader.

Info
Link
Download

8/2/15

Tweaker

Windows are sometime annoying to customize. Unless you know how to create bat files and registry keys, tweaking Windows can be difficult to do if you just want things to be a certain way.
Here are a few Windows tweaks to help you get your Windows customized the way you want it to be.

Info

Link 1


Info 

Link 2 

Images Win 8


Other Tweakers

8/1/15

OpenStreet Map

Here's another Google Maps alternative to help you get where your going. It's focus is relying on it's user's to make map corrections and name corrections. If everything goes right this new map site will take where Google has yet to go.

Info
Map

7/31/15

Rename Administrator Account

If your an network administrator you already know that hackers love to try to get into your network via the administrator account. Your best bet is to change the administrator account name so that hackers can't get into your account and so that your network is always secure. Here some more info on changing administrator accounts.

Link

7/30/15

Disable Admin Tools in Win8

Want to disable the Administrator Tools in Windows 8, well it will be a good idea if you have a user who always likes to play around with their computer. Locking out this feature will enable them not to mess up the computer settings. You just don't know what people can do when they mess around with things.

Link

7/29/15

Tenoreshare Reiboot

Having problems with your Apple device and need to reboot the OS so that you can restore, and recover where you left off. This handy software brings light to the buggy software when you just need your device up and running.

Info
Link

7/28/15

Who is hogging my bandwidth

Tired of slow bandwidth hogging up your network. Try finding out whose the culprit and end the bandwidth hogging once and for all.

Link

7/27/15

Whose on my Network

Have a wireless network and always want to know whose on it? There's an easy way to do this and the great thing about it is that you can always see whose tapping into your network.

Link

7/26/15

Passcape ISO burner

Looking for another ISO burner, passcape comes to the rescue with simple to use tools. All you have to do is attach that folder you want to burn and then create your ISO.

Link

7/25/15

Computer Toolbox

This great computer toolbox software just does wonder to fix computers. It's a handy software to run from a flashdrive and go where ever you go. It does so much for a freebie and you'll enjoy fixing computers.

Info
Link

7/24/15

OneDrvie for Business

Looks like Microsoft is going all out on making OneDrive your ideal business solution. Not only does it integrate with your email but it makes file management easier.
Cloud is changing the way we use our computers and this big giant is betting big that everyone, everywhere will go cloud. Let's give Microsoft an applaud for now and see what's going to happen next.

Link

7/23/15

PC for under $100-

Here's a great computer for under a hundred dollars. You get a bargain for a sweet computer with all the essentials. The only down fall on this computer is that it's running Linux but it's similar to Windows and you should be able to do most of your web browsing on it like regularly.

Link

7/22/15

Stock Games

Want to expand your stock trading skills? Here are some cool games you should always play with so that your ahead on picking a winning stock. Chances are that you will hit it big.

Link

7/21/15

Windows as a service Enterprise

Microsoft is upgrading to Windows 10 and with this comes new rules and new services. Windows Enterprise version will be classified on different categories in this comes these new rules.

Link

7/20/15

Create Icons

Want to create your own Icon's no problem with this handy software from Any2Icon. All you do is install the software, find an image you want to make an Icon of and let the magic begin. There is no telling how many unique Icon's you can make.

Link

7/19/15

DocuSign

The world as we know it is changing and so are our signatures. In this comes DocuSign who wants to change the way we sign forms and make them all electronic.
Imagine buying a car, house, property, rent an apartment, etc. without the need to have to be present. I guess in an technological world this makes sense when we all are trying to go paperless.

Link

7/18/15

Block Windows .Net Framework Update

Net Framework is nice at times but sometimes you have to block their updates when your having software problems. To do this just following the information given to temporary block the recent update until either Windows or your third party software is patched.

Link

7/17/15

Kaspersky Software Updater

Looks like now antivirus software giant Kaspersky is trying to get into the software updater business with it's new utility software. Great idea, now that antivirus software is disappearing.

Link

7/16/15

Lazesoft Recovery Suite

I always enjoy seeing a different version of recovery software especially when it's free. You never know when they will come in handy and save you a bundle in useless computer recovery costs. Feel free to pass it on and send your friends links to this blog.

Link

7/15/15

Free Partition Wizard

In this day in age resizing the partition is not a great concern for many users anymore. Virtual software is making things easier and simple to use. But if your still looking for a partition wizard here's a great freebie.

Link

7/14/15

Fix Need to Format the Disk Error

Want to know how to fix the need to format the disk error, this is very simple and will require you to restart the computer and putting the disk drive on another USB port. Then if that doesn't work, try another computer and see if it works then. If all is running normal then there could be some capability issues with the version of Windows your running using that USB device.

Link

7/13/15

USB Nuke Drive

This is very scary if your a network administrator. It's being posted to beware of your network safeguards and it's not meant for DIY project. But in the technological world will live in today, you need to always prepare for the worst. In this comes this unbelievable USB nuke drive that will not only fry the computer computer, but wipe it out as well. It's pretty ingenious and amazing how the process works and it will always be in my mind forever. It's the Mission Impossible flash drive.

Link

7/12/15

Get MAC address

Want to get a MAC address for a windows unit. just goto the command prompt and type "getmac" and you can easily get that information so that it can be inputted into your wireless device to filter MAC addresses on your network. A great way to secure all your wireless devices on your network.


Window key + R
cmd
getmac

7/11/15

Learn Programming

It's a great time to learn programming. Why not start here with these simple to read programs and if you still enjoy programming, you can then decide to take the next step.

Link
Link

7/10/15

Customize Keyboards

In need of customizing your current keyboard. This site is a great help and you have a choice on how you can stand out certain keys from the others. It's a great help to make things easier for everyone.


Link
Link
Link

7/9/15

Memory Overclocking worth?

Ever think of overclocking your memory. Well just in case you were curious it can be done. But in the long run what it will do is cost you in loosing computer stability and you can wear your parts prematurely causing ongoing system crashes. The GPU can recover from a glitch but not the RAM. The overall performance is minimal and the cost is just not worth it. So if you think you might want to do it for gaming. Don't waste your time and spend the money on better performance hardware.

7/8/15

Registering MS Office

Having problem registering Office here's a great tip to get the software going again. Do a command prompt with administrator rights then goto Office 14 folder for 64 bit version it will be c:\Program Files\Microsoft Office\Office14 then run the command "cscrip ospp.vbs /act" after this your Office license should then be registered and alright to go from that point.

7/7/15

Password Removers

These companies are changing passwords forever and if they get there way we could be looking at a new password technology in it's making. Good or bad has yet to be told. But at least they are hoping to make our lives easier.

Link

7/6/15

Junkware Removal

Looks like computer junkware is every where and with this comes another software that's helping you cleanup your computer problems before it starts. My theory is that if it's a trial version, I don't want it and you should also do the same. Take control of your computer and say goodbye to junkware.

Link

7/5/15

Did you go on a Date

Curious if you went on a date with someone? Well this flow chart can rule out if it was a date or not. For those individuals who still can't tell the difference.

Link


7/4/15

February Month Explanations

Here's is a good explanation why the month of February has few days. Blame it on the Roman's they say. Regardless this is a great start to your answer to the curious short month. Don't know how true this information is, but it make sense.

Link


7/3/15

Backup Apps

Need an application to backup all Android application on your phone just in case you loose it or it was stolen. Then neat software does just that and with confidence that all of your applications are backed up, just in case.

Link

7/2/15

Boost WiFi

There are times when you buy a WiFi you get outages in certain areas of your home and it make it difficult for you to use your WiFi devices where ever you go. If you want a solution to extend your WiFi area, the link below will give you a start on what you should be looking for.

Link

7/1/15

Best Gmail Labs

Ever wanted to know what Gmail lab features are the best to use. Check out this link to enable Gmail's best lab tools to make your life easier.

Link