New features in Windows 7

windows_7_icon

 Great New Features in Windows 7 

You may have read lot on Microsoft’s upcoming OS Windows 7. There are lots of great new features which make Windows 7 different from previous Windows versions.
I found that this time Microsoft has not just put old wine in new bottle its really new wine. This time Microsoft has not just focus on look but there are lots of small things which are added or improved in Windows 7.


  •  Drag window against the left or right edge to fill half the screen, top edge to maximize.
  •  Grab a maximized titlebar and pull to restore.
  •  Shake the titlebar to minimize everybody else.
  • Faster startup and shutdown times (Technically not a new feature, but very nice still)
  • Windows 7 Libraries (I really like these ones myself).
  • Desktop enhancements like Aero Peek, Aero Shake, a nice Wallpaper slideshow feature and gadgets no longer being restricted to a gadget bar.
  • The new and brilliant taskbar with jump lists and previews. Also lets you pin programs so it is like a combined quick launch bar and task bar.
  • A home group feature which makes it super simple to share files in your home network (seriously, I was surprised how easy it actually was to set up!)
  • Better battery utilization.
  • Support for touch and multi-touch.
  • Much easier to connect to wlan hot spots.
  • A very handy Resource Monitor 
 
AERO feature in Windows 7(click on image for larger preview)

AERO: The Aero desktop experience, available in the Home Premium, Professional, and Ultimate editions of Windows 7, mixes cool graphics with useful new ways to manage your desktop.
Aero visual hallmarks include subtle animations and translucent glass windows, which you can personalize. Pick from the included color palette, or create your own custom tints with the color mixer.
There's more to Aero than style. Point to a taskbar icon, and you’ll see a thumbnail-sized preview—even for live video(see the first image of this post). Hover on a thumbnail, and it morphs into a full-screen preview. Aero Shake and Aero Peek cut through desktop clutter by quickly minimizing open windows or turning them invisible.
 
Preview while mininizing window to taskbar

Ribbon no Toolbar – Microsoft introduced Ribbon in office 2007 replacing menu bar and toolbar. This was the great move but there was nothing like that in Windows Vista but in Windows 7 Microsoft has added ribbon in its many program like WordPad, Paint etc which make them much better to work.
Snipping Tool – There was only one feature if you need to capture screen image which was using “Print Screen button on your keyboard and you have to paste that image to any Word processor of graphic software.If you want to capture only a part of screen then you have to use any third party software which can cost you.

Desktop Theme – Now you can customize Windows much better then before. Windows 7 comes with 6 different desktop themes and all are great.


Much Better Task Bar – Windows 7 taskbar is better then Vista taskbar if there are lot f application open then you will not run shot off taskbar space. In Windows 7 when you open an application a small square box is places for that application and which is much powerful.

Much Faster then Vista – I have not checked Windows 7 speed scientifically but when I used Windows 7 I found it running faster then Vista. Many Companies have taken Windows Vista and Windows 7 speed test and found Windows 7 is much faster then Vista.

Read Users' Comments (0)

Windows 7 Keyboard Shortcuts

Windows 7 comes with exclusive Keyboard and some of them are different from the keyboard shortcuts of Windows XP and Windows Vista. Such shortcuts always helps in completing tasks within a short period of time.
So, here is a list of keyboard shortcuts of Windows 7 which will be helpful in your daily tasks.

Win+UP Arrow : Maximize the current window
Win+Down Arrow : Restore the maximized window/ Minimize the restored window
Win+Up : Maximize Window
Win+Down : Minimize Window
Win+Left : Dock the current window to the left half of the screen
Win+Right : Dock the current window to the right half of the screen
Win+Shift+Left : Switch over to left monitor
Win+Shift+Right : Switch over to right monitor
Win+Shift+M : Undo all window minimization
Win+M : Minimize all open windows
Win+P : Open Projection menu. (for Connectivity Purpose)
Win+B : Move focus to notification tray
Win+D : Toggle showing the desktop
Win+F : Open the search window
Win+E : Open Explorer
Win+G : Bring Gadgets to the top
Win+R : Open the Run window
Win+U : Open the ease of access center
Win + : Zoom in and out of Windows
Win + + : Same as above
Win+X : Mobility Center
Win + Tab : Flip 3D (Useful for Windows Aero)
Win+Home : Minimize / Restore all other windows
Win+Space : Peek at the desktop
Win+ [Num] : Launch the numbered application running in the Super bar
Alt+P : Show/hide Preview Pane in Explorer
Alt+F4 : Close the current running window
Alt+Tab : Switch to previous window
Alt+Esc : Cycle through all open windows

Taskbar Shortcuts in Windows 7

Win+Shift+T : Focus the last taskbar entry
Win+T : Cycle through applications on taskbar
Shift + Right click on icon (Taskbar) : Show window menu
Shift + Right click on grouped icon (Taskbar) : Show menu with Restore All / Minimize All / Close All, etc.
Shift + Click on icon (Taskbar) : Open a new instance
Ctrl + Shift + Click on icon (Taskbar) : Open a new instance with Admin Privileges
Ctrl + Click on grouped icon : Cycle between the tabs in the group
If I find more shortcut keys for Windows 7, I will add them here only.

Read Users' Comments (0)

Create Restrictions in XP

All kind of restrictions for windows XP and 2003

In this tutorial, I'll tell u some interesting restrictions, which can be made in XP/2003. Like u can restrict Display properties, taskbar properties, folder options, etc.

Though many of u may know all of them or a few of them already, but I think it would be good to share them with u.

All tricks are based on Registry editing.
So I'll tell the keyname and the value, that u hv to create for the restriction! If the key is not present, then simply create it.

So here we go:

1.) Restrict Display Properties:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System

create DWORD value NoDispCPL and set its value to 1


2.) Restrict Taskbar Properties:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value NoSetTaskbar and set its value to 1


3.) Restrict Folder Options:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value NoFolderOptions and set its value to 1


4.) Restrict Locking/Unlocking the taskbar:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value LockTaskbar and set its value to 1


5.) Restrict Active Desktop:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value NoActiveDesktop and set its value to 1


6.) Restrict adding/deleting items from Toolbars:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value NoToolbarCustomize and set its value to 1


7.) Restrict adding/deleting toolbars:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value NoBandCustomize and set its value to 1


8.) Restrict right-click in Start Menu:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value NoChangeStartMenu and set its value to 1


9.) Restrict Desktop Cleanup Wizard:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value NoDesktopCleanupWizard and set its value to 1


10.) Restrict notification at low disk space:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value NoLowDiskSpaceChecks and set its value to 1


11.) Restrict Taskbar Context Menu:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value NoTrayContextMenu and set its value to 1


12.) Restrict Programs to run:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer\DisallowRun

create String value with any name, like 1 and set its value to the program's EXE file.

e.g., If u want to restrict msconfig, then create a String value 1 and set its value to msconfig.exe. If u want to restrict more programs, then simply create more String values with names 2, 3 and so on and set their values to the program's exe.


13.) Restrict Registry Editor:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System

create DWORD value DisableRegistryTools and set its value to 1


14.) Restrict Task Manager:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System

create DWORD value DisableTaskMgr and set its value to 1


15.) Restrict Drives in My Computer:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

In right-side pane, create a new DWORD value NoViewOnDrive and change its value as following:

3 : To Restrict A and B drives only.
4 : To Restrict C drive only.
7 : To Restrict A, B, and C drives only.
8 : To Restrict D drive only.
F : To Restrict A, B, C, and D drives only.
03FFFFFF : To Restrict all drives.


And if you want more specific restrictions, like you want to restrict a combination of other drives, then you can use decimal no. instead of hexadecimal no. Following is a list for all drives decimal no.:

A: 1
B: 2
C: 4
D: 8
E: 16
F: 32
G: 64
H: 128
I: 256
J: 512
K: 1024
L: 2048
M: 4096
N: 8192
O: 16384
P: 32768
Q: 65536
R: 131072
S: 262144
T: 524288
U: 1048576
V: 2097152
W: 4194304
X: 8388608
Y: 16777216
Z: 33554432
ALL: 67108863


So if you want to disable a combination of drives, just sum their numbers and give the same value to NoViewOnDrive. e.g., for restricting CDEF drives, give the value: 4+8+16+32 = 60

NOTE: You can also hide the drives using NoDrives DWORD value. The location and its value remain same as the above trick.


16.) Restrict New option in context menu:

HKEY_CLASSES_ROOT\Directory\Background\shellex\Con textMenuHandlers\New

And delete the value of Default, e.g., empty it.


17.) Restrict Send To in context menu:

HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con textMenuHandlers\Send To

And delete the value of Default, e.g., empty it.


18.) Restrict Balloon Tips:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced

Create DWORD value EnableBalloonTips and set its value to 0


19.) Restrict Users to enable New XP StartMenu:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

Create DWORD value NoSimpleStartMenu and set its value to 1


20.) Restrict Command Prompt:

HKEY_CURRENT_USER\Software\Policies\Microsoft\Wind ows\System

Create DWORD value DisableCMD and set its value to 2


21.) Restrict Writing to USB Drives:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\StorageDevicePolicies

Create DWORD value WriteProtect and set its value to 1


22.) Restrict RUN in New XP StartMenu:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

Create DWORD value NoRun and set its value to 1

Read Users' Comments (0)

Create Restrictions in XP

All kind of restrictions for windows XP and 2003

In this tutorial, I'll tell u some interesting restrictions, which can be made in XP/2003. Like u can restrict Display properties, taskbar properties, folder options, etc.

Though many of u may know all of them or a few of them already, but I think it would be good to share them with u.

All tricks are based on Registry editing.
So I'll tell the keyname and the value, that u hv to create for the restriction! If the key is not present, then simply create it.

So here we go:

1.) Restrict Display Properties:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System

create DWORD value NoDispCPL and set its value to 1


2.) Restrict Taskbar Properties:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value NoSetTaskbar and set its value to 1


3.) Restrict Folder Options:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value NoFolderOptions and set its value to 1


4.) Restrict Locking/Unlocking the taskbar:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value LockTaskbar and set its value to 1


5.) Restrict Active Desktop:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value NoActiveDesktop and set its value to 1


6.) Restrict adding/deleting items from Toolbars:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value NoToolbarCustomize and set its value to 1


7.) Restrict adding/deleting toolbars:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value NoBandCustomize and set its value to 1


8.) Restrict right-click in Start Menu:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value NoChangeStartMenu and set its value to 1


9.) Restrict Desktop Cleanup Wizard:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value NoDesktopCleanupWizard and set its value to 1


10.) Restrict notification at low disk space:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value NoLowDiskSpaceChecks and set its value to 1


11.) Restrict Taskbar Context Menu:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

create DWORD value NoTrayContextMenu and set its value to 1


12.) Restrict Programs to run:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer\DisallowRun

create String value with any name, like 1 and set its value to the program's EXE file.

e.g., If u want to restrict msconfig, then create a String value 1 and set its value to msconfig.exe. If u want to restrict more programs, then simply create more String values with names 2, 3 and so on and set their values to the program's exe.


13.) Restrict Registry Editor:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System

create DWORD value DisableRegistryTools and set its value to 1


14.) Restrict Task Manager:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\System

create DWORD value DisableTaskMgr and set its value to 1


15.) Restrict Drives in My Computer:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

In right-side pane, create a new DWORD value NoViewOnDrive and change its value as following:

3 : To Restrict A and B drives only.
4 : To Restrict C drive only.
7 : To Restrict A, B, and C drives only.
8 : To Restrict D drive only.
F : To Restrict A, B, C, and D drives only.
03FFFFFF : To Restrict all drives.


And if you want more specific restrictions, like you want to restrict a combination of other drives, then you can use decimal no. instead of hexadecimal no. Following is a list for all drives decimal no.:

A: 1
B: 2
C: 4
D: 8
E: 16
F: 32
G: 64
H: 128
I: 256
J: 512
K: 1024
L: 2048
M: 4096
N: 8192
O: 16384
P: 32768
Q: 65536
R: 131072
S: 262144
T: 524288
U: 1048576
V: 2097152
W: 4194304
X: 8388608
Y: 16777216
Z: 33554432
ALL: 67108863


So if you want to disable a combination of drives, just sum their numbers and give the same value to NoViewOnDrive. e.g., for restricting CDEF drives, give the value: 4+8+16+32 = 60

NOTE: You can also hide the drives using NoDrives DWORD value. The location and its value remain same as the above trick.


16.) Restrict New option in context menu:

HKEY_CLASSES_ROOT\Directory\Background\shellex\Con textMenuHandlers\New

And delete the value of Default, e.g., empty it.


17.) Restrict Send To in context menu:

HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\Con textMenuHandlers\Send To

And delete the value of Default, e.g., empty it.


18.) Restrict Balloon Tips:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Advanced

Create DWORD value EnableBalloonTips and set its value to 0


19.) Restrict Users to enable New XP StartMenu:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

Create DWORD value NoSimpleStartMenu and set its value to 1


20.) Restrict Command Prompt:

HKEY_CURRENT_USER\Software\Policies\Microsoft\Wind ows\System

Create DWORD value DisableCMD and set its value to 2


21.) Restrict Writing to USB Drives:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\StorageDevicePolicies

Create DWORD value WriteProtect and set its value to 1


22.) Restrict RUN in New XP StartMenu:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer

Create DWORD value NoRun and set its value to 1

Read Users' Comments (0)