Tuesday, July 7, 2009
If you need to change the drive and or path where Windows looks for its installation files:
1.Open RegEdit
2.Go to
HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Setup
3.Edit the value next to SourcePath
Creating a Logon Banner
If you want to create a Logon Banner: A message box to appear below your logon on.
1.Open RegEdit
2.Go To
For Windows 9x and ME -
HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Winlogon
For Windows 2000 XP 2003 Vista -
HKEY_LOCAL_MACHINE\SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Winlogon
3.Create a new String value"LegalNoticeCaption "
4. Enter the Title of the window. What is displayed in the Title Bar.
5. Create a new string value "LegalNoticeText"
6. Enter the text for your message box that will appear even before the Logon window.
Creating a Default File Opener
If you have a un-registered file type and want to view it instead of having to select Open With. Use Explorer's Right-click and add your program to the right-click options by:
1. Open RegEdit
2. Go to HKEY_CLASSES_ROOT\Unknown\Shell
3. Right click on "Shell" and create a New Key and name it "Open "
4. Create a New Key under the "Open" key you just created and name it "Command"
5. Set the (Default) value to the path and filename of the program you want to use to open the file type
6. For example: C:\Windows\NOTEPAD.EXE %1
You must use the "%1" for this to work.and a space between the exe and the %1
Deleting Registry Keys from the Command Line
There are two ways to delete a key from the Registry from the Command line. At the Windows Command line:
RegEdit /l location of System.dat /R location of User.dat /D Registry key to delete
You cannot be in Windows at the time you use this switch.
Or you can create a reg file as such:
REGEDIT4
[-HKEY_LOCAL_MACHINE\the key you want to delete]
Note the negative sign just behind the[
Then at the Command line type:
1. RegEdit C:\Windows\(name of the regfile).
Change/Add Restrictions And Features
If you want to make restrictions to what users can do or use on their computer without having to run Poledit, you can edit the Registry. You can add and delete Windows features in this Key shown below.
Zero is Off and the value 1 is On. Example: to Save Windows settings add or modify the value name NoSaveSettings to 0, if set to1 Windows will not save settings. And NoDeletePrinter set to 1 will prevent the user from deleting a printer.
The same key shows up at:
HKEY_USERS\(yourprofilename)\ Software\ Microsoft\ Windows\ CurrentVersion\ Policies\ Explorer so change it there also if you are using different profiles.
1.Open RegEdit
2.Go to
HKEY_CURRENT_USER\Software\Microsoft\ CurrentVersion\ Policies
3.Go to the Explorer Key (Additional keys that can be created under Policies are System, Explorer, Network and WinOldApp )
4.You can then add DWORD or binary values set to 1 in the appropriate keys for ON and 0 for off.
NoDeletePrinter - Disables Deletion of Printers
NoAddPrinter - Disables Addition of Printers
NoRun - Disables Run Command
NoSetFolders - Removes Folders from Settings on Start Menu
NoSetTaskbar - Removes Taskbar from Settings on Start Menu
NoFind - Removes the Find Command
NoDrives - Hides Drives in My Computers
NoNetHood - Hides the Network Neighborhood
NoDesktop - Hides all icons on the Desktop
NoClose - Disables Shutdown
NoSaveSettings - Don't save settings on exit
DisableRegistryTools - Disable Registry Editing Tools
NoRecentDocsMenu - Hides the Documents shortcut at the Start button
NoRecentDocsHistory- Clears history of Documents
NoFileMenu _ Hides the Files Menu in Explorer
NoActiveDesktop - No Active Desktop
NoActiveDesktopChanges- No changes allowed
NoInternetIcon - No Internet Explorer Icon on the Desktop
NoFavoritesMenu - Hides the Favorites menu
NoChangeStartMenu _ Disables changes to the Start Menu
NoFolderOptions _ Hides the Folder Options in the Explorer
ClearRecentDocsOnExit - Empty the recent Docs folder on reboot
NoLogoff - Hides the Log Off .... in the Start Menu
And here are a few more you can play with
ShowInfoTip
NoTrayContextMenu
NoStartMenuSubFolders
NoWindowsUpdate
NoViewContextMenu
EnforceShellExtensionSecurity
LinkResolveIgnoreLinkInfo
NoDriveTypeAutoRun
NoStartBanner
NoSetActiveDesktop
EditLevel
NoNetConnectDisconnect
RestrictRun - Disables all exe programs except those listed in the RestrictRun subkey
This key has many other available keys, there is one to even hide the taskbar, one to hide the control panel and more. I'm not telling you how, as someone may want to play a trick on you. The policies key has a great deal of control over how and what program can run and how one can access what feature.
In the System key you can enter:
NoDispCPL - Disable Display Control Panel
NoDispBackgroundPage - Hide Background Page
NoDispScrSavPage - Hide Screen Saver Page
NoDispAppearancePage - Hide Appearance Page
NoDispSettingsPage - Hide Settings Page
NoSecCPL - Disable Password Control Panel
NoPwdPage - Hide Password Change Page
NoAdminPage - Hide Remote Administration Page
NoProfilePage - Hide User Profiles Page
NoDevMgrPage - Hide Device Manager Page
NoConfigPage - Hide Hardware Profiles Page
NoFileSysPage - Hide File System Button
NoVirtMemPage - Hide Virtual Memory Button
In the Network key you can enter:
NoNetSetup - Disable the Network Control Panel
NoNetSetupIDPage - Hide Identification Page
NoNetSetupSecurityPage - Hide Access Control Page
NoFileSharingControl - Disable File Sharing Controls
NoPrintSharing - Disable Print Sharing Controls
In the WinOldApp key you can enter:
Disabled - Disable MS-DOS Prompt
NoRealMode - Disables Single-Mode MS-DOS
You can Add and delete sounds events in the Control Panel. In order to do that:
1. Open RegEdit
2. Go to HKEY_CURRENT_USER\AppEvents\Schemes\Apps and HKEY_CURRENT_USER\AppEvents\Schemes\Eventlabels. If this key does not exist you can create it and add events.
3. You can add/delete any items you want to or delete the ones you no longer want.
Adding an Application to the Right Click on Every Folder
Here is how to add any application to the Context Menu when you right click on any Folder. This way you do not have to always go to the Start Menu. When you right click on any folder, you can have access to that application, the same as using Sent To.
1. Open RegEdit
2. Go to HKEY_CLASSES_ROOT\Folder\shell
3. Add a new Key to the "Shell" Key and name it anything you like.
4. Give it a default value that will appear when you right click a folder, i.e. NewKey (use an "&" without the quotes, in front of any character and it will allow you to use the keyboard)
5. Click on the Key HKEY_CLASSES_ROOT\Folder\shell\NewKey
6. Add a New Key named Command
7. Set the (Default) value of the application you want to run
8. For example: c:\program files\internet explorer\iexplore.exe (Include the full path and parameters if you need them)
Adding Explore From Here to Every Folder
When you want to right click on any folder and want to open up an Explorer window of that folder.
1. Open RegEdit
2. Go to HKEY_CLASSES_ROOT\Folder\shell
3. Add a new Key "RootExplore " under the "Shell" Key
4. Set the (Default) value to "E&xplore From Here "
5. Right Click the "RootExplore " Key and add a new Key "Command"to the RootExplore
6. Set the (Default) value of Explorer.exe /e,/root,/idlist,%i
You can change or delete the Windows mandatory locations of folder like My Documents:
1. Open RegEdit
2. Go to HKEY_CURRENT_USER\ Software\ Microsoft\ Windows\ CurrentVersion\ Explorer\ Shell Folders
3. Change the desired folder location, My Documents is normally list as "Personal"
4. Open the Explorer and rename or create the folder you wish.
To change the desired location of the Program Files folder
1. Go to
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion
2. Change the value of "ProgramFiles", or "ProgramFilesDir"
Now when you install a new program it will default to the new location you have selected.
Restore /Back up the Registry
To Backup/Restore the Windows Registry: Windows 9x For XP 2000 click here
1. If you are in MSDOS, at the C:\Windows prompt type
2. Attrib -s -r -h C:\Windows\System.dat (press Enter)
3. Attrib -s -r -h C:\Windows\User.dat (press Enter)
To make the backup copies type:
1. copy C:\Windows\System.dat C:\Windows\System.000 (press Enter)
2. copy C:\Windows\User.dat C:\Windows\user.000 (press Enter)
To Restore the Registry
1. copy C:\Windows\System.000 C:\Windows\System.dat (press Enter)
2. copy C:\Windows\User.000 C:\Windows\user.dat (press Enter)
Registry
Add Open With to all files
You can add "Open With..." to the Right click context menu of all files.This is great for when you have several programs you want to open the same file types with. I use three different text editors so I added it to the ".txt" key.
1. Open RegEdit
2. Go to HKEY_CLASSES_ROOT\*\Shell
3. Add a new Key named "OpenWith" by right clicking the "Shell" Key and selecting new
4. Set the (Default) to "Op&en With..."
5. Add a new Key named "Command" by right clicking the "OpenWith" Key and selecting new
6. Set the (Default) to "C:\Windows\rundll32.exe shell32.dll,OpenAs_RunDLL %1", C:\ being your Windows drive. You must enter the "OpenAs_RunDLL %1" exactly this way.
Customize the System Tray
You can add your name or anything you like that consists of 8 characters or less. This will replace the AM or PM next to the system time. But you can corrupt some trial licenses of software that you may have downloaded.
1. Open RegEdit
2. Go to HKEY_CURRENT_USER\Control Panel\International
3. Add two new String values, "s1159" and "s2359"
4. Right click the new value name and modify. Enter anything you like up to 8 characters.
If you enter two different values when modifying, you can have the system tray display the two different values in the AM and PM.
If your modem it is timing out during file transfers or loading Web Pages, you might try increasing the timeout period. To change the Time Out::
1.Open RegEdit
2.Go to HKEY_LOCAL_MACHINE\System\CurrentControlSet\ Services\ Class\ Modem\ XXXX\ Settings Where XXXX is the number of your modem
3. In the right panel and double click on Inactivity Timeout
4.The number of minutes for a timeout should be entered between the brackets.
5.For example, a setting could have S19=<10> to set it to 10 minutes.
If you uninstalled a program by deleting the files, it may still show up in the Add/Remove programs list in the Control Panel.
In order to remove it from the list.
1.Open RegEdit
2.Go to HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows\ CurrentVersion\ Uninstall
3.Delete any programs here.
If you have a problem locating the desired program open each key and view the DisplayName value
The File Types tab in Explorer's View / Options menu lets you edit most of your file types, but certain settings cannot be changed. The default action for a batch file, for instance, runs the batch file instead of opening it via Notepad or Wordpad. Thus, when you double-click on AUTOEXEC.BAT, a DOS window opens, and the file executes. If you want to change this default action and edit a batch file when you double-click on it, however, the File Types tab does not let you do so; the Set Default button for the file type called MS-DOS Batch File is always grayed out.
The button is grayed out because HKEY_CLASSES_ROOT's batfile key contains an EditFlag value entry. Such entries are used throughout the Registry to prevent novice users from altering certain system settings. The binary data in batfile's EditFlag reads d0 04 00 00. If you change this value to 00 00 00 00, you can then change any of the batch file settings. Do not, however, indiscriminately zero out EditFlag; if you do so in a system ProgID such as Drive or AudioCD, it completely disappears from the File Types list. For ProgIDs that are linked to extensions, set all EditFlags to 00 00 00 00. For system ProgIDs, replace EditFlag data with 02 00 00 00.
If you wish to have access to some buttons while leaving others grayed out, you must know the function of each EditFlag bit. The last two bytes of data are always zero, but most bits within the first two bytes have a specific effect:
• Byte 1, bit 1: Removes the file type from the master list in the File Types tab (select View / Options under Explorer) if it has an associated extension.
• Byte 1, bit 2: Adds the file type to the File Types tab if it does not have an associated extension.
• Byte 1, bit 3: Identifies a type with no associated extension.
• Byte 1, bit 4: Grays out the Edit button in the File Types tab.
• Byte 1, bit 5: Grays out the Remove button in the File Types tab.
• Byte 1, bit 6: Grays out the New button in the Edit File Type dialog (select the Edit button in the File Types tab).
• Byte 1, bit 7: Grays out the Edit button in the Edit File Type dialog.
• Byte 1, bit 8: Grays out the Remove button in the Edit File Type dialog.
• Byte 2, bit 1: Prevents you from editing a file type's description in the Edit File Type dialog.
• Byte 2, bit 2: Grays out the Change Icon button in the Edit File Type dialog.
• Byte 2, bit 3: Grays out the SetDefault button in the Edit File Type dialog.
• Byte 2, bit 4: Prevents you from editing an action's description in the Edit Action dialog (select the Edit button in the Edit File Type dialog).
• Byte 2, bit 5: Prevents you from editing the command line in the Edit Action dialog.
• Byte 2, bit 6: Prevents you from setting DDE (Dynamic Data Exchange) fields in the Edit Action dialog.
The EditFlags value for Drive, for instance, is d2 01 00 00 in Hex (1101 0010 0000 0001 in binary). Bits 2, 5, 7, and 8 are on in byte 1, and bit 1 is on in byte 2. The EditFlag for batfile is d0 04 00 00 in Hex or 1101 0000 0000 0100 in binary. In this case, bits 5, 7, and 8 are on in byte 1, and bit 3 is on in byte 2.
Bits 4, 5, and 6 of byte 2 apply only to actions that are protected. EditFlags with action keys (such as HKEY_CLASSES_ROOT\batfile\shell\open) determine protection. If byte 1, bit 1 of such an EditFlag is 0 (or if there is no EditFlag), then the action is protected. If byte 1, bit 1 is 1, then the action is unprotected.
To make Windows use multiple Start Menu Columns instead of a single scrolling column, like Windows 9x had, Also if you are using Classic Mode in XP
1. Open RegEdit
2. Go to the key
HKEY_LOCAL_MACHINE\ Software\ Microsoft\ Windows\ CurrentVersion\ Explorer\ Advanced
3. Create a string value "StartMenuScrollPrograms"
4. Right click the new string value and select modify
5. Set the value to "FALSE"
Tuesday, June 16, 2009
The Best Way to |
In this article, we refer to a fresh install of Windows and not simply an attempt to repair a few files.
1. Your Vendor's Restore CD
The first step in knowing how to reinstall windows is to locate your vendor’s restore CD—otherwise known appropriately enough as a rescue or boot disk. Windows comes with its own rescue CD as well. If that’s the only one you have at your disposal then locate your operating system’s instructions below.
Rescue CDs are not all alike. Some give you rescue functions as well as important software drivers for your computer. Others are more basic, only allowing you the ability to reformat your hard drive. Don’t reformat your hard drive without backing up your personal files to another medium first! Your personal files are those located under ‘My Documents’ in Windows. The exact location of your personal files and folders varies from one operating system to another.
In Windows XP, for example, you will backup everything in C:\Documents and Settings. In Windows 98 and ME, you will backup C:\My Documents. More instructions follow below for your particular system. If you have any other folders where you’ve stored personal stuff back those up as well.
2. Windows 98 and ME CDs
With Windows 98 and ME you don’t want to just reinstall windows without backing up important system information. This information can be found in your Windows folders.
First create a new folder on your C: drive and name it oldWindows. Then use Windows explorer to navigate to your Windows folder. Once there, locate the following subfolders: All Users, Application Data, Desktop, Favorites, Local Settings, Profiles, SendTo, and Start Menu. Copy these folders to the oldWindows folder you created.
Now it’s time to reboot. Restart Windows using your boot disk. Upon startup select Start computer with CD-ROM support. Drivers will begin loading so go ahead and pop in your Windows CD-ROM.
To reinstall windows properly you will need to delete your directory tree so type c:\windows\command\deltree /y c:\windows and press the Enter key. After that you need to invoke the Windows setup installation procedure located on your Windows CD. Type your CD drive letter and then type setup.
Next get into the DOS prompt from Windows and type
xcopy c:\oldWindows\*.* c:\windows /s /h /r /c.
This will restore all important system information.
3. Windows 2000 and XP CDs
If you have Windows 2000 and XP you need to know how to reinstall windows properly as well. Insert your Windows CD and boot your computer. Upon startup you will see Press any key to boot from CD.
After clicking you will come to the welcome screen. Press Enter, then press Escape to start a restore. From the menu options select C as your current partition and then l to delete the Windows folder. Enter temp as your user name when prompted. Reboot and you will be logged in as temp.
Next you will restore your personal files. Windows 2000 users should login as temp, then Administrator and then back to temp again. Then go to C:\Documents and Settings and you will see an Administrator folder and one with Administrator: computername.
From DOS type cd \documents and settings and then press Enter. Type xcopy administrator\*.* administrator.computername /s /h /r /c, substituting for computername your folder that was appended to Administrator earlier. Your personal files will be restored.
4. For Both Windows XP and 2000
Windows XP and 2000 users need one extra step to know how to reinstall windows correctly. Create a new folder on your C: drive and label it oldData. Then go to My Documents and Settings and copy all of the folders for each username to oldData.
In Control Panel go to User Accounts and create a new account for each of these users—use their names as spelled out under their Documents and Settings folders. If you’re using XP ensure that at least one account has Administrator privileges.
For each user on your computer, log off and log in with that user’s name. Then login as Temp and drop down into the DOS command prompt interpreter. Now type
xcopy c:\oldData\*.* "c:\documents and settings" /s /h /r /c
Then press Enter. Go ahead and confirm that you wish to overwrite files. When you’re done, log off and then login as each user. Each user’s Documents and Settings should be restored.
5. Finishing Up
After you install windows you need to install other software too, like drivers and Windows Updates from Microsoft’s web site. Check for any graphics drivers that you may need to install from a vendor CD.
Look for all of your old personal files and make sure that they are all there. If not, check the C:\oldData folder and move the files to the correct location. Once you are absolutely sure that you have everything you can delete both the oldData folder and the Administrator folder.
Conclusion
It may have come as a surprise to you to learn that you can reinstall windows without having to wipe out your hard drive. With a fresh install of Windows you can restore to your computer the speed and efficiency which it had when you first bought it.
A fresh install will do wonders for your computer’s performance and will be better for your system than a simple repair. In order to save your personal files you simply need to create temporary folders as we outlined in this article and restore them back into the new installation.
Physical Damages of Hard disk
When clicking sound starts coming from hard disk drive, this indicates that hard drive is facing some problem. This only happens when power fluctuate while you are working on the computer. This shows that your hard disk is physically damaged.
Some of the hard disks give message when such sounds start coming that some error has reached. Such kinds of troubles are faced by many factors but most common which becomes the primary cause for its failures are given below.
Hard disk head smashed:
Hard disk magnetic plates are used to store the data on the disk and head on the hard disk supports in reading and writing of the data. When head finds any scratches on the magnetic plates; sound is produced when head revolves on the plate to that specific sector for reading or writing data. This needs to be taken care of immediately because if you start fixing the damage then it may result in further disk damage. Immediately shutdown your system and call any recovery experts for consultation. Data stored in hard disk is very sensitive it should be examined and recover in clean room labs.
Bad sectors of the Hard disk:
Bad sectors of the hard disk are areas on the tracks of magnetic plates which get corrupted due to any reason. When head try to read data from these sectors, its all attempts go in vain. Sound heard during the reading of that corrupted sectors which indicates that some of the sectors are failed and damaged.
If hard disk is very old and its condition seems to be very bad; best tip to stream line it again is to scan the whole disk for bad sectors. Scanning process will help in identification of all the damaged or corrupted areas and it will not let hard disk to write any thing on those sectors again.
Damaged Circuitry of Hard disk:
Other than the above two major reasons, additional grounds can be cause of failure of some internal components of the hard disk. It can be out of order spindle; loose head of hard disk, wrong placement of head and any disconnected connection of internal circuitry.
This is always seen that after clicking sound of your hard disk it freezes or stop working any more. Best solution to fix the damage is to take your hard disk to any famous hard disk data recovery company.
Lesser space of storage:
If stored data on hard disk cross the storage limit of hard disk then hard disk uses the technique of virtual memory paging to do the task which are left to process. Such kind of tasks increases the processing of the hard disk and raises it to exhausted state.
In order to overcome over this problem some extra space should be added, for this purpose RAM and extra hard disk is the best solution.
Webmaster:
Geeksnerds, data recovery solutions UK offers data recovery services and software to salvage data from damaged hard drive, RAID system, laptop and removable storage media.
Top 5 Reasons Why
A Monitor Goes Blank
1. Introduction
Computer monitor problems can be very hard to troubleshoot - I mean, if your monitor goes blank, how do you check anything on your screen. So that's why it's important to have 2 monitors in the house. Usually, if I have my desktop PC's monitor going blank, I'll immediately hook up the video card to another monitor. If the screen remains blank, then it could point to a video card problem. If the new monitor displays an image, then it's probably the first monitor that has run into problems.
A typical computer monitor - don't panic if it goes blank!
Reason 1: Wetness
The number one reason why computer monitors go blank is - wetness. Believe it or not, when your computer monitor is exposed to humid air, sometimes water can condense and accumulate in the monitor. This causes the monitor to malfunction and go blank. I've had this happen to my desktop PC at least three times before. What you need to do is to leave the monitor alone for some time and allow the water to evaporate. That usually solves the problem.
Reason 2: Faulty Graphics Card
The next reason why your computer monitor goes black is due to a faulty graphics card. The best way to detect this kind of problem is to connect up a new monitor to your PC, then check if you have a blank screen. If you continue to have a blank screen, then it's likely your video card is faulty.
Reason 3: Faulty RAM
This one is less obvious and less common, but it can happen. You might sometimes get bad RAM modules which prevent your PC from booting up even to the basic BIOS startup screen. To detect this kind of problem is more troublesome, you might need to remove those RAM modules and insert them into another computer.
Reason 4: Loose Connections
Another reason why your monitor goes blank is due to loose connections. The connection from the monitor to the mains is usually a culprit, as is the connection between the monitor and the video card. Check those connections before you declare your computer monitor as faulty.
Reason 5: A Short Circuit In The Motherboard
And the final reason why your computer monitor goes blank? It's possibly because of a short circuit in the motherboard. This is the most undesirable outcome of course, as you might have to replace your entire motherboard. However, it's possible that this can happen - so keep your fingers crossed and hope it doesn't happen to you.
Conclusion
And there you have it, the top 5 reasons why your computer monitor goes blank. Make sure you do a mental check of the above points the next time your monitor goes blank - don't be too quick to declare your monitor as faulty. Until next time, happy computer building!
Tuesday, June 9, 2009
Computer training is possible through formal education like online Computer tips, Networking Tips , Hardware Tips , Registry Tricks and other computer science programs also.
It is no great mystery that major shifts in cultural and societal processes are marked with new advances in technology. This is also true of information technology. The printing press, the camera, the telephone, the computer, the Internet and the cell phone, are all inextricably linked to major changes in human culture. The printing press is linked to the rise of social movements. The photograph and telephone are linked to the birth of the Industrial Revolution. The advent of early computers and television coincides with the first steps towards global consortiums like the League of Nations. Information media changes how we perceive the world around us. The following profiles are two examples of current media that are expected to make a difference in how information is generated and perceived.
ComputerBigLab.com has been designed as a free introductory level, online computer related website, providing tutorials on computer hardware, software, operating systems, and basic troubleshooting, IT glossary, IT certifications and IT interview questions and answers.
If you just want to learn more about your computer's hardware, networking, Certifications and other IT related information, here's a good place to start! Read the tutorials, then try the exercises and computer Tests provided. If you have trouble with the review questions, tutorials or any other please let us know.
The computer computer tips, Interview questions, networking and Free tests may also be helpful for those preparing for Certifications exams, preparing for the interview of computer related jobs, and for students, teachers and the IT professionals.
ComputerBigLab.com intended to help all the students, teachers, & other computer / IT professionals of the Computer Science & Computer Technology Field. We have sorted out much information to help them all.
We are continuously updating our website. If you have any questions, suggestions and feedback please let us know.
We can improve our website in a very progressive way with your help. Your feedback is always welcomed.
Computer Science and Computer Technology has become the vital part of the education throughout the world.
Computer training is possible through formal education attending one of the many colleges or university offering both IT and computer science programs.
The study skills lesson plans should be so structured that it is dynamic and capable of being altered to suit the student’s growing and changing needs. This helps to make the students more focused in their approach, as they are continually involved in the process of change. After all the students are the ultimate beneficiaries. This however does not mean that the content can be ignored. There should be adequate coverage of any topic so that a certain degree of mastery is indicated. Thanks to the technology available along with networking anyone across the globe is now able to access any online hardware around the globe, you can even play games off your phones through the advances in wireless technology.
Whatever study skills lesson plans are drawn up, remember there is no end to it. All plans have only beginnings, for human beings are unique, and it is this uniqueness, which is conceptually infinite. Whatever plan we draw up will be inadequate, but we do require a basic framework from which to operate.
Saturday, May 23, 2009
online-latest-movie
http://latestcinemaonline.blogspot.com/2009/05/watch-online-latest-movie-pasanga-2009.html
Sunday, April 5, 2009
LG KF900 Prada

Make | LG | ![]() | GPRS | ![]() |
Model | KF900 Prada | 3G | ![]() | |
Air Interface | HSDPA / GSM | ![]() | HSDPA | ![]() |
Coverage (Band) | Quad | Wi-Fi | ![]() | |
Handset Type | Standard | ![]() | Bluetoothv2.0 with A2DP | ![]() |
Dimensions | 54 x 105 x 17 mm | ![]() | IrDA | ![]() |
Weight | 0 g | USBv2.0 | ![]() | |
Talk time | Up to | ![]() | GPS | ![]() |
Standby time | Up to | Push e-mail | ![]() | |
Camera5.0MP | ![]() | ![]() | Predictive Text | ![]() |
Camera Flash | ![]() | MMS | ![]() | |
Video Cameraat 30fps as MP4 | ![]() | ![]() | ![]() | |
Audio PlayerAMR, RA, WMA, AAC+, AAC, WAV, MP3 | ![]() | Memory CardmicroSD | ![]() | |
FM Radio | ![]() | ![]() | Java | ![]() |
RingtonesPolyphonic, MP3 | ![]() | BrowserHTML, WAP 2.0/XHTML | ![]() | |
Headphone Jack | ![]() | ![]() | Organiser | ![]() |
Games | ![]() | Touchscreen | ![]() | |
Internal Memory | ![]() | ![]() | Vibrate | ![]() |
Video Calling | ![]() |
Monday, March 30, 2009
UPSC Civil Services Examination 2009
UNION PUBLIC SERVICE COMMISSION
UPSC Civil Services Preliminary Examination 2009
Union Public Service Commission
Examination Notice No. 04/2009-CSP Dated 06.12.2008
(Last date for receipt of applications: 05.01.2009)
Civil Service Examination, 2009
(Commission’s website: http://www.upsc.gov.in)
F.No. 1/9/2008-E.I(B):
Preliminary Examination of the Civil Services Examination for recruitment to the Services and Posts mentioned below will be held by the Union Public Service Commission on 17th May, 2009 in accordance with the Rules published by the Department of Personnel & Training in the Gazette of India extraordinary dated 6th December, 2008.
(i) Indian Administrative Service
(ii) Indian Foreign Service
(iii) Indian Police Service
(iv) Indian P&T Accounts & Finance Service, Group ‘A’
(v) Indian Audit and Accounts Service, Group ‘A’
(vi) Indian Revenue Service (Customs and Central Excise), Group ‘A’
(vii) Indian Defence Accounts Service, Group ‘A’
(viii) Indian Revenue Service (I.T.), Group ‘A’
(ix) Indian Ordnance Factories Service, Group ‘A’ (Assistant Works Manager, Non-technical)
(x) Indian Postal Service, Group ‘A’
(xi) Indian Civil Accounts Service, Group ‘A’
(xii) Indian Railway Traffic Service, Group ‘A’
(xiii) Indian Railway Accounts Service, Group ‘A’
(xiv) Indian Railway Personnel Service, Group ‘A’
(xv) Post of Assistant Security Officer in Railway Protection Force, Group ‘A’
(xvi) Indian Defence Estates Service, Group ‘A’
(xvii) Indian Information Service (Junior Grade), Group ‘A’
(xviii) Indian Corporate Law Service, Group ‘A’
(xix) Armed Force Headquarters Civil Service, Group ‘B’ (Section Officer’s Grade)
(xx) Delhi, Andaman & Nicobar Islands, Lakshadweep, Daman & Diu and Dadra & Nagar Haveli Civil Service, Group ‘B’
(xxi) Delhi, Andaman & Nicobar Islands, Lakhadweep, Daman & Diu and Dadra & Nagar Haveli Civil Service, Group ‘B’
(xxii) Pondicherry Civil Service, Group ‘B’
(xxiii) Pondicherry Police Service, Group ‘B’
The number of vacancies to be filled on the result of the examination is expected to be approximately 580. The number of vacancies is liable to alteration.
Reservation will be made for candidates belonging to Scheduled Castes, Scheduled Tribes. Other Backward Classes and Physically Disabled Categories in respect of vacancies as may be fixed by the Government.
Important
1. Candidates to ensure their eligibility for the examination:
The candidates applying for the examination should ensure that they fulfil all eligibility conditions for admission to the examination. Their admission at all the stages of the examination will be purely provisional subject to satisfying the prescribed eligibility conditions.
Mere issue of Admission Certificate to the candidate will not imply that his/her candidature has been finally cleared by the Commission.
Commission take up verification of eligibility conditions with reference to original documents only after the candidate has qualified for Interview/Personality Test.
2. Application Form:
Candidates must apply in the Common Application Form devised by the Commission for its examinations, which can be purchased from the designated Head Post Offices/Post Offices (specified in Appendix-III of the Notice) throughout the country against cash payment of Rs. 20/- (Rupees Twenty only). Each such form can be used only once and only for one examination. In case of any difficulty in obtaining Application Forms from the designated HPOs/POs, the candidates should immediately contact the concerned Post Master or UPSC’s “Form Supply Monitoring Cell” over Telephone No. 011-23389366/Fax No. 011-23387310.
Candidates are advised to read carefully the “Instructions for filling up the Application Form” given in Appendix-II of this Notice.
3. Last Date for Receipt of applications:
All applications must reach the “Secretary, Union Public Service Commission, Dholpur House, Shahjahan Road, New Delhi-110069” either by hand or by Post/Speed Post or by Courier, on or before the 5th January, 2009.
The candidates should note that applications will be received by hand only one at a time at the designated country(s) and not in bulk, till 5 PM only.
However, in respect of candidates residing abroad or in certain remote localities specified in Para 6 of this Notice the last date for receipt of applications by Post/Speed Post only (not by Hand or by Courier) is 12th January, 2009.
4. Penalty for Wrong Answers (in objective type papers):
Candidates should not that there will be penalty (Negative Marking) for wrong answers marked by a candidate in the Objective Type Question Papers.
5. Facilitation Counter for Guidance of Candidates:
In case of any guidance/information/clarification regarding their applications, candidature etc. candidates can contact UPSC’s Facilitation Counter near Gate ‘C’ of its campus in person or over Telephone No. 011-23385271/011-23381125/011-23098543 on working days between 10.00 hrs and 17.00 hrs.
6. Mobile Phones Banned:
(a) Mobiles phones, pagers or any other communication devices are not allowed inside the premises where the examination is being conducted. Any infringement of these instructions shall entail disciplinary action including ban from future examinations.
(b) Candidates are advised in their own interest not to bring any of the banned items including mobile phones/pagers to the venue of the examination, as arrangements for safekeeping cannot be assured.
Plan of Examination:
The Civil Services Examination will consist of two successive stages (vide Appendix I Section-I below).
- Civil Services Preliminary Examination (Objective type) for the selection of candidates for the Main Examination; and (ii) Civil Services Main Examination (Written and Interview) for the selection of candidates for the various Services and posts noted above.
Applications are now invited for the Preliminary Examination only. Candidates who are declared by the Commission to have qualified for admission to the Main Examination will have to apply again, in the Detailed Application Form which would be supplied to them. The Main Examination is likely to be held in October/November, 2009.
Eligibility Conditions:
(i) Nationality
(1) For the Indian Administrative Service and the Indian Police Service, a candidate must be a citizen of India.
(2) For other services, a candidate must be either:-
(a) a citizen of India, or
(b) a subject of Nepal, or
(c) a subject of Bhutan, or
(d) a Tibetan refugee who came over to India before 1st January, 1962 with the intention of permanently settling in India, or (e) a person of Indian origin who has migrated from Pakistan, Burma, Sri Lanka, East African countries of Kenya, Uganda, the United Republic of Tanzania, Zambia, Malawi, Zaire, Ethiopia and Vietnam with the intention of permanently settling in India.
Provided that a candidate belonging to categories (b), (c), (d) and (e) shall be a person in whose favour a certificate of eligibility has been issued by the Government of India.
Provided further that candidates belonging to categories (b), (c) and (d) above will not be eligible for appointment to the Indian Foreign Service.
A candidate in whose case a certificate of eligibility is necessary, may be admitted to the examination but the offer of appointment may be given only after the necessary eligibility certificate has been issued to him/her by the Government of India.
(ii) Age Limits:
(a) A candidate must have attained the age of 21 years and must not have attained the age of 30 years on 1st August, 2009, i.e. he/she must have been born not earlier than 2nd August, 1979 and not later than 1st August, 1988.
(b) The upper age limit prescribed above will be relaxable:
(i) upto a maximum of five years if a candidate belongs to a Scheduled Caste or a Scheduled Tribe.
(ii) upto a maximum of three years in the case of candidates belonging to Other Backward Classes who are eligible to avail of reservation applicable to such candidates.
(iii) upto a maximum of five years if a candidate had ordinarily been domiciled in the State of Jammu & Kashmir during the period from the 1st January, 1980 to the 31st day of December, 1989.
(iv) upto a maximum of three years in the case of Defence Services personnel disabled in operations during hostilities with any foreign country or in a disturbed area and released as a consequence thereof.
(v) upto a maximum of five years in the case of ex-servicemen including commissioned Officers and ECOs/SSCOs who have rendered at least five years Military Service as on 1st August, 2009 and have been released (i) on completion of assignment (including those whose assignment is due to be completed within one year from 1st August, 2009) otherwise than by way of dismissal or discharge on account of misconduct or inefficiency, or (ii) on account of physical disability attributable to Military Service, or (iii) on invalidment.
(vi) Upto a maximum of five years in the case of ECOs/SSCOs who have completed an initial period of assignment of five years Military Service as on 1st August, 2009 and whose assignment has been extended beyond five years and in whose case the Ministry of Defence issues a certificate that they can apply for civil employment and that they will be released on three months notice on selection from the date of receipt of offer of appointment.
(vii) upto a maximum of 10 years in the case of blind, deaf-mute and orthopaedically handicapped persons.
How to apply:
(a) The UPSC have developed an Application Form common for all their examinations which will be processed on computerised machines. This Application Form alongwith an Information Brochure containing general instructions for filling up the Form, an Acknowledgement Card and an envelope for sending the application is obtainable from the designated Head Post Offices/Post Offices throughout the country as listed in Appendix-III of Notice against cash payment of Rs. 20/- (Rupees twenty only). Form should be purchased from the designated Post Offices only and not from any other agency. This Form can be used only once and for only one examination. Candidates must use the Form supplied with the Information Brochure only and they should in no case use photocopy/reproduction/unauthorisedly printed copy of the Form. Since this Form is electronically scannable, due care should be taken to fill up the Application Form, correctly. While filling up the Application Form, please refer to detailed instructions given in Appendix-II of this Notice. The candidate should also fill up in the relevant places of the Acknowledgement Card, their Application Form Number (8-digit) and the name of examination. The applicants are required to affix the postage stamp of Rs. 6/- on the Acknowledgement Cards and send the same along with Application Form to UPSC. If an applicants fails to affix the postage stamp of requisite amount his/her Acknowledgement Card will not be dispatched and Commission will not be responsible for non-receipt of Acknowledgement Card by the applicant. The duly filled in Application Form and the Acknowledgement Card should then be mailed in the special envelope supplied with the Information Brochure. The candidates should also write the name of examination viz. “Civil Service (Preliminary) Examination, 2009” on the envelope before dispatching it to “Secretary, Union Public Service Commission, Dholpur House, Shahjahan Road, New Delhi-110069”.
(b) All candidates, whether already in Government Service, Government owned industrial undertaking or other similar organizations or in private employment should submit their applications direct to the Commission. If any candidate forwards his/her application through his/her employer and it reaches the Union Public Service Commission late, the application, even if submitted to the employer before the closing date, will not be considered.
Persons already in Government Service, whether in a permanent or temporary capacity or as workcharged employees other than casual or daily rated employees or those serving under the Public Enterprises are however, required to submit an undertaking that they have informed in writing their Head of Office/ Department that they have applied for the Examination.
Candidates should note that in case a communication is received from their employer by the Commission withholding permission to the candidates applying for/appearing at the examination, their application will be liable to be rejected/candidature will be liable to be cancelled.
Last date for receipt of applications:
(i) The completed Application Form must reach the Secretary, Union Public Service Commission, Dholpur House, Shahjahan Road, New Delhi-110069 on or before 5th January, 2009.
(ii) In respect of applications received only by post (by post/speed post) from the candidates residing in Assam, Meghalaya, Arunachal Pradesh, Mizoram, Manipur, Nagaland, Tripura, Sikkim, Jammu & Kashmir, Lahaul and Spiti District and Pangi Sub-Division of Chamba District of Himachal Pradesh, Andaman and Nicobar Islands or Lakshadweep or abroad, the last date for receipt of applications is 12th January, 2009 till 5 P.M. only. The benefit of extended time will be available only in respect of applications received by post/speed post from the above mentioned areas/regions. In the case of applications received by hand or through courier service, benefit of extended time will not be available regardless of the place of residence of the applicant.
Appendix-I
Section-I
Plan of Examination
The competitive examination comprises two successive stages:
(i) Civil Service (Preliminary) Examinations (Objective Type) for the selection of candidates for Main Examination; and
(ii) Civil Services (Main) Examination (Written and Interview) for the selection of candidates for the various services and posts.
2. The Preliminary Examination will consist of two papers of Objective type (multiple choice questions) and carry a maximum of 450 marks in the subjects set out in sub-section (A) of Section-II. This examination is meant to serve as a screening test only; the marks obtained in the Preliminary Examination by the candidates who are declared qualified for admission to the Main Examination will not be counted for determining their final order of merit. The number of candidates to be admitted to the Main Examination will be about twelve to thirteen times the total approximate number of vacancies to be filled in the year in the various Services and Posts. Only those candidates who are declared by the Commission to have qualified in the Preliminary Examination in a year will be eligible for admission to the Main Examination of that year provided they are otherwise eligible for admission to the Main Examination.
3. The Main Examination will consist of a written examination and an Interview Test. The written examination will consist of 9 papers of conventional essay type in the subjects set out in sub-section (B) of Section-II. Also see Note (ii) under para I of Section-II (B).
4. Candidates who obtain such minimum qualifying marks in the written part of the Main Examination as may be fixed by the Commission at their discretion, shall be summoned by them for an interview/for a Personality Test vide sub-section ‘C’ of Section-II. However, the papers on Indian Languages and English will be of qualifying nature. Also see Note (ii) under para 1 of Section-II (B). The marks obtained in these papers will not be counted for ranking. The number of candidates to be summoned for interview will be about twice the number of vacancies to be filled. The interview will carry 300 marks (with no minimum qualifying marks)
Marks thus obtained by the candidates in the Main Examination (written part as well as interview) would determine their final ranking. Candidates will be allotted to the various Services keeping in view their ranks in the examination and the preferences expressed by them for the various Services and Posts.
For more Details check Employment News or visit www.upsc.gov.in