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

Saturday, June 15, 2013

Windows 8’s lock screen is very at home on a tablet, but it can also be used on laptops and desktops.  The lock screen is not just a background image – it contains widgets that display quick notifications.
These widgets, known as lock screen apps, allow you to view information – such as new emails, weather, calendar appointments, instant messages or social updates – without even unlocking your PC.

Select a Lock Screen Background

Lock screen settings are located in the PC setting application on Windows 8.  To access it, open the Settings charm (press Windows Key + I to quickly open the Settings charm from anywhere in Windows) and select Change PC settings.
Select the Personalize category and select Lock screen.  Click (or tap) one of the provided background images or use the Browse button and select any image from your computer, Bing, SkyDrive, or even your camera.
If you want more features, try using the Chameleon app located in the Windows Store.  It can watch “photo of the day”-type services and automatically change your lock screen background on a schedule, a feature not included with Windows 8.

Configure Lock Screen Apps

Lock screen widgets – known as “lock screen apps” in Windows 8 – allow you to view information at a glance.  Apps added to the lock screen are allowed to run in the background when your PC is locked so they can fetch new, updated information and display it on the lock screen.
You can configure the list of lock screen apps from the Lock screen apps section below the lock screen background chooser.  Click (or tap) an icon and select the app you want in that location.  You can get more widgets by installing more Windows Store apps – apps can choose to include lock screen integration.  If you do not want any lock screen apps – or just want a few – you can select the Don’t show quick status here option.

You can also choose an app to show a more detailed status.  For example, when you choose to display a detailed weather status, you will see the weather displayed in text on your lock screen.


That’s it for customizing the lock screen – it’s all about background images and lock screen apps.  However, with custom backgrounds and apps, each person’s lock screen could look different.

After using Windows 8 for a while, I’ve come to the conclusion that removing the Start button from the Taskbar was a huge mistake. Here’s how to make your own “Start” button that brings up the Metro Start screen—but doesn’t waste any memory at all.
What we’ll be doing is pretty simple—create a script that simulates pressing the Windows key button, make it into an executable, assign an icon, and pin it to the taskbar so that it sorta looks like the Start button, and works the same way. Since nothing is running, no RAM is wasted.

Creating Your Own Windows 8 Start Button

You’ll need to start by downloading and installing AutoHotkey, and then creating a new script with the New –> Autohotkey Script item on the context menu. Once you’ve done that, paste in the following code:



Save the script, and then right-click and choose the Compile Script option, which will create an executable file.



Right-click on the .exe and choose Create Shortcut, and then open up the Shortcut properties screen.



In here you’ll want to browse for the imageres.dll file, which has a lot of pretty icons in it. Here’s the path, which obviously will need to be adjusted if you installed Windows somewhere else.



There’s a Windows flag icon in there, as well as some other icons… and of course, you could use any icon file here if you wanted, including one that you’ve downloaded from somewhere.


Now you’ll want to use the Pin to Taskbar option on the context menu–you’ll probably need to drag it into the right position.


You’ll notice that I choose the Metro-style Window icon, which actually looks pretty cool… but again, you can use any icon you want.


That’s all there is to it—press the button, the Metro Start screen will come up. Zero memory usage, since nothing is running in the background. In fact, you should be able to uninstall AutoHotkey at this point if you want.

Wednesday, June 12, 2013

Whatever you think of it, Windows 8 isn’t just a new interface slapped on top of Windows 7. Windows 8 has seen a lot of security improvements, including an integrated antivirus, an application reputation system, and protection from boot-time rootkits.
There are also quite a few low-level security improvements under the hood. Microsoft hasn’t spelled out all of them, but Windows 8 manages memory in a more secure way and includes features that make security vulnerabilities harder to exploit.

Integrated Antivirus

Windows 8 finally includes an integrated antivirus program. it’s named Windows Defender, but the interface will be immediately familiar to anyone that’s ever used Microsoft Security Essentials – this is Microsoft Security Essentials with a new name. You can easily install any other antivirus you prefer and Windows Defender will be automatically disabled if another antivirus is running, but the integrated antivirus is a capable product. Best of all, this ensures that all Windows users will finally have antivirus protection out-of-the-box.

Early Launch Anti-Malware

In Windows 8, antivirus products can start earlier in the boot-up process to scan the system’s drivers for malware. This helps protect against rootkits that start before the antivirus program and hide from it. Windows Defender starts earlier in the boot process out-of-the-box, and third-party antivirus vendors can also add the Early-Launch Anti-Malware (ELAM) feature to their products.

