Showing posts with label Window 7. Show all posts
Showing posts with label Window 7. Show all posts

Wednesday, September 4, 2013

Top 10 security changes in Windows 7

1: Action Center

In Vista, security configurations are accessed from the Security Center in Control Panel. In Windows 7, you won’t see a Security Center. That’s because it’s been absorbed into a new Action Center. The Action Center has security configurations as well as options for other administrative tasks, like Backup, Troubleshooting And Diagnostics, and Windows Update. Figure A shows the Action Center.

Figure A: The Action Center absorbed the functions of the Security Center.

2: Changes to UAC

User Account Control (UAC) was new in Vista, designed to provide better protection from malware. It makes all user accounts run as standard users, even administrator accounts. If you need to do something that requires admin privileges, it asks for permission. And asks. And asks. This in-your-face aspect of UAC has caused numerous complaints and has led some users to turn it off completely, thus exposing themselves to threats.
In Windows 7, UAC is still there, but now you can configure how “vocal” it will be. There are four settings you configure from the UAC settings in the Action Center. You can set UAC to:
  • Always notify you when you install software or make any changes to Windows settings (as Vista does now).
  • Notify you when programs make changes but not if you make changes to Windows settings (this is now the default).
  • Notify you only when programs make changes but turn off Secure Desktop, which dims the desktop while the UAC prompt is displayed. (This is my preferred setting.)
  • Never notify you. (This is not recommended.)
You configure these settings with a slider, as shown in Figure B.

Figure B: You can set when and how UAC notifies you with the slider.

3: Better BitLocker

I didn’t use BitLocker much in Vista. At first, it would encrypt only the operating system drive. That’s nice for laptops, but I didn’t need it for my desktop because that machine is physically secure. Then Service Pack 1 added the ability to encrypt other drives, and that was nice, but it applied only to fixed hard disks. What I really needed to encrypt were my thumb drives and flash cards and USB drives, since they’re removable and portable and more likely to get lost or stolen.
Windows 7 comes through and lets you encrypt removable drives. And it’s easy to do. Just open the BitLocker applet in Control Panel, pick the drive you want to encrypt, and click Turn On BitLocker. The removable drives appear in the section called BitLocker To Go (Figure C).

Figure C: You can now encrypt removable drives, like the Lexar USB flash drive, with BitLocker.

For more details about the BitLocker improvements and step by step screenshots of how to encrypt a drive with BitLocker in Windows 7.
Also note that, as with Vista, BitLocker probably won’t be included in the Home editions of Windows 7.

4: DirectAccess

A brand new feature in Windows 7 is DirectAccess, which allows remote users to connect securely to their corporate networks over the Internet without using a VPN. Administrators can apply Group Policy settings and otherwise manage the mobile computers and even update them whenever the mobile machines are connected to the Internet, regardless of whether the user is logged on to the corporate network.
DirectAccess also supports multifactor authentication with smart cards and uses IPv6 over IPsec for encrypting the traffic.

5: Biometric security

Arguably the most secure method of authentication is biometrics, or the use of a fingerprint, retinal scan, DNA, or other unique physiological feature to identify the user. Windows isn’t quite at the point of having built-in support for DNA sampling, but it does include built in support for fingerprint readers. Windows has supported the use a fingerprint sensor to log on, and many Vista laptops come with fingerprint sensors. But a third-party program is required to use it. With Windows 7, it’s part of the OS.
The Biometric Devices applet in Control Panel (Figure D) lets you configure fingerprint readers (which are the only kind of biometric devices supported).

Figure D: Now support for fingerprint readers is built into Windows.

6: AppLocker

Software Restriction Policies are included in XP and Vista and they seemed like a great idea. Administrators can use Group Policy to keep users from running particular programs that might present a security threat. But they’ve never been used that much because they aren’t easy to use.
Windows 7 has improved on the concept with a new feature called AppLocker. AppLocker is also included in Windows Server 2008 R2. It’s easier to use and gives administrators more flexibility and control. You can use AppLocker with domain Group Policies or on the local machine with the Local Security Policy snap-in. As you can see in Figure E, AppLocker falls under the Application Control Policies node in the left pane of the snap-in.

Figure E: AppLocker does the same thing as Software Restriction Policies, but does it better.

Win7 still supports the old Software Restriction Policies, too. Also note that AppLocker may not be available in some editions of Windows 7.

7: Windows Filtering Platform (WFP)

Windows Filtering Platform (WFP) is a set of APIs introduced in Vista. In Windows 7, developers can use it to integrate some parts of the Windows Firewall into their own applications. This will allow a third-party program to turn off certain parts of the Windows Firewall selectively if need be.

8: PowerShell v2

Windows 7 comes with PowerShell v2, the command-line interface by which administrators can use cmdlets (small “one liners” that allow you to perform single functions) to manage various settings, including Group Policy security settings. You can put multiple cmdlets together to create scripts. The cmdlet method generally requires fewer steps than using the graphic interface to perform the same task.
Windows 7 also includes the PowerShell Integrated Scripting Environment (ISE) (Figure F), a graphical tool for using PowerShell.

Figure F: Windows 7 includes both PowerShell v.2 and the PowerShell ISE.

9: DNSSec

Windows 7 includes support for DNSSec (Domain Name System Security), which is a group of extensions to the DNS platform that enhance security. With DNSSec, a DNS zone can take advantage of digital signature technology so that you can validate the authenticity of data that’s received.
According to the Port 53 Blog on TechNet, the DNS client doesn’t perform the DNS validation on its own but is security-aware, so it expects the server to return the results of validation.

10: Internet Explorer 8

Windows 7 comes with IE 8, which provides such security enhancements to the Web browser as:
  • The SmartScreen filter– Replaces/expands upon the Phishing Filter in IE 7
  • The XSS Filter — Protects against cross-scripting attacks
  • Domain highlighting — Puts emphasis on the relevant part of the URL so you can more easily determine the real location of the site you’re on
  • Better security for ActiveX and the ability to install controls on a per-site basis
  • Data Execution Prevention (DEP) enabled by default.

Tuesday, July 30, 2013

How to Auto Shutdown and Restart Windows XP and 7

Have you been in a situation where you had to wait for an update to finish so you could shutdown your computer and restart it again? Have you tried using software that only seems to confuse you? Well, there is an easy and sure solution for this and works well in Windows XP and Windows 7. How about Windows Vista? The similarities of Vista and 7 make it also possible for Vista users to apply this solution. Now remember this has nothing to do with starting your PC at a preset time of the day. This is about auto shutdown and restart only.
Auto Shutdown and Restart
1. Go to Desktop and right click. A menu will then pop out. Mouse over on New€ then click a €œMake New Shortcut€ or simply a€œ Shortcut€.
                          
2. Type the following: for shutdown shutdown -s -t 60 and restart shutdown -r -t 60 . Where €œ-s€ is for shutdown, €œ-r€ restart and €œ-t€ for how long before the command will be executed. Remember that the 60 stands for 60 seconds or 1 minute before the execution of the program. So if you want to execute the program after 2 hours simply use this formula: 60 seconds x 120 minutes= 7,200 seconds. Simply put, if you want your computer to shutdown after 2 hours replace 60 with 7200. If this still sounds confusing just remember this formula. Number of hours x 60 minutes x 60 second= number of Seconds.
    
3. Click Next and type any name that you want for the shortcut and then click finish.
       
4. After the shortcut has been made you will find it placed in your desktop. Now, the shutdown has not yet been activated. To activate it simply double click on the shortcut. Once it is activated you will see the following confirmation on your taskbar. 
Note: This is Windows 7 notification.
       
Note: Many Windows 7 users might experience no reaction or notification after activating the auto shutdown or restart. When there is no notification that means the auto shutdown or restart did not activate or failed to activate in the first place. There is nothing wrong with your computer. It i€™s simply Windows 7 system be all messed up. Solution: We need to do a clean boot.A  If this happens follow the steps below:
1. Go to Start and type €œrun.€
2. Then type msconfig.
3. Go to €œServices tab and disable all services. (Dona€™t worry all Microsoft Services will run again after reboot).
4. Go to Startup tab and disable all startup progams.
5. Reboot/Restart your computer. Your Auto shutdown should now work after the reboot/restart.
6. Go back to €œmsconfig and tick those services you want to automatically startup after booting up next time.

Tuesday, July 9, 2013

25 cool Windows 7 interface tips and tweaks

Your fresh installation of Windows 7 gives a 'one size fits all' configuration, but there are countless ways in which you can tweak the standard operating system to make it better suit your particular needs.
Built-in customisation options include the usual controls over the interface theme and the way in which Windows alerts you to important events.
There are also a bevy of free add-ons, which provide an even wider choice of customisation options – from ways to change parts of the OS that Microsoft doesn't cater for, to adding clever new features that make Windows 7 even more capable.
Here are 25 of our favourite tweaks.
1. Change the colour of the Aero UI
Windows 7's sleek Aero theme is a definite improvement on Windows XP's ugly Luna, but you may not like its default colours.
Right-click the desktop, choose 'Personalize', then 'Window Color', and you'll be able to tweak the colours to your heart's content.
Shades of red work particularly well for distinguishing between active and inactive windows – unlike the default blue tones. You can turn off transparency here too, should you wish to.
2. Change the Windows theme
Customising the colour scheme of Windows 7 is one thing, but how about more drastic changes? Right-click the desktop, then choose 'Personalize', and you can change the entire interface theme – the desktop wallpaper, colour scheme, system sounds and mouse pointers.
A handful of themes are installed by default, but click the 'Get more themes online' link and you can download others for free.
3. Change your user account picture
Customising your user account image is a great way to differentiate quickly between multiple accounts on a single PC. Windows 7 comes with a selection of images to choose from – just go to 'Start | Control Panel | User accounts and family safety | Change your account picture'.
The 'Browse for more pictures' link at the bottom of this window also enables you to choose one of your own images and Windows will automatically resize it to suit.
4. Switch system sounds
Windows has long been able to make noises to reflect just about anything it does, but not everyone wants to hear a ding, beep, buzz or click for every system event.
Go to 'Start | Control Panel | Appearance and Personalization | Change sound effects', and you can selectively change or disable the sounds that Windows 7 assigns to each system event.
You can also select from a range of other novel sound schemes, or opt for 'No Sounds' if you prefer to work uninterrupted.
5. Add a taskbar toolbar
Windows 7's ability to pin programs to the taskbar has eliminated the need for the Quick launch Toolbar, but you can still add other types of toolbar for quick access to certain tasks.
Right-click on an empty part of the taskbar, then select 'Toolbars' and you can an address box for quick-launching URLs, or a desktop button for ready access to desktop shortcuts when your screen is full of windows.
Touch-screen PC users can also add a tablet PC input panel for quick onetap access to the on-screen handwriting input.
6. Customise the Start menu
Microsoft has removed the 'Classic Start menu' option from Windows 7, but you can still alter its look and feel to make it better suited to the way you work.
Right-click the 'Start' button, choose 'Properties' and a dialog box will open with some basic privacy settings. Click the 'Customise' button and you can then make more drastic changes to the Start menu's appearance.
7. Change what Start menu 'power' button does
Thankfully, the excessively complex shutdown option on Windows Vista's Start menu has been streamlined in Windows 7, but Microsoft has also changed the default power button behaviour from 'Sleep' to a full shutdown.
If you want to change it back, right-click the Start button, choose 'Properties' and select your preferred option from the 'Power button action' dropdown list.
8. Calm down UAC
Microsoft wisely opted to reduce the constant pestering of Windows Vista's User Access Control with the release of Service Pack 2, but Windows 7 brings more granular control over when you're asked to confirm certain system-level actions.
Go to 'Start | Control Panel | User Accounts and Family Safety | User Accounts | Change User Account Control Settings' and you'll see a slider. The bottom position disables UAC completely, but the next notch up is the best (and least annoying) option for safe computing.
9. Turn off Notification Area alerts
Windows 7 likes to keep you informed about the state of your security settings, but you might not want to know about every single thing that crops up.
Go to the Action Center, accessed via 'Start | Control Panel | System and Security' and you can alter what Windows badgers you about – including the fact that UAC is disabled.
Just don't think that turning off warnings about inadequate antivirus protection is a good idea…
10. Move the taskbar
Don't like the Windows 7 taskbar at the bottom of the screen? Then why not drag and drop it to one of the desktop's three other sides?
You might need to unlock it first, though – just right-click on an empty area of the taskbar and deselect the appropriate option. You can also click and drag the edge to the taskbar to make it wider, which is ideal if you've pinned lots of applications to it.
11. Go Gadget crazy
Windows Gadgets enable you to add at-a-glance information to the Sidebar at the right of the screen to save you looking it up in the web browser.
Right-click the desktop, choose 'Gadgets' and you'll see a list of available tools, with a link to download more at the bottom of the window. To enable a Gadget, right-click it and select 'Add'.
Most Gadgets have individual settings – hover the mouse pointer over an active one to show its 'spanner' icon.
12. Stop the screensaver interrupting video playback
Disabling the Windows screensaver and setting your monitor to turn off after several minutes' inactivity is a great energy saver, but it's a pain if it kicks in when you're watching an online video.
The solution is Mouse Jiggler – a free download from http://mousejiggler.codeplex.com.
Run the tiny program and it will make Windows 7 think the mouse is moving imperceptibly, even when you're nowhere near it, thereby preventing power-saving options from activating when you don't want them to.
13. Change the login screen
There are various clumsy hacks that enable you to change the Windows 7 user login screen, but the free Logon Changer utility from www.tweaks.com/software/tweakslogon does all the hard work for you without fuss.
Just point the program at the picture you want to use and it will resize it accordingly, back up the original and then make the change. Simple!
14. Do more with dual monitors
If you use two or more monitors with Windows, but want a taskbar on more than just the main display, Ultramon is the software for you.
As well as making windows on each monitor easier to manage, Ultramon enables you to assign different wallpapers to each desktop, and enables you move to windows around each display with a mouse click.
You can download a 30-day demo from www.realtimesoft.com/ultramon– the full program is available for £25.
15. Makes Windows easier to see
Ultra high-resolution monitors can make certain parts of the Windows interface tricky to see, particularly if your eyesight is far from perfect. Switching a TFT display to a lower, non-native resolution will only make things worse, but Windows 7 offers a better option.
Go to 'Start | Control Panel | Appearance and Personalization | Display | Make text and other items larger and smaller', and you'll see two options for making everything in Windows, from on-screen text to the taskbar, look bigger.
16. Customise the Start button
If you don't like the look of the round Windows 7 Start button, you can change it with Start Orb Changer. You can download the program for freefrom here and switch to one of 10 ready made Start button images, or use one of your own.
17. Get Rainmeter
Rainmeter takes the Windows 7 Sidebar Gadgets idea and extends it to the whole desktop.
A free download from www.rainmeter.net, it enables you to integrate all kinds of useful system information, along with RSS feeds and Twitter updates.
18. Add backgrounds to windows
If you like your desktop to be busy, Windows 7 Folder Background Changer will probably appeal. It's free from here.
After downloading, there's no installation – just run it, select a folder, pick an image and re-open the Explorer window.
19. Make Explorer windows more XP friendly
To make Windows 7 more familiar, enable the menu bar from 'Organize | Layout | Menu bar', then turn off the bottom 'Details' pane.
Go to 'Tools | Folder Options', then enable 'Show all folders' and 'Automatically expand to current folder'.
20. Control window sizes with the keyboard
If Windows 7's Aero Snap doesn't offer enough control, try Window Manager. This free download from here enables you to set window sizes and positions for applications, then activate them with keyboard shortcuts.
21. Turn off combined taskbar buttons
You can disable Windows 7's combined buttons. Right-click an empty part of the taskbar and choose 'Properties'. Use the 'Taskbar buttons' dropdown to disable button-combining, or use it only when the taskbar is full.
22. Customise the Notification Area
Windows 7 tries to manage the contents of the Notification area at the right of the taskbar, but you may need to lend a hand. Right-click the taskbar, choose 'Properties' and then click the 'Customize' button on the General tab to see options for each Notification area icon.
23. Turbo-charge file transfers
TeraCopy, a free download from www.codesector.com/teracopy.php, supplants the Explorer copy function with its own buffered copy.
This can be far quicker and enables you to preview file operations before committing to them, and to pause transfers.
24. Change desktop icons
Right-click the desktop and choose 'Personalize', then click 'Change desktop icons' and select the icon you want to change. Click 'Change Icon' to see a list of other icons you can use, or hit 'Browse' to use your own –www.iconfactory.com has a good, free selection.
25. Make Windows look like Mac OS
A simple way to make your PC ape Mac OS X is with the free Snow Transformation Pack from www.winxsoft.com/stp/download.html.
The changes are dramatic, reversible and extremely convincing, with only a handful of compromises.
------------------------------------------------------------------------------------------------

Logon Changer for Windows 7

      Tweaks.com Logon Changer for Windows 7
How To Use
The Tweaks.com Logon Changer for Windows 7 provides an easy way to customize the logon screen background with just a few clicks. Simply download the free application, run it and click Change Logon Screen.
                            
The application will prompt for the location of the new background image and then install the new screen behind the scenes. Tweaks.com Logon Changer will even provide a preview of your new background on a logon screen.
                   
When you have settled on a good logon background, click the Test button to see it in action.
Key Features:
  • Automatic Image Resize - Don't worry about the 245KB file size limit imposed by Microsoft. The Tweaks.com Logon Changer will give you the option to automatically resize and recompress the image to the highest quality possible. The original image is left untouched.
  • Automatic Image Backup - All OEM backgrounds and any previously used backgrounds are automatically backed up when a logon background is changed.
  • Absolutely Free - Just tell your friends about Tweaks.com :)
If you want the default Windows 7 logon screen back just click Revert to Default Logon Screen and the application will automatically uninstall any customized screens.
Download Tweaks.com Log on Changer
The Tweaks.com Log on Changer is designed for Windows 7 only
Click here to download (Version 1.2 243KB Zip File)
Change Log
  • Version 1.2 - 2/27/2010
    • Improved compatibility with OEM backgrounds
    • Automatic image backup
  • Version 1.1 - 3/25/2009
    • Automatic image resizing and compression
    • Memory improvements
    • Notification tweaks
  • Version 1.0 - 3/17/2009
    • RTM Milestone
    • New Aero glass interface
    • Bug fixes
Support and Feedback
Have a question or feedback please comment in box ?

How to Change buttons appear on the taskbar


You can customize the taskbar, including the appearance of buttons and how they group together when you have multiple windows open.
Watch this video to learn how to change how buttons appear on the taskbar (1:51)
      
Here are your choices for setting taskbar button appearance:
  • Always combine, hide labels
    This is the default setting. Each program appears as a single, unlabeled button, even when multiple windows for a program are open.
    Picture of taskbar buttons when Always combine, hide labels is selectedA single button represents both a program and open windows
  • Combine when taskbar is full
    This setting shows each window as an individual, labeled button. When the taskbar becomes crowded, programs with multiple open windows collapse into a single program button. Clicking the button displays a list of the windows that are open. Both this setting and Never combine resemble the look and behavior of earlier versions of Windows.
    Picture of taskbar buttons when Combine when taskbar is full is selectedIndividually labeled buttons combine when the taskbar is full
  • Never combine
    This setting is similar to Combine when taskbar is full, except buttons never collapse into a single button, regardless of how many windows are open. As more programs and windows open, buttons decrease in size and eventually scroll within the taskbar.
    Picture of taskbar buttons when Never combine is selectedIndividually labeled buttons always appear
To change how programs and buttons appear on the taskbar
  1. Open Taskbar and Start Menu Properties by clicking the Start button Picture of the Start button, clicking Control Panel, clicking Appearance and Personalization, and then clicking Taskbar and Start Menu.
  2. Under Taskbar appearance, select one of the options from the Taskbar buttons list:
    • Always combine, hide labels
    • Combine when taskbar is full
    • Never combine
  3. To use small icons, select the Use small icons check box. To use large icons, clear the check box.
  4. Click OK.
Note
  • You might notice that multiple buttons representing the same program remain grouped together on the taskbar, whether you've chosen to display the expanded button labels or not. In previous versions of Windows, windows appeared on the taskbar in the order you opened them, but in Windows 7, related windows always appear next to each other.

Thursday, May 2, 2013

How to Change folder background in Windows 7/vista/xp

We like to customize folder and drive’s icon, color, view to give it a unique look. What about changing folder background? Usually we use software to do that. But here we’ll change the folder’s background without any software. To do so firstly we should know, what is the “desktop.ini” and how it works?


set background image
Folder Background
Desktop.ini is the file where system assigns the values of icon, info, background image source etc. The folder will gives info about itself or a thumbnail view which has the proper desktop.ini file. It is a hidden system file and it's possible to show by CASE: 2 step: 2 in this article. Nothing to worry about it because the system can automatically create a new one if the file is being damaged or absent. It just needs a reboot of the system.

The following tutorial will show how to set an image as the background in a folder. This tutorial is divided into two CASEs according two different conditions.

CASE 1: Creating a desktop.ini file:

1. Go to the folder which background image will be changed.

2. Create a new text file and open to edit it.

3. Copy following two lines and paste them to the text file.

[AveFolder] 
IconArea_Image="C:\Users\user_name\my pictures\image.jpg" 

4. If you want a shadow effect for text give ShadowedText=1 and for applying same image to all sub directories give Recursive=1 like this.

[AveFolder]
IconArea_Image="C:\Users\user_name\my pictures\image.jpg"
ShadowedText=1
Recursive=1

Untitled
ShadowText & Recursive

5. After creating, save the text file then rename it to desktop.ini and restart your PC.

The “IconArea_Image=” (CASE: 1 step 3) describes the source path of the background-Image. You should not select an image source path from removal disk. If you are setting up the image of your removal drive then your background-image source should describe a path of that drive.

Sometimes a message could come showing replacement of desktop.ini file. That means your working folder already has same file. It is better to cancel the replacement of this file and follow the CASE: 2.

CASE 2: Editing desktop.ini: 1. Go to Folder Option from Control panel or from explorer’s menu bar>folder option.

Folder Option Windows
Folder Option from Control Panel

Folder option (2) Windows
Folder option from Explorer menu bar

2. Select view tab and scroll down to find out hide protected operating system file and uncheck it. It is important to mark Show hidden files, folders and drives first from this view tab.

un hide protected file of OS
Folder Option>View tab

3. Find out the desktop.ini in the current directory and open it with a text editor, like: notepad.

Hidden files folders on Windows
Hidden desktop.ini


4. Paste the lines described in CASE: 1 step: 3, just after the [.ShellClassInfo]’s description lines.
shell class info and ave folder
[.ShellClassInfo] & [AveFolder]


5. Save and exit from desktop.ini 
6. Restart your PC to take an effect on OS.
Important: The background image won’t change properly until restart your computer.