Flipkart Search Bar

Flipkart.com
Showing posts with label Operating Systems. Show all posts
Showing posts with label Operating Systems. Show all posts

Friday, August 24, 2012

History of Windows Logo


Windows Logo change as per their newer version from 1985 to 2012

Thursday, June 17, 2010

List of All Kinds of Restrictions for Windows 2000, XP, Server 2003, Vista, Server 2008 and 7

Many times people access our system and change our customized settings here and there. Wouldn't it be great if we can restrict them to change the settings and other things like restrict from changing Folder Options, Taskbar settings, Desktop settings, etc.

Today in this tutorial, we'll share a list of some important and useful restrictions, which can be put in Windows 2000, XP, Server 2003, Vista, Server 2008 and 7.

STEP 1: Open Registry Editor

All restrictions are based on Registry editing. So you'll need to open Registry Editor by providing regedit command in RUN or Start menu Search box and press Enter. After that go to the registry key mentioned in step 2.

STEP 2: Create Registry Key

Once you are in Registry Editor. Go to following keys and create or modify required DWORD value as mentioned below:



1. Restricting Desktop Properties

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\System

Create new DWORD NoDispCPL and set its value to 1

If you want to restrict any particular tab in Desktop Properties like Themes, Screen Saver, etc, you can take help of following tutorial:

How to Enable / Disable Changing Themes, Wallpapers, Screen Savers and Other Settings

2. Restricting Taskbar Properties

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoSetTaskbar and set its value to 1

3. Restricting System Properties

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoPropertiesMyComputer and set its value to 1

4. Restricting Folder Options

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoFolderOptions and set its value to 1

5. Restricting Registry Editor

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\System

Create new DWORD DisableRegistryTools and set its value to 1

6. Restricting Task Manager

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\System

Create new DWORD DisableTaskMgr and set its value to 1

7. Restricting Control Panel

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoControlPanel and set its value to 1

Also check following tutorial:

How to Hide / Show Specific Control Panel Applets / Icons in Windows?

8. Restricting Command Prompt

Go to following key:

HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\System

Create new DWORD DisableCMD and set its value to 2

9. Restricting Locking/Unlocking of Taskbar

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD LockTaskbar and set its value to 1

10. Restricting right-click on Taskbar

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoTrayContextMenu and set its value to 1

11. Restricting Toolbars in Taskbar

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoToolbarsOnTaskbar and set its value to 1

12. Restricting drag-and-drop and right-click in Start Menu

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoChangeStartMenu and set its value to 1

13. Restricting RUN in Start Menu

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoRun and set its value to 1

14. Restricting Shut Down, Restart, Sleep and Hibernate commands

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoClose and set its value to 1

15. Restricting Log off in Start Menu

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD StartMenuLogOff and set its value to 1

16. Restricting Active Desktop Feature

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoActiveDesktop and set its value to 1

17. Restricting adding/removing items to/from Toolbars

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoToolbarCustomize and set its value to 1

18. Restricting adding/removing Toolbars

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoBandCustomize and set its value to 1

19. Restricting Autorun Feature

Visit following tutorial:

How to Disable Autorun Functionality in Windows Using Registry Editor?

20. Restricting notification at low disk space

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

Create new DWORD NoLowDiskSpaceChecks and set its value to 1

21. Restricting Writing to USB Drives

Go to following key:

HKEY_LOCAL_MACHINE\SYSTEM\Current Control Set\Control\StorageDevicePolicies

Create new DWORD WriteProtect and set its value to 1

Also check following tutorial:

How to Disable / Restrict Use of USB Storage Devices in Windows?

22. Restricting "New" option in context menu

Go to following key:

HKEY_CLASSES_ROOT\Directory\Background\shellex\ContextMenu Handlers\New

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

23. Restricting "Send To" option in context menu

Go to following key:

HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenu Handlers\Send To

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

24. Restricting any desired application

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer\DisallowRun

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

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

25. Restricting Drives in My Computer

Go to following key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\Current Version\Policies\Explorer

In right-side pane, create new DWORD 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.

If you want more specific restrictions, like you want to restrict a combination of drives, 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 C, D, E and F 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.

That's all. Above are some common restrictions, if you want to know about any specific restriction, please let us know.

NOTE: If you want to remove the restriction, simply delete the DWORD or set its value to 0

Friday, September 28, 2007

Windows XP Tips And Tricks

STOP NOISE IN COPYING AUDIO CD

When using 3rd party burning software (eg, Nero Burning Rom) to copy audio CD,some noise may be heard at the end of each track. To prevent this,try the following method:
1. Enter System Properties\device manager
2. Select IDE ATA/ATAPI controllers
3. Double click on thee CD writer IDE channel
4. Select advance setting
5. Change the transfer mode to 'PIO Only'
6. Restart Computer


RESTORING MEDIA PLAYER

To restore Windows Media Player insert the the XP CD into the CD drive (if it autostarts click exit). Open a command window and type the following :
rundll32.exe setupapi,InstallHinfSection InstallWMP7 132 c:\windows\inf\wmp.inf


RESTORING ACCESS TO CD ROM'S

If you removed CD Burning software, or for some other mystical reason, can not longer access your CD ROM's, in most cases following registry keys needs to be deleted: Locate and delete the UpperFilters and LowerFilters values under the following key in the registry:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Class\
{4D36E965-E325-11CE-BFC1-08002BE10318}


REMOVING USERNAME IN THE STARTMENU

Open Registry Editor Then Go To :
1. "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
2. On The Right, Make A New Entry With Right Click On Your Mouse Then Choose "New | DWORD Value"
3. Change The Entry's Name Into "NoUserNameInStartMenu", Double Click In The New Entry And Fill The "Value Data" With "1".
4. Press OK, Exit From The Registry Editor.
5. Restart Your Computer.


INTERNET EXPLORER LIGHTING-FAST STARTUP

Isn't it annoying when you want to go to a new website, or any other site but your homepage, and you have to wait for your 'home' to load? This tweak tells Internet Explorer to simply 'run', without loading any webpages. (If you use a 'blank' page, that is still a page, and slows access. Notice the 'about:blank' in the address bar. The blank html page must still be loaded..). To load IE with 'nothing' [nothing is different than blank]:
1. Right-click on any shortcut you have to IE
[You should create a shortcut out of your desktop IE icon, and delete the original icon]
2. Click Properties
3. Add ' -nohome' [with a space before the dash] after the endquotes in the Target field.
4. Click OK
Fire up IE from your modified shortcut, and be amazed by how fast you are able to use IE!


ORIGINAL WALLPAPERS

This is more of a fun tweak than it is useful. Go to run, type regedit press ok. when that comes up go to HKEY_CURRENT_USER>Control Panel>Desktop
Now find the orginalwallpaper, right click and select modify.In the text box type the path to the file you want to be your orginal desktop wallpaper.


REMOVE PAST ITEMS ICONS IN TASKBAR

Some times When you check your TasKbar properties or when you hide or unhide icons you can see old icons from Uninstalled or old programs you dont have anymore. This Tweak will help you how to get rid of this problem. Here is how to clear the past items or icons list in the TaskBar, perform the following steps:
1.Open Regedit Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\TrayNotify
2.Delete the IconStreams and PastIconsStream values
3.Open Task Manager, click the Processes tab, click Explorer.exe , and then click End Process .
4.In Task Manager, click File , click New Task , type explorer , and then click OK .


How to Add an Option to Print the Contents of a Folder

Would you like to be able to right click any folder in Explorer and print its contents? You can add this option to the context menu by following these steps:

First, you need to create a batch file called Printdir.bat. Open Notepad or another text editor and type (or cut and paste) this text:

@echo off
dir %1 /-p /o:gn > "%temp%\Listing"
start /w notepad /p "%temp%\Listing"
del "%temp%\Listing"
exit

Now, in the Save As dialog box, type "%windir%\Printdir.bat" (without the quotation marks) and click the Save button.
Click Start, Control Panel, Folder Options.
Click the File Types tab, and then click File Folder.
Click the Advanced button.
Click the New button.

In the Action box, type "Print Directory Listing" (without the quotation marks).

In the Application used to perform action box, type "Printdir.bat" (without the quotation marks).

Click OK in all three dialog boxes to close the dialog boxes.

You're not quite finished yet! Now you need to edit the Registry, so open your favorite Registry Editor.

Navigate to HKEY CLASSES ROOT\Directory\shell.

Right click on "default" and select Modify.
In the File Data box, type "none" (without the quotation marks).

Click OK and close the Registry Editor.

Now when you right click a folder, you'll see the option to Print Directory Listing. Selecting it will print the contents of the folder.

Who needs a stinking program to print a folder directory? :-)


Make Your Cd Autorun

If you wanna make a autorun file for that CD you are ready to burn just read this...

1) You open notepad

2) now you writ: [autorun]
OPEN=INSTALL\Setup_filename.EXE
ICON=INSTALL\Setup_filename.EXE

Now save it but not as a .txt file but as a .inf file.

But remember! The "Setup_filename.EXE" MUST be replaced with the name of the setup file. And you also need to rember that it is not all of the setup files there are called '.exe but some are called '.msi

3) Now burn your CD with the autorun .inf file included.

4) Now set the CD in you CD drive and wait for the autorun to begin or if nothing happens just double-click on the CD drive in "This Computer"


Boot Windows XP Fast

Follow the following steps:

1. Open notepad.exe, type "del c:\windows\prefetch\ntosboot-*.* /q" (without the quotes) & save as "ntosboot.bat" in c:\
2. From the Start menu, select "Run..." & type "gpedit.msc".
3. Double click "Windows Settings" under "Computer Configuration" and double click again on "Shutdown" in the right window.
4. In the new window, click "add", "Browse", locate your "ntosboot.bat" file & click "Open".
5. Click "OK", "Apply" & "OK" once again to exit.
6. From the Start menu, select "Run..." & type "devmgmt.msc".
7. Double click on "IDE ATA/ATAPI controllers"
8. Right click on "Primary IDE Channel" and select "Properties".
9. Select the "Advanced Settings" tab then on the device or 1 that doesn't have 'device type' greyed out select 'none' instead of 'autodetect' & click "OK".
10. Right click on "Secondary IDE channel", select "Properties" and repeat step 9.
11. Reboot your computer.

Friday, September 14, 2007

Hide Files Inside Pictures

It will teach you how to hide files from others. It will use to protect your data from others.Then watch this demo in following video.


Thursday, May 10, 2007

faster winxp

first restart ur pc and lok at the blue line and se how many times it goes..

that u have to do is:
1- start>run> and past ''regedit''
2- HKEY_LOCAL_MACHINE/ SYSTEM / CurrentControlSet / Control / Session Manager / Memory Managment / PrefetchParameters / EnablePrefetcher.
3- dobbel click on "Enableprefetcher"
4- past 1 in Value Date, and Hexadecimal most be on(enable)

then restart the pc and and lok at the blue line and see how many times it goes.
my english sucks cuz i learned english in 2 years:S(kurdish4life)
good luck and injoy ur faster boot

Wednesday, February 14, 2007

Unix


Unix (officially trademarked as UNIX®) is a computer operating system originally developed in the 1960s and 1970s by a group of AT&T employees at Bell Labs including Ken Thompson, Dennis Ritchie and Douglas McIlroy. Today's Unix systems are split into various branches, developed over time by AT&T as well as various commercial vendors and non-profit organizations.

The present owner of the trademark UNIX® is The Open Group, an industry standards consortium. Only systems fully compliant with and certified to the Single UNIX Specification qualify as "UNIX®" (others are called "Unix system-like" or "Unix-like").

During the late 1970s and early 1980s, Unix's influence in academic circles led to large-scale adoption (particularly of the BSD variant, originating from the University of California, Berkeley) of Unix by commercial startups, the most notable of which is Sun Microsystems. Today, in addition to certified Unix systems, Unix-like operating systems such as Linux, Mac OS X and BSD derivatives are commonly encountered.

Sometimes, Traditional Unix may be used to describe a Unix or an operating system that has the characteristics of either Version 7 Unix or UNIX System V.

Linux OS


Linux (IPA pronunciation: /ˈlɪnʊks/) is a Unix-like computer operating system family that uses the Linux kernel. A Linux system which includes system utilities and libraries from the GNU Project is sometimes referred to as GNU/Linux.[1]

Most development from 1984 to 1991 was done by the GNU project. After 1991, the Linux kernel developers began working on it as well as other enthusiasts. From the late-90s onward Linux also gained the support of corporations such as IBM[2], Sun Microsystems[3], Hewlett-Packard[4], and Novell, Inc.[5].

Linux is a prominent example of free software and of open source development. Its underlying source code is available for anyone to use, modify, and redistribute freely, and in some instances the entire operating system consists of free/open source software

Mac OS


Mac OS, which stands for Macintosh Operating System, is the trademarked name for a series of graphical user interface-based operating systems developed by Apple Computer for their Macintosh line of computer systems. The Mac OS is often credited with popularizing the graphical user interface. It was first introduced in 1984 with the original Macintosh 128K.

Apple deliberately downplayed the existence of the operating system in the early years of the Macintosh to help make the machine appear more user-friendly and to distance it from other operating systems such as MS-DOS, which were portrayed as arcane and technically challenging. Apple wanted Macintosh to be portrayed as a computer "for the rest of us". The term "Mac OS" did not really exist until it was officially used during the mid-1990s. The term has since been applied to all versions of the Mac system software as a handy way to refer to it when discussing it in context with other operating systems.

Earlier versions of the Mac OS were compatible only with Motorola 68000-based Macintoshes, while later versions were also compatible with the PowerPC (PPC) architecture. Most recently, Mac OS X has become compatible with Intel's x86 architecture.

Symbian OS


Symbian OS is an operating system, designed for mobile devices, with associated libraries, user interface frameworks and reference implementations of common tools, produced by Symbian Ltd. It is a descendant of Psion's EPOC and runs exclusively on ARM processors.

Symbian is currently owned by Ericsson (15.6%), Nokia (47.9%), Panasonic (10.5%), Samsung (4.5%), Siemens AG (8.4%), and Sony Ericsson (13.1%). Whilst BenQ has acquired the mobile phone subsidiary of Siemens AG the Siemens AG stake in Symbian does not automatically pass to BenQ - this will need the approval of the Symbian Supervisory Board.

Tuesday, February 13, 2007

Windows 95


Windows 95 is a consumer-oriented graphical user interface-based operating system. It was released on August 24, 1995 by Microsoft, and was a significant progression from the company's previous Windows products. During development it was referred to by the internal codename Chicago.

Windows 95 was intended to integrate Microsoft's formerly separate MS-DOS and Windows products. It featured significant improvements over the popular Windows 3.1, most visibly the graphical user interface (GUI) whose basic format and structure is still used in later versions such as Windows Vista. There were also large changes made to the underlying workings, including support for 255-character mixed-case long filenames and preemptively multitasked protected-mode 32-bit applications. Whereas the previous versions of Windows were optional "operating environments" requiring the MS-DOS operating system (usually available separately), Windows 95 was a consolidated operating system, which was a significant marketing change.

Windows 95 followed Windows for Workgroups 3.11 with its lack of support for older, 16-bit x86 processors, thus requiring an Intel 80386 (or compatible) processor running in protected mode.

Windows 98 & Windows 98 Second Edition


Windows 98 (codenamed Memphis) is a graphical operating system released on June 25, 1998 by Microsoft and the successor to Windows 95. Like its predecessor, it is a hybrid 16-bit/32-bit monolithic product.

The first edition of Windows 98 is designated by the internal version numbers 4.10.1998, or 4.10.1998A if it has been updated with the Security CD from Microsoft. Windows 98 Second Edition is designated by the internal version numbers 4.10.2222A or 4.10.2222B if it has been updated with the Security CD from Microsoft. The successor to Windows 98 is Windows Me.



Windows 98 Second Edition (SE) is an update to Windows 98, released on May 5, 1999. It includes fixes for many minor issues, improved USB support, and the replacement of Internet Explorer 4.0 with the significantly faster Internet Explorer 5. Also included is Internet Connection Sharing, which allows multiple computers on a LAN to share a single Internet connection through Network Address Translation. Other features in the update include Microsoft NetMeeting 3.0 and integrated support for DVD-ROM drives. The update has been a successful product.[citation needed] However, it is not a free upgrade for Windows 98 (first edition) customers, which is a significant problem because some programs require Windows 98SE

Windows XP


Windows XP is a line of proprietary operating systems developed by Microsoft for use on general-purpose computer systems, including home and business desktops, notebook computers, and media centers. The letters "XP" stand for eXPerience.[2] Codenamed "Whistler" after Whistler, British Columbia, as many Microsoft employees skied at the Whistler-Blackcomb ski resort during its development, Windows XP is the successor to both Windows 2000 and Windows Me, and is the first consumer-oriented operating system produced by Microsoft to be built on the Windows NT kernel and architecture. Windows XP was first released on October 25, 2001, and over 400 million copies are in use, according to a January 2006 estimate by an IDC analyst.[3] It is succeeded by Windows Vista, which was released to volume license customers on November 8, 2006, and worldwide to the general public on January 30, 2007.

The most common editions of the operating system are Windows XP Home Edition, which is targeted at home users, and Windows XP Professional, which has additional features such as support for Windows Server domains and dual processors, and is targeted at power users and business clients. Windows XP Media Center Edition has additional multimedia features enhancing the ability to record and watch TV shows, watch DVDs, and listen to music. Windows XP Tablet PC Edition is designed to run the ink-aware Tablet PC platform. Two separate 64-bit versions of Windows XP were also released, Windows XP 64-bit Edition for IA-64 (Itanium) processors and Windows XP Professional x64 Edition for x86-64 processors.

Windows XP is known for its improved stability and efficiency over previous versions of Microsoft Windows. It presents a significantly redesigned graphical user interface, a change Microsoft promoted as more user-friendly than previous versions of Windows. New software management capabilities were introduced to avoid the "DLL hell" that plagued older consumer versions of Windows. It is also the first version of Windows to use product activation to combat software piracy, a restriction that did not sit well with some users and privacy advocates. Windows XP has also been criticized by some users for security vulnerabilities, tight integration of applications such as Internet Explorer and Windows Media Player, and for aspects of its user interface.

Windows Vista



Windows Vista is the latest release of Microsoft Windows, a line of graphical operating systems used on personal computers, including home and business desktops. Before its announcement on July 22, 2005, Vista was known by its codename Longhorn.[1] On November 8, 2006, Windows Vista development was completed and released to manufacturing. Over the next two months it was released to MSDN, TechNet Plus and TechNet Direct subscribers, computer hardware and software manufacturers and volume license customers. On January 30, 2007, it was released worldwide to the general public,[2] and is available for purchase and downloading from Microsoft's web site.[3] These release dates come more than five years after the release of its predecessor, Windows XP, making it the longest time span between two releases of Windows.

According to Microsoft,[4] Windows Vista contains hundreds of new features; some of the most significant include an updated graphical user interface and visual style dubbed Windows Aero, improved searching features, new multimedia creation tools such as Windows DVD Maker, and completely redesigned networking, audio, print, and display sub-systems. Vista also aims to increase the level of communication between machines on a home network using peer-to-peer technology, making it easier to share files and digital media between computers and devices. For developers, Vista introduces version 3.0 of the .NET Framework, which aims to make it significantly easier for developers to write high-quality applications than with the traditional Windows API.

Microsoft's primary stated objective with Vista, however, has been to improve the state of security in the Windows operating system.[5] One of the most common criticisms of Windows XP and its predecessors has been their commonly exploited security vulnerabilities and overall susceptibility to malware, viruses and buffer overflows. In light of this, then Microsoft chairman Bill Gates announced in early 2002 a company-wide 'Trustworthy Computing initiative' which aims to incorporate security work into every aspect of software development at the company. Microsoft claimed that it prioritized improving the security of Windows XP and Windows Server 2003 above finishing Windows Vista, significantly delaying its completion.[6]

During the course of its development, Vista has been the target of a number of negative assessments by various groups. Criticism of Windows Vista has included protracted development time, more restrictive licensing terms, the inclusion of a number of new Digital Rights Management technologies aimed at restricting the copying of protected digital media, and the usability of new features such as User Account Control.
 

Blogger news

Blogroll

About