Showing posts with label Windows. Show all posts
Showing posts with label Windows. Show all posts

Tuesday, February 3, 2015

How to Check Your Motherboard Model Number on Your Windows PC

Whether you need to update drivers, want to check hardware compatibility, or you’re just curious, it’s way easier to check your motherboard model number with these simple tricks than it is to crack open your computer case to check the board itself. Read on as we show you how to check your motherboard model number from the comfort of your keyboard.

Why Do I Want To Do This?

There are a variety of situations where knowing your motherboard’s model number is important: upgrading your drivers, buying new hardware (you’ll need the proper expansion slots for card-based upgrades and the right memory DIMMS for memory upgrades, etc.), and checking the capabilities of your board if you’re considering upgrading the entire thing.
If you kept the paperwork that came with your computer (or the individual components if you built it yourself) you can often times reference that. Even then, it’s best to check to make sure the documentation is correct. Rather than open the case and search for the model number, it’s easy to use tools within Windows to check things out.

Checking Your Model Number via CMD.exe

If you’re comfortable using the command line, you can easily check a variety of motherboard and hardware stats using the handy Windows Management Instrumentation Command-line (WMIC) a command-line interface for Microsoft’s powerful WMI tool.
With the WMIC we can entry the query baseboard to check motherboard stats and then additional specific query modifiers like get Manufacturer, Model, Name, PartNumber, slotlayout, serialnumber, poweredon to get more detailed information about the motherboard. Let’s check our motherboard’s manufacturer, model number, and serial number using WMIC.
Open up the command prompt in Windows via either the run dialog (WIN+R) or via the search in the start menu; enter cmd.exe into either, no need to run it as an administrator. Enter the following text at the command line.
wmic baseboard get product,Manufacturer,version,serialnumber
This will return the following data.
The above information checks out for our system: the manufacturer is MSI, the board is the Z87-G45 (MS-7821), and while the WMIC tool attempted to check the serial number apparently, alas, MSI left that particular bit unfilled for whatever reason. None the less, the WMIC tool functioned just as it should, and without opening the case or using any third party tools we have the basic information we’re looking for.

Checking Your Model Number via Speccy

If you’d prefer a GUI-based way to check your motherboard’s model number (as well as a method that yields more information at a glance than the WMIC tool), the free tool Speccy by Piriform (the folks that brought us CCleaner) is a handy app to have around.
Grab a free download here and then fire it up.
Not only will it tell your model number, as seen above, but if you click on the Motherboard entry in the left hand navigation column, you can check even more information about the motherboard like the chipset and voltage settings.

Have a pressing tech question, hardware releated or otherwise? Shoot us an email at ask@howtogeek.com and we’ll do our best to answer it.

Friday, September 26, 2014

How to Check Your BIOS Version and Update it

bios-update

You probably shouldn’t update your BIOS, but sometimes you need to. Here’s how to check what BIOS version your computer is using and flash that new BIOS version onto your motherboard as quickly and safely as possible.
Be very careful when updating your BIOS! If your computer freezes, crashes, or loses power during the process, the BIOS or UEFI firmware may be corrupted. This will render your computer unbootable — it’ll be “bricked.”

How to Check Your BIOS Version in Windows

Your computer’s BIOS version is displayed in the BIOS setup menu itself, but you don’t have to reboot to check this version number. There are several ways to see your BIOS version from within Windows, and they work the same on PCs with a traditional BIOS or a newer UEFI firmware.
To use a command, open a Command Prompt window — press Windows Key + R, type cmd into the Run dialog, and press Enter. Run the following command:
wmic bios get smbiosbiosversion
You’ll see the version number of the BIOS or UEFI firmware in your current PC.
find-bios-version-from-command-prompt
You can also find your BIOS’s version number in the System Information window. On Windows 7, you can search the Start menu for System Information to find it. On Windows 8, it’s more hidden — but you can still launch the System Information panel on Windows 8.
The BIOS version number is displayed on the System Summary pane. Look at the BIOS Version/Date field.
find-bios-or-uefi-version-in-windows-system-information

How to Update Your BIOS

Different motherboards use different utilities and procedures, so there’s no one-size-fits-all set of instructions here. However, you’ll perform the same basic process on all motherboards.
First, head to the motherboard manufacturer’s website and find the Downloads or Support page for your specific model of motherboard. You should see a list of available BIOS versions, along with any changes/bug fixes in each and the dates they were released. Download the one you want to update to. You’ll probably want the newest BIOS version unless you want an older one for a specific reason.
If you purchased a pre-built computer, head to the computer manufacturer’s website, look up the computer model, and look at its downloads page. You’ll find any available BIOS updates there.
download-updated-bios
Your BIOS download probably came in an archive — usually a .zip file. Extract the contents of that file. You’ll find some sort of BIOS file — in the screenshot below, it’s the E7887IMS.140 file.
The archive should also contain a README file that will walk you through updating to the new BIOS. You should check out this file for instructions that apply specifically to your hardware, but we’ll try to cover the basics that work across all hardware here.
bios-archive

You’ll need to choose one of several different types of BIOS-flashing tools depending on your motherboard and what it supports. The BIOS update’s included README file should recommend the ideal option for your hardware.
Some manufacturers offer a BIOS-flashing option in their BIOS, or as a special key-press option when you boot the computer. You copy the BIOS file to a USB drive, reboot your computer, and enter the BIOS or UEFI screen. From there, you choose the BIOS-updating option, select the BIOS file you placed on the USB drive, and the BIOS updates to the new version.
You generally access the BIOS screen by pressing the appropriate key while your computer boots — it’s often displayed on the screen during the boot process and will be noted in your motherboard or PC’s manual. Common BIOS keys include Delete and F2. The process forentering a UEFI setup screen on a Windows 8 PC is a bit different.
bios-menu
There are also more traditional DOS-based BIOS-flashing tools. You’d create a DOS live USB drive and copy the BIOS-flashing utility and BIOS file to that USB drive. You’d then reboot your computer and boot from the USB drive. In the minimal DOS environment, you’d run the appropriate command — often something like flash.bat BIOS3245.bin — and the tool would flash the new version of the BIOS.
The DOS-based flashing tool is often provided in the BIOS archive you download from the manufacturer’s website, although you may have to download it separately. Look for a file with the .bat or .exe file extension.
In the past, this process was performed with bootable floppy disks and CDs. We recommend a USB drive because it would probably be the easiest method on modern hardware.
run-dos-program-from-a-bootable-usb-drive
Some manufacturers provide Windows-based flashing tools, which you run on the Windows desktop to flash your BIOS and then reboot. We don’t recommend using these, and even many manufacturers who provide these tools usually caution against using them. For example, MSI “strongly recommends” using their BIOS-based menu option instead of their Windows-based utility in the README file of the sample BIOS update we downloaded.
Flashing your BIOS from within Windows can result in more problems. All that software running in the background — including security programs that may interfere with writing to the computer’s BIOS — could cause the process to fail and corrupt your BIOS. Any system crashes or freezes could also result in a corrupted BIOS. It’s better to be safe than sorry, so you should use a BIOS-based flashing tool or boot to a minimal DOS environment to flash your BIOS.
windows-bios-flashing-utility

That’s it — after you run the BIOS-flashing utility, you’ll reboot your computer and immediately begin using the new BIOS or UEFI firmware version. If there’s a problem with the new BIOS version, you may be able to downgrade it by downloading an older version from the manufacturer’s website and repeating the flashing process.

Sunday, July 13, 2014

How to Set Up BitLocker Encryption on Windows

bitlocker-locked-drive-icon

Windows can encrypt entire operating system drives and removable devices with its built-in BitLocker encryption. When TrueCrypt controversially closed up shop, they recommended their users transition away from TrueCrypt to BitLocker.
BitLocker Drive Encryption and BitLocker To Go require a Professional or Enterprise edition of Windows 7, 8, or 8.1. However, the “core” version of Windows 8.1 includes a “Device Encryption” feature that works similarly.

Enable BitLocker For a Drive


To enable BitLocker, open the Control Panel and navigate to System and Security > BitLocker Drive Encryption. You can also open Windows Explorer or File Explorer, right-click a drive, and select Turn On BitLocker. If you don’t see this option, you don’t have the right edition of Windows.
Click the Turn on BitLocker option next to an operating system drive, internal drive (“fixed data drive”), or removable drive to enable BitLocker for the drive.
There are two types of BitLocker encryption you can enable here:
  • BitLocker Drive Encryption:  Sometimes referred to just as BitLocker, this is a “full-disk encryption” feature that will encrypt an entire drive. When the computer boots, the Windows boot loader loads from the System Reserved partition, and the boot loader will prompt you for your unlock method — for example, a password. BitLocker will then decrypt the drive and load Windows. The encryption is otherwise transparent — your files will appear like they normally would on an unencrypted system, but they’re stored on the disk in an encrypted form. You can also encrypt other drives in a computer, not just the operating system drive.
  • BitLocker To Go: External drives, such as USB flash drives and external hard drives, can be encrypted with BitLocker To Go. You’ll be prompted for your unlock method — for example, a password — when you connect the drive to your computer. If someone doesn’t have the unlock method, they can’t access the files on the drive.
bitlocker-drive-encryption[4]

Use BitLocker Without a TPM


BitLocker Drive Encryption normally requires requires a computer with a TPM to secure an operating system drive. This is a microchip built into the computer, installed on the motherboard. BitLocker can store the encryption keys here, which is more secure than simply storing them on the computer’s data drive. The TPM will only provide the encryption keys after verifying the state of the computer. An attacker can’t just rip out your computer’s hard disk or create an image of an encrypted disk and decrypt it on another computer.If the PC you’re enabling BitLocker on doesn’t have a Trusted Platform Module (TPM), you’ll see a message saying your administrator must set the “Allow BitLocker without a compatible TPM” option.
bitlocker-can't-use-a-trusted-platform-module
If you’re doing this on your own computer, you’re the computer’s administrator. You’ll just need to open the Local Group Policy Editor application and change this setting.
Press Windows Key + R to open the Run dialog, type gpedit.msc into it, and press Enter. Navigate to Computer Configuration \ Administrative Templates \ Windows Components \ BitLocker Drive Encryption \ Operating System Drives. Double-click the “Require additional authentication at startup” setting, select Enabled, and check the “Allow BitLocker without a compatible TPM” option. Click OK to save the new setting.
use-bitlocker-to-encrypt-system-drive-withotu-tpm

Choose an Unlock Method

Next, you’ll see the “Choose how to unlock your drive at startup” screen. You can select several different ways of unlocking the drive. If your computer doesn’t have a TPM, you can unlock the drive with a password or by inserting a special USB flash drive that functions as a key.
If your computer does have a TPM, you’ll have additional options. For example, you can configure automatic unlocking at startup — your computer will grab the encryption keys from the TPM and automatically decrypt the drive. You could also secure it in other ways — for example, you could provide a PIN at startup. That PIN would unlock the strong decryption key stored in the TPM and unlock the drive.
Choose your preferred unlock option and follow the instructions in the next screen to set it up.
bitlocker-drive-encryption-choose-how-to-unlock-your-drive-at-startup

Back Up Your Recovery Key

BitLocker will provide you with a recovery key. This key can be used to access your encrypted files if you ever lose your main key — for example, if you forget your password or if the computer with the TPM dies and you have to remove the drive.
You can save the key to a file, print it, store it on a USB flash drive, or save it to your Microsoft account on Windows 8 and 8.1. If you back up the recovery key to your Microsoft account, you can access the key later at https://onedrive.live.com/recoverykey . Be sure to keep this key safe — if someone gains access to your key, they could decrypt your drive and bypass the encryption. You may want to back it up in multiple locations — if you lose this recovery key and your main unlock method, your encrypted files will be lost forever.
bitlocker-drive-encryption-how-do-you-want-to-back-up-your-recovery-key

Encrypt and Unlock the Drive

BitLocker will automatically encrypt new files as you add them, but you’ll need to choose what happens with the files currently on your drive. You can encrypt the entire drive — including the free space — or just encrypt the used disk files to speed up the process.
If you’re setting up BitLocker on a new PC, encrypt the used disk space only — it’s faster. If you’re setting BitLocker up on a PC you’ve been using for a while, you should encrypt the entire drive to ensure no one can recover deleted files. Encrypting only the used disk space is faster, while encrypting the entire drive takes longer.
You’ll be prompted to run a BitLocker system check and reboot your computer. After the computer boots back up for the first time, the drive will be encrypted. Check the BitLocker Drive Encryption icon in the system tray to see its progress. You can continue using your computer while it’s being encrypted, but it perform more slowly.
bitlocker-choose-how-much-of-your-drive-to-encrypt
When your computer boots, you’ll see a BitLocker prompt if you need to enter a password, PIN, or plug in a USB flash drive.
Press Escape here if you lose your unlock method. You’ll be able to enter your recovery key.
bitlocker-unlock-prompt-at-boot
If you choose to encrypt a removable drive with BitLocker To Go, you’ll see a similar wizard but your drive will be encrypted without any rebooting required. Don’t remove the drive while it’s being encrypted.
bitlocker-to-go
When you connect the drive to a computer, you’ll be prompted to provide the password or smart card you chose to unlock the removable device. Drives protected with BitLocker are identified with a lock icon in Windows Explorer or File Explorer.
bitlocker-to-go-enter-password-to-unlock-drive
You can manage a locked drive — change the password, turn off BitLocker, back up your recovery key, or perform other actions — from the BitLocker control panel window. Right-click an encrypted drive and select Manage BitLocker to go directly to it.
manage-bitlocker-in-control-panel

Like all encryption, BitLocker does add some overhead. Microsoft’s official BitLocker FAQ says that “Generally it imposes a single-digit percentage performance overhead.” If encryption is important to you because you have sensitive data — for example, a laptop full of business documents — it’s worth the performance trade-off.

Tuesday, February 11, 2014

Why Do You Need Formulas and Functions?

Geek School 1

This How-To Geek School class is intended for people who use Excel, or try to use Excel but are intimidated by the concept of formulas and functions. Its objective is to make you an Excel pro or at least, a competent amateur, in just a few lessons.
Note: for the uninitiated, this is the very first lesson in the first series for How-To Geek School. We will be running a new lesson every single weekday, Monday through Friday, from now until we’ve covered every subject. So stay tuned for more, and we’ll be making a formal announcement about how it works next week.

What is Excel and Why Do We Need It?

If you are an office administrator, you probably use Excel. Ditto, if you are a salesman. If you are a financial analyst, of course, you need Excel. For these and many other professions, working with spreadsheets is an essential tool in the daily routine.
People who are math wizards will probably immediately take to Excel and use it like a natural extension of their computational processes. Most of the rest of us … probably need some help in that department.
If you did not pay attention in high school algebra class, don’t fret! All you need to do is learn some basic knowledge of formulas and functions from this How-To Geek School series and apply them to your work.
If you don’t know whether or not you need Microsoft Excel, then you probably have not been shown what it can do. Once you do know, then you can find ways to use it in your work to make complicated and tedious tasks easier.
Microsoft Excel is more than just a program to enter names and numbers. For example, if you simply want to list the names of students in your class then you can just make a Word document. Word is fine for writing essays and making lists but to do calculations, you need Excel’s formulas and functions.

A Brief Tour of the Excel Interface

Before we dive in, let’s just briefly review the Excel interface. You may already know all this stuff, but it never hurts to review.
When you open a blank Excel spreadsheet, it is known as a “workbook” or “book” and each spreadsheet in a book is a known as a “worksheet” or “sheet”.
image002[5]
The top of the app is dominated by the “ribbon” (grey), which sub-divided into “tabs” (red), which are then further sub-divided into “sections” (blue).
image003[4]
Below the ribbon is the “name box”, which lets you rename “cells” and then to the right of that is an area that allows you to create your all-important “formulas”. If you hover over each icon, you can see the purpose of each button, but what we’re most concerned with is the wide area where our formulas and functions will be displayed.
image004[4]
Finally, the worksheet is arranged in “columns” (denoted by letters) and “rows” (indicated by numbers). Each location is a “cell” and a group of cells is known as a “range”. If you have multiple sheets in a book, you can quickly flip through them using the tabs seen below the sheet. Below that, in the grey status bar, you can adjust your page views and zoom level.
image005[4]
That’s it, pretty simple, and just a short overview of some of the terminology you’ll encounter in this HTG School series.

What is a Function?

A function is a calculation or operation that returns a result. The inputs in a function are called “arguments”.
All functions begin with an equals sign [=]. That way Excel knows not to treat the arguments as text. For example, =AVERAGE(2,4) is a function but AVERAGE(2,4) is just a string of text. Without an equals sign, Excel will not calculate a result. The arguments in this function are 2 and 4.
Note, Excel uses upper-case letters to list functions, but you can use lower or upper-case letters when you write them.
In Excel, the “Function Library” can be found on the “Formulas” tab.
image006[4]
There are 13 categories of functions, some of which are:
  • Mathematical: AVERAGE() – calculates the average of a series of numbers.
  • Date and time: DATEVALUE() – converts a string of text like “30 November 2013” to a number so that you can use this number in other date and time functions. You cannot do math with dates unless you convert them to numbers first. We explain this in detail in Lesson 4.
  • Text: LEN() – returns the length of a string. For example =LEN(“Excel”) is 5.
  • Logical: IF() – the IF() function is written like =IF(<test>, then A, else B). So, if “test” is true, then the result is A; if “test” is not true, then B.
  • Lookup and Reference: These are needed to lookup values elsewhere in the spreadsheet. For example, VLOOKUP looks in a table of values to find one cell.
How could you use this last one? Well, to get the day of the week in text from a date function. You can use VLOOKUP to scan a table to turn this number into something easier to understand, like “Wednesday”.
There are also special functions for financial, engineering, and statistics which are listed separately on the “More Functions” menu.
image007[4]

What is a Formula?

A formula is combination of “operators”, “operands”, and “functions”.
For example, the function =SUM adds a list of numbers (it is so commonly used, that is listed on the first menu in Excel, abbreviated by the Greek letter Sigma (Σ), which is the notation that mathematicians use to sum a series).
You use a formula like doing a calculation by hand. For example, you could put your family budget into a formula like this:
Remaining cash = (4 * weekly salary) – mortgage – food – utilities
The operators are multiply [*] and subtract [-]. The operands are the values “weekly salary”, “mortgage”, “food”, and “utilities”. The result is “remaining cash”.

Names and Addresses

The values for “food” and the other operands are names that you define in Excel. Without a “name”, you would have to use the “address”.
The address of a cell is written using row-column notation. The rows are given numbers and the columns, letters. The first cell in the spreadsheet is A1. When you have reached the end of the alphabet, the rows are numbered AA, AB, BA, BB, and so forth.
Formulas can be more complicated than the family-budget example. In high school you learned that that the area of a circle is the radius times pi squared or πr2.
In Excel, you can write this using the formula =PI() * radius ^ 2.
Here, PI() is the function that returns the number 3.14 and “radius” is a “name” we have given to a cell that contains the radius; the “operators” are the exponent (^) and multiplier (*).

Order and Precedence

Parentheses are used to indicate the order and precedence in calculations.
The area of a circle can also we written πrr but not (πr)2, so you need to understand order and precedence to get right answer. Exponents are evaluated before multiplication, so parentheses are not needed in this case. The function squares the radius first then multiplies that by Pi.
If you wanted to eliminate any possible doubt you could be explicit and write =Pi * (radius ^2).
We will explore order and precedence further in Lesson 2.

Coming up Next …

For the remainder of this series, we will concentrate on a four key areas:

Lesson 2: Defining and Creating Formulas

To get started, the first item to explore is how to create formulas and understand the basic rules:
  • How to create a formula
  • Calculation operators
  • Order and precedence
  • Demonstrate how a function is used within a formula

Lesson 3: Cell Reference and Formatting

In this lesson we discuss the three types of cell reference (relative, absolute, and mixed), formatting, how to move or copy and formula, and circular references.
Suppose you have a formula in cell B1 that says =A1*2. If you copy that formula to cell B2 (one cell to the right), then the cell reference changes too.
The new formula says B1*2. You can use the dollar sign ($) to anchor the cell reference so that copying it does not change where it points (don’t worry, we cover this in a bit).

Lesson 4: Useful Functions You Should Get to Know

This lesson explains some of most commonly-used functions and how we can apply them in useful calculations and how to “nest” functions.
To nest a function means put one function inside another. For example, if you want to know what day today is, write =WEEKDAY(NOW()).
NOW() gives today’s date and WEEKDAY() turns it into a number from 1 to 7. NOW() is “nested” inside WEEKDAY().

Lesson 5: Advanced Functions: If, Nested-If, and Lookups

If you want to create complex models or algorithms, you will need to know how to combine logic and lookup functions including IF and nested IF statements and lookups including VLOOKUP and HLOOKUP.
An example of lookup function would be =COLUMN(). This gives the column number of a cell reference, e.g., A=COLUMN(A1).
We’ll also briefly cover pivot tables. A pivot table is used to extract meaning from data. For example you could take a list of sales and group them by region or sales person to give you the totals for each.

Wednesday, February 5, 2014

4 Hidden Window Management Tricks on the Windows Desktop

automatically-arrange-windows-tiling-window-manager-for-windows

Windows has quite a few features for autoamtically arranging windows, placing them side by side or tiling them on your screen. These features are a bit hidden, so you may not have noticed them.
We used Windows 7 here, but all of these tricks also work on Windows 8 except the ones that require the Task Manager. Many of the tricks also work with earlier versions of Windows.

Aero Snap for Side-by-Side Windows

RELATED ARTICLE
Aero Isn’t Gone in Windows 8: 6 Aero Features You Can Still Use
Many people think Aero is completely gone in Windows 8, but this isn’t true. Microsoft hasn’t helped matters by saying... [Read Article]
Aero Snap is extremely useful. It was introduced with Windows 7, but it’s also available on Windows 8. Microsoft says they got rid of Aero in Windows 8, but Snap is one of the Aero features still available on Windows 8.
The Snap feature makes a window take up half of your screen, making it easy to arrange two windows side by side without manually resizing and moving them around. To use Aero Snap, hold the Windows key and press the left or right arrow keys. The current window will be resized and placed at the left or right side of the screen.
You can also click a window title bar, hold down the mouse button, and drag the window’s title bar to the left or right edge of the screen. You’ll see a preview of the shape the window will become. Drop the window on the edge of the screen and it will be automatically resized to take up the appropriate side of the screen.
aero-snap-window-drag-and-drop-preview

Maximizing, Restoring, and Minimizing Windows

You can maximize a window by dragging and dropping its title bar, too. Just drag and drop it to the top edge of the screen. . You’ll see a preview of the shape the window will become. Release your mouse button and the window will take up the entire screen. When you grab the title bar with your mouse and drag it away from the top of the screen, the window will be restored to its previous size.
With keyboard shortcuts, you can press Windows Key + Up arrow to maximize a window or press Windows Key + down arrow to restore a maximized window. Press Windows Key + down arrow again to minimize a window.

Cascade, Stack, or Tile Windows From the Taskbar

Right-click the taskbar and you’ll see three window management options — Cascade windows, Show windows stacked, and Show windows side by side. You’ll also see an “Undo” option if you right-click the taskbar after clicking one of these options.
window-management-options-in-taskbar-context-menu
The Cascade windows option will arrange your open windows in a “cascade,” allowing you to see all their title bars at once. This option isn’t the most practical.
cascade-windows-from-taskbar
The Show windows stacked option is a bit more interesting, as it allows you to arrange your windows stacked vertically on top of each other. This probably isn’t ideal for typical wide-screen displays, but it could be useful in some situations.
show-windows-stacked
The Show windows side by side option is even more interesting, as it allows you to have Windows automatically arrange your open windows side-by-side with each other. It’s like Aero Snap, but it allows you to have three or more windows automatically arranged so they’re side by side — useful for multitasking on large, wide screen monitors.
show-windows-side-by-side-aero-snap-three-windows

Arrange Windows From the Task Manager

RELATED ARTICLE
8 Things You Didn’t Know You Could Do In Windows 7′s Task Manager
The Windows Task Manager is often used for troubleshooting – perhaps closing an application that isn’t working properly or monitoring... [Read Article]
You can also open the Task Manager from the taskbar’s right-click menu or press Ctrl+Shift+Escape to open it with a keyboard shortcut. The Task Manager has some integrated window management options, among its many other hidden features.
Note: Microsoft introduced a new Task Manager in Windows 8, and it doesn’t appear to have the window list pane or any window management features anymore. You can’t use the below tricks on Windows 8 — Microsoft probably removed them because they were used so rarely.
Click the Windows menu in the Task Manager and you can select Tile Horizontally or Tile Vertically. Interestingly, these options seem to arrange windows in a different way than the task bar options do, tiling them both horizontally and vertically in a way that allows as many windows as possible to appear on your screen at a time.
tile-vertically-or-horizontally-from-task-manager
The Applications tab displays a list of all your open application windows, and it allows you to perform some more advanced tricks. Selecting multiple windows here allows you to arrange only specific windows automatically.
For example, let’s say we wanted to make three specific windows appear side-by-side. First, we’d select three windows by holding the Ctrl key and clicking each window’s name. Next, we’d right-click a selected window and select the Tile Vertically option. Windows will automatically arrange the three windows side-by-side.
tile-specific-windows-from-task-manager

Some of these features are more useful than others. The Snap feature is crucial for multitasking with multiple desktop application at a time. The Tile features aren’t used as frequently, but they could be very useful if you have a large monitor and need to arrange many windows on the screen so that they’re all visible at the same time.

Thursday, January 30, 2014

How to Block an Application or .EXE from Running in Windows

While doing some cleaning up on a test computer around the office, we realized that we’ve never written about how to block an application from running using a registry hack. It’s easy, so here you go.
It’s worth noting that this doesn’t work for blocking things that will be running as services, and a lot of spyware and malware abuses the built-in Windows rundll32 utility to run their stuff without actually using an executable. This technique won’t work for that.
If you’re running the Professional version of Windows, you can use the Group Policy editor to make a list of allowed applications rather than a registry hack, or you can use this same technique to block applications.

Blocking Applications from Running with a Registry Hack

To make this work, you’ll need to browse through the registry and create a key or two. Open up regedit.exe through the WIN + R menu, and then head down to the following key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
Once you get to that key, create a new 32-bit DWORD called DisallowRun in the right-hand pane with the value set to 1. Then create a key under the Explorer key on the left-hand pane, and call it DisallowRun as well. If some of those keys don’t exist, you’ll want to right-click and create the keys like you can see in the next screenshot.
On the right-hand side underneath the DisallowRun key, you’ll want to create a bunch of String values with names starting with “1″ and going in numerical order (so the second one would be “2″ and the third “3″, etc). Set the value of each one to the name of the executable that you want to block. For instance, if you wanted to block Calculator and Notepad from running, you’d add two keys like this:
1    notepad.exe
2   calc.exe
This will end up looking something like the following screenshot:
Once you set this restriction and restart your computer, you can immediately see the change by just trying to run the application — you’ll get a popup that looks like the first screenshot in this article.

Alternative: Use this Pre-Made Registry Hack

So you don’t want to do all of that. Open up Notepad, paste in this text, adjust the name of the applications listed in the file, and save it out as SomeFileName.reg, making sure to end the filename in .reg so it’ll be usable. Then double-click on the file.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"DisallowRun"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun]
"1"="someapplication.exe"
"2"="anotherapp.exe"
Nice and simple. Enjoy.

Wednesday, October 30, 2013

PDF Converter To Windows Context Menu

A common situation many users face when dealing with digital documents is having to convert PDF files to other formats such as Word, JPEG, TXT etc. Fortunately, there are a bunch of PDF converters out there that can get the job done, though finding the best one can become tedious at times. Back in February, we reviewed a handy online service dubbed Cometdocs that allows you to host any kind of document to the cloud and perform PDF conversion to other formats via its web-based interface.Cometdocs for desktop  a standalone tool by the same developer – brings the same conversion features to Windows. The tool makes document conversion a breeze, thanks to its context menu integration. And besides converting PDF to many other formats, it also lets you easily create PDFs out of other files. Details after the jump.
For those unfamiliar with Cometdoc’s web service, it provides 1 GB of free storage space that you can use to host files, in addition to the ability to convert documents between different formats. You need to create an account with the service before you can use all these features. The desktop application also requires you to create a Cometdocs account first, if you don’t have one already. Upon launch, Cometdocs for desktop asks you to sign in with your account; just input your email and password credentials, and click Sign In. The tool then begins running in the background.
Sign in to Cometdocs
Converting PDF files to other formats using Comerdocs is dead simple. It creates a ‘Convert To’ submenu in the context menu of PDF files. To convert a PDF to any of the supported formats, simply right-click your desired file and then hover your mouse over the Convert To submenu to see a list of supported formats. You will be amazed to see how many output formats this tool supports, including Microsoft Office files (Word, Excel, PowerPoint), TXT, LibreOffice files, AutoCad (DWG, DXF), and image files (JPEG, PNG, BMP, GIF, TIF). All you have to do is click your desired format, and the application will do the rest.
Convert To
The application doesn’t give you any flexibility and control over the file conversion method, quality and other parameters for the output file, which is pretty much the only shortcoming you may notice.
Besides document conversion, other files can also be converted to PDF. To do that, right-click the file you wish to convert, followed by clicking the ‘Create PDF’ option, as demonstrated in the screenshot below.
Create
The application doesn’t take much time converting the document between supported formats. It’s worth noting here that all the conversion is still done using the Cometdocs web service in the background, and the output is automatically downloaded to your computer in the same location as the input file after conversion. You can view recently converted and in process files by clicking Cometdoc’s system tray icon.
Recent conversions
The application is available free of cost and works on Windows XP, Windows Vista, Windows 7 and Windows 8.

Sunday, September 22, 2013

How Do You Remove a Default File Association in Windows 7?

The option to delete a file association is conspicuously absent from file associations user interface in Windows 7, so how can you delete file associations you no longer want? Read on as we explore how to remove a default file association.
Today’s Question & Answer session comes to us courtesy of SuperUser—a subdivision of Stack Exchange, a community-driven grouping of Q&A web sites.

The Question

SuperUser reader Christothes writes:
I somehow have set the default file type association for a file type in Windows 7. It doesn’t appear to be possible to delete it from the “Change the file type associated with a file extension” options screen. Is it possible to remove it?
While the tool for doing so definitely moved, certainly the option to remove a file association hasn’t vanished completely.

The Answer

SuperUser contributor Peter Mortensen offers the following solution:
Find the file extension in question under this key in the registry:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts
Deleting the sub-key with the same name as the extension you want to un-associate will delete the default program association. You’ll have to kill and restart explorer.exe for this to take effect.
You may also need to remove the same sub key from HKEY_CLASSES_ROOT as well.
It takes a little longer to root through the registry in search of the file association key than to use the old file association user interface, but it gets the job done.

Wednesday, February 6, 2013

Explorer++


Explorer++ Is A Light, Portable & Multi-Tabbed Windows File Manager

A major issue for many users when it comes to third-party file managers is that they look quite different from Windows Explorer, and overwhelm you by putting buttons and lists for everything but the kitchen sink in the toolbars. Fortunately, Explorer++ has been designed to look close to the native Windows Explorer, while providing users with some more useful features, without adding every feature imaginable. The left pane contains the familiar folder tree while the contents of each selected folder are displayed in the right pane, just the way you are used to. Each volume and folder can also be opened in a new tab by right-clicking it and selecting the Open in New Tab option – something we’re used to from web browsers.
Galaxy Nexus ToolKit - Explorer
Just like Windows Explorer, Explorer++ also displays details about the selected file and a thumbnail preview in the lower potion of the main interface.
File Preview
If you right-click a tab, you can choose to open a new tab, duplicate the current one, refresh the selected one or all open tabs, lock the current tab (it cannot be closed), lock tab and address (it cannot be closed or navigated to another folder), close all other tabs, or close tabs to the right of the current one.
Tab context menu
A handy option is the ability to save any directory’s complete listing by selecting the Save Directory Lists option under File menu. Complete information about a folder including its path, total size, number of contained files and folders as well as lists of their names are saved in the listing.
Directory Listing - Notepad
You can split a file into multiple parts and merge two files together using the options available in the Actions menu at the top. To spilt a file, just navigate to its location, open the Actions tab and select Spilt File. Next, enter the split size, output file name & output folder, and click the Split button at the bottom.
Split File
The Bookmarks tab allows you to bookmark your frequently used folders, allowing you to open them quickly rather than wasting time in navigating to them every time you need to open them.
Explorer   Bookmark
The Search dialog box allows you to search for files and folders by specifying part of the file name, or even several attribute options including Archive, Hidden, Read-only and System. Moreover, you can choose the search type to be case insensitive, use regular expressions and search sub folders.
Search
The Options menu is divided into 5 tabs including General, Files and Folders, Window, Tabs and Default Settings. Using these, you can customize the application startup, make Explorer++ the default file browser, run in portable mode, specify file and folder-related options, customize the UI, etc.
Options
Explorer++ is available for both 32-bit and 64-bit versions of Windows XP, Windows Vista, Windows 7 and Windows 8.