SmartScreen Filter

Previously used only in Internet Explorer, the SmartScreen filter is now implemented at the operating system-level. It will be used to scan EXE files you download from Internet Explorer, Mozilla Firefox, Google Chrome, and other programs. When you download and double-click an EXE file, Windows will scan the file and send its signature to Microsoft’s servers. If the application is known-good, such as the installer for iTunes, Photoshop, or another popular program, Windows will allow it to run. If it’s known-bad, perhaps if it contains malware, Windows will prevent it from running. If it’s new and Windows doesn’t know what it is, Windows will warn you and allow you to bypass the warning.
This feature should help less-experienced users from downloading and running malicious programs from the Internet. Even new pieces of malware will be detected by the SmartScreen filter as an unknown new program that should be approached with caution

Secure Boot

On new Windows 8 computers that use the UEFI firmware instead of the old-style BIOS, Secure Boot guarantees that only specially signed and approved software can run at boot. On current computers, malware could install a malicious boot loader that loads before the Windows boot loader, starting a boot-level rootkit (or “bootkit”) before Windows even launches. The rootkit could then hide itself from Windows and antivirus software, pulling the strings in the background.
On Intel x86 PCs, you’ll be able to add your own security keys to the UEFI firmware, so you could even have your system boot only secure Linux boot loaders that you’ve signed. 

Memory Management Improvements

Microsoft has made a lot of under-the-hood improvements to the way Windows 8 manages memory. When a security hole is found, these improvements can make the security hole harder or even impossible to exploit. Some types of exploits that function on earlier versions of Windows wouldn’t function at all on Windows 8.
Microsoft hasn’t spelled out all of these improvements, but they have mentioned a few:
  • ASLR (Address Space Layout Randomization) has been extended to more parts of Windows, randomly moving data and code around in memory to make it harder to exploit.
  • Mitigations that were once applied to Windows applications are now also applied to the Windows kernel.
  • The Windows heap, where Windows applications receive their memory from, includes additional checks to defend against exploit techniques.
  • Internet Explorer 10 includes improvements that make 75% of the security vulnerabilities reported over the last two years more difficult to exploit.

New Apps Are Sandboxed

Apps for Windows 8’s new Modern interface (formerly known as Metro) are sandboxed and restricted in what they can do on your computer.
On the Windows desktop, applications had full access to your system. If you downloaded and ran a Windows game, it could install drivers on your system, read files from everywhere on your hard drive, and install malware on your computer. Even if programs run with limited credentials thanks to UAC, they typically install with Administrator privileges and can do anything they want during installation.
Windows 8 apps function more like web pages and mobile apps on other popular mobile platforms. When you install an app from the Windows Store, that app has limited access to your system. It can’t run in the background and monitor all your keystrokes, logging your credit card number and online banking passwords like applications on the traditional Windows desktop can. it doesn’t have access to every file on your system.
Apps for Windows 8’s new Modern interface are also available only available through the Windows Store, which is more controversial. However, users can’t install malicious Modern apps from outside the store. They’d have to go through the Windows Store, where Microsoft has the ability to pull them if they’re discovered to be malicious.
__________________________________________________________________

Windows 8 is definitely more secure than Windows 7. An integrated antivirus and application reputation system, along with a tamed app ecosystem that replaces the wild-west nature of previous versions of Windows, will probably make the most difference for inexperienced users that may not have ran an antivirus or knew which applications were safe to install on previous versions of Windows. Low-level improvements to the way Windows manages memory will help everyone, even power users.

Firewalls are an important piece of security software, and someone is always trying to sell you a new one. However, Windows has come with its own solid firewall since Windows XP SP2, and it’s more than good enough.
You also don’t need a full Internet security suite. All you really need to install on Windows 7 is an antivirus — and Windows 8 finally comes with an antivirus.

Why You Need a Firewall

The primary function of a firewall is to block unrequested incoming connections. Firewalls can block different types of connections intelligently — for example, they can allow access to network file shares and other services when your laptop is connected to your home network, but not when it’s connected to a public Wi-Fi network in a coffee shop.
A firewall helps block connections to potentially vulnerable services and controls access to network services — particularly file shares, but also other types of services — that should only be accessible on trusted networks.
Before Windows XP SP2, when the Windows Firewall was upgraded and enabled by default, Windows XP systems connected directly to the Internet became infected after four minutes on average. Worms like the Blaster worm tried to connect directly to everyone. Because it didn’t have a firewall, Windows let the Blaster worm right in.
A firewall would have protected against this, even if the underlying Windows software as vulnerable. Even if a modern version of Windows is vulnerable to such a worm, it will be extremely difficult to infect the computer because the firewall blocks all such incoming traffic.

Why the Windows Firewall is Good Enough

The Windows Firewall does the exact same job of blocking incoming connections as a third-party firewall. Third-party firewalls like the one included with Norton may pop up more often, informing you that they’re working and asking for your input, but the Windows firewall is constantly doing its thankless job in the background.
It’s enabled by default and should still enabled unless you’ve disabled it manually or installed a third-party firewall. You can find its interface under Windows Firewall in the Control Panel.
When a program wants to receive incoming connections, it must create a firewall rule or pop up a dialog and prompt you for permission.

When You Would Want a Third-Party Firewall

By default, the Windows firewall only does what’s really important: block incoming connections. It has some more advanced features, but they’re in a hidden, harder-to-use interface.
For example, most third-party firewalls allow you to easily control which applications on your computer can connect to the Internet. They’ll pop up a box when an application first initiates an outgoing connection. This allows you to control which applications on your computer can access the Internet, blocking certain applications from connecting.
Power users may love this feature, but it’s probably not a good feature for the average user. They’ll be charged with identifying applications that should be allowed to connect and may block background-updater processes from connecting, preventing their software from updating and leaving it vulnerable. It’s also a very noisy task, as you’ll have to confirm a prompt box every time a new application wants to connect. If you really don’t trust a program to connect to the Internet, perhaps you shouldn’t be running the program on your computer in the first place.
Nevertheless, if you want outgoing-connection management, you’ll probably want a third-party firewall. They also offer an interface where you can more easily view statistics, firewall logs, and other information.
For most users, using a third-party firewall just introduces unnecessary complexity.

Advanced Windows Firewall Features

The Windows firewall actually has more features than you might expect, though its interface isn’t as friendly:
  • Windows offers an advanced firewall configuration interface where you can create advanced firewall rules. You can create rules that block certain programs from connecting to the Internet or only allow a program to communicate with specific addresses.
  • You can use a third-party tool to extend the Windows firewall, forcing it to prompt you for permission each time a new program wants to connect to the Internet.

__________________________________________________________________

A third-party firewall is a power-user tool — not an essential piece of security software. The Windows firewall is solid and trustworthy. While people can quibble about the Microsoft Security Essentials/Windows Defender virus detection rate, the Windows firewall does just as good a job of blocking incoming connections as other firewalls.

Tuesday, June 11, 2013

Today we are going to show you a nifty new shortcut built into Windows 8 that lets you capture everything that’s on your screen–this is the first time that Windows has really included a built-in way to capture screenshots.

Taking a Screenshot in Windows 8

Switch to the Start Screen and launch your app of choice.
To take a screenshot, hold down the Windows key and press the PrtScn (Print Screen) button on your keyboard.
Now press the Win + E keyboard combination to open Explorer and navigate to your Pictures library in the left-hand side panel, here you will find a newly created Screenshots folder, double-click on it to open it up.
Inside you will find all the screenshots you have taken, listed in chronological order.
That’s all there is to it.

Sunday, June 9, 2013


Jealous of your Mac OS X friends and their great Time Machine feature? Windows 8 has a new feature called File History that works much the same way, giving you an easy method to restore previous versions of your files.
We are going to use a networked folder in for our article but you could always skip creating the network folder, and just use a USB drive. To use a USB drive you can just go to the setting for File History and turn it on, it should automatically find your USB and immediately start working.

Setting Up File History Using A Shared Folder

The first thing we have to do if we want to use File History with a network share is to actually create the the folder and share it, so head on over to your home server (or any always on PC) and create a new folder named File History.

Right-click on the folder and select Share with, then click on the Specific people option.


Type everyone and hit the add button.


Finally change the permissions so that Everyone has Read/Write permissions.


Now switch back to your Windows 8 machine and launch explorer, then open the classic Control Panel.

Click on the System and Security link.



Now open up the File History settings.


Click on the Change drive link on the left hand side.


Now you will need to add your network location.


Browse to the shared folder we just created on your home server and click the Select Folder button.


Make sure your network location is selected and click the OK button.


Now you can Turn on File History.


When you click on the “turn on” button a message will pop up asking you if you wish to recommend the location that you used for File History to other users in your HomeGroup as a place to save their File History. If you have a HomeGroup and want to have a central location where all users in the HomeGroup can store their File History you will probably want to say yes, otherwise it’s OK to choose no. File History will now be set up and working.

Restoring A Deleted File Or Folder

In this example I have 1 file in the Documents Library called “My Plans To Take Over The World”, and I am going to accidently delete the document and restore it using File History
I’ve now deleted the file permanently by doing a Shift-Delete as I don’t think I will be taking over the world anymore. I have also created two new files called “New File 1” and “New File 2”, making the library look like this:
A few days later, my partner in crime phones me and tells me that he is free this week, and it looks like a good week to conquer the world. The problem is that I deleted my plan. Luckily I had set up File History a while back and can recover the document, we need to recover the Document without effecting “New File 1” or “New File 2”. To do that we to that we select the File History button on the ribbon.
This will launch the File History browser, and give you all the different versions of the Documents Library.
If I scroll back to Version 3 of 4 using the arrow that’s pointing back (left), you will see that my document called “My Plans To Take Over The World” is there.
I can now select my file and click on the Blue Orb  to restore the document. File History will launch the folder that you are busy working with and show you that the file is now there.

If you don’t have a touchscreen computer and spend all your time on the desktop, Windows 8’s new interface can seem intrusive. Microsoft won’t allow you to disable the new interface, but Classic Shell provides the options Microsoft didn’t.
In addition to providing a Start button, Classic Shell can take you straight to the desktop when you log in and disable the hot corners that activate the charms and metro app switcher.
There are other programs that do this, but Classic Shell is free and open-source. Many of the alternatives, such as Start8 and RetroUI, are commercial apps that cost money. We’vecovered Classic Shell in the past, but it’s come a long way since then.

Installation

You can download Classic Shell from Sourceforge. It isn’t just a Start menu – it also adds some other features that have been removed from Windows 8. The Classic Shell installer also includes Classic Explorer, which adds a toolbar to Windows Explorer, and Classic IE9, which adds a few features to Internet Explorer 9.
To avoid cluttering File Explorer and Internet Explorer, you can disable both of these options during the installation process.

Start Button

After installing Classic Shell, you’ll see a Start button in the familiar place. Pressing the Windows key will activate the Classic Shell start menu, just as you’d expect.
Classic Shell uses the Windows Classic layout – which imitates Windows 2000 and Windows 98 – by default. There are also Windows 7 and Windows XP styles you can choose.
Whichever interface you’re using, the search box will search through your installed programs, so you can quickly launch programs by searching, just as you could on Windows 7 and Windows Vista. Unlike the new Start screen, searching in Classic Shell will display applications and control panel applets in the same list – you don’t have to select another area to search if you’re looking for Control Panel settings.

Disabling the Modern Interface

Classic Shell will automatically log you directly into your desktop and disable the bottom left Start screen hot corner when you install it. This still leaves the app switcher (which only works for Modern apps) in the top left corner and the charms bar at the right side of your screen. if you’d rather not see these while using our desktop, you can disable them from Classic Shell’s settings.
To tweak these settings, select the All Settings option at the bottom of the Classic Start Menu settings window and click the Windows 8 Settings tab. From here, you can tell Classic Shell to disable all active corners.
You can still access the charms bar and app switcher using Windows 8’s hotkeys, if you like. Press Winkey+C to access the charms and WinKey+Tab to access the switcher.
Note that the “Skip Metro screen” option isn’t perfect – when you log in, there’s a slight delay while the Start screen Is still visible before Classic Shell opens your desktop. Microsoft went out of their way to make logging directly into the desktop hard.
However, if you lock your computer instead of logging out, you’ll see the desktop when you log in — so you’ll only have to see the Start screen for a second if you shut down or log out of your computer.

Customization

Classic Shell is a tweaker’s dream. It’s filled with options for controlling everything about the Start menu and Start button, including support for custom Start button images and skins.
For example, you can select a Metro-style skin on the Skins tab and a Metro-style Start button image on the Start Button tab to make Classic Shell feel more at home in Windows 8. The other tabs are packed with options for controlling every inch of your Start menu.
To open the settings screen in the future, you can right-click the Classic Shell Start button and select the settings option.
There are quite a few good improvements in Windows 8: faster startup times, a much-improved file-copying experience, a great new task manager, and more. Classic Shell allows users that prefer the desktop to avoid a lot of the new interface formerly known as Metro, but still use Windows 8.