- Accessibility Options : access.cpl
- Add Hardware : hdwwiz.cpl
- Add / Remove Programs : appwiz.cpl
- Administrative Tools : control admintools
- Automatic Updates : wuaucpl.cpl
- Wizard file transfer Bluethooth : fsquirt
- Calculator : calc
- Certificate Manager : certmgr.msc
- Character : charmap
- Checking disk : chkdsk
- Manager of the album (clipboard) : clipbrd
- Command Prompt : cmd
- Service components (DCOM) : dcomcnfg
- Computer Management : compmgmt.msc
- DDE active sharing : ddeshare
- Device Manager : devmgmt.msc
- DirectX Control Panel (if installed) : directx.cpl
- DirectX Diagnostic Utility : dxdiag
- Disk Cleanup : cleanmgr
- System Information : dxdiag
- Disk Defragmenter : dfrg.msc
- Disk Management : diskmgmt.msc
- Partition manager : diskpart
- Display Properties : control desktop
- Properties of the display (2) : desk.cpl
- Properties display (tab "appearance") : control color
- Dr. Watson : drwtsn32
- Manager vérirficateur drivers : check
- Event Viewer : Eventvwr.msc
- Verification of signatures of files : sigverif
- Findfast (if present) : findfast.cpl
- Folder Options : control folders
- Fonts (fonts) : control fonts
- Fonts folder windows : fonts
- Free Cell : freecell
- Game Controllers : Joy.cpl
- Group Policy (XP Pro) : gpedit.msc
- Hearts (card game) : mshearts
- IExpress (file generator. Cab) : IExpress
- Indexing Service (if not disabled) : ciadv.msc
- Internet Properties : inetcpl.cpl
- IPConfig (display configuration) : ipconfig / all
- IPConfig (displays the contents of the DNS cache) : ipconfig / displaydns
- IPConfig (erases the contents of the DNS cache) : ipconfig / flushdns
- IPConfig (IP configuration cancels maps) : ipconfig / release
- IPConfig (renew IP configuration maps) : ipconfig / renew
- Java Control Panel (if present) : jpicpl32.cpl
- Java Control Panel (if present) : javaws
- Keyboard Properties : control keyboard
- Local Security Settings : secpol.msc
- Local Users and Groups : lusrmgr.msc
- Logout : logoff
- Microsoft Chat : winchat
- Minesweeper (game) : winmine
- Properties of the mouse : control mouse
- Properties of the mouse (2) : main.cpl
- Network Connections : control NetConnect
- Network Connections (2) : ncpa.cpl
- Network configuration wizard : netsetup.cpl
- Notepad : notepad
- NView Desktop Manager (if installed) : nvtuicpl.cpl
- Manager links : packager
- Data Source Administrator ODBC : odbccp32.cpl
- Screen Keyboard : OSK
- AC3 Filter (if installed) : ac3filter.cpl
- Password manager (if present) : Password.cpl
- Monitor performance : perfmon.msc
- Monitor performance (2) : perfmon
- Dialing Properties (phone) : telephon.cpl
- Power Options : powercfg.cpl
- Printers and Faxes : control printers
- Private Character Editor : eudcedit
- Quicktime (if installed) : QuickTime.cpl
- Regional and Language Options : intl.cpl
- Editor of the registry : regedit
- Remote desktop connection : mstsc
- Removable Storage : ntmsmgr.msc
- requests the operator to removable storage : ntmsoprq.msc
- RSoP (traduction. ..) (XP Pro) : rsop.msc
- Scanners and Cameras : sticpl.cpl
- Scheduled Tasks : control schedtasks
- Security Center : wscui.cpl
- Console management services : services.msc
- shared folders : fsmgmt.msc
- Turn off windows : shutdown
- Sounds and Audio Devices : mmsys.cpl
- Spider (card game) : spider
- Client Network Utility SQL server : cliconfg
- System Configuration Editor : sysedit
- System Configuration Utility : msconfig
- System File Checker (SFC =) (Scan Now) : sfc / scannow
- SFC (Scan next startup) : sfc / scanonce
- SFC (Scan each démarraget) : sfc / scanboot
- SFC (back to default settings) : sfc / revert
- SFC (purge cache files) : sfc / purgecache
- SFC (define size CAHC x) : sfc / cachesize = x
- System Properties : sysdm.cpl
- Task Manager : taskmgr
- Telnet client : telnet
- User Accounts : nusrmgr.cpl
- Utility Manager (Magnifier, etc) : utilman
- Windows firewall (XP SP2) : firewall.cpl
- Microsoft Magnifier : magnify
- Windows Management Infrastructure : wmimgmt.msc
- Protection of the accounts database : syskey
- Windows update : wupdmgr
- Introducing Windows XP (if not erased) : tourstart
- Wordpad : write
- Date and Time Properties : timedate.cpl
Friday, 5 July 2013
RUN SHORTCUT COMMANDS
7/05/2013 11:14:00 pm
Sarkari Job
No comments
Tuesday, 2 July 2013
HTML 5 TAGS
7/02/2013 09:48:00 am
Sarkari Job
No comments
Tag | Description | New in HTML5? |
---|---|---|
<!--...--> | Specifies a comment | |
<!DOCTYPE> | Specifies the document type | |
<a> | Specifies a hyperlink | |
<abbr> | Specifies an abbreviation | |
<address> | Specifies an address element | |
<area> | Specifies an area inside an image map | |
<article> | Specifies an article | NEW |
<aside> | Specifies content aside from the page content | NEW |
<audio> | Specifies sound content | NEW |
<b> | Specifies bold text | |
<base> | Specifies a base URL for all the links in a page | |
<bdi> | For bi-directional text formatting | NEW |
<bdo> | Specifies the direction of text display | |
<blockquote> | Specifies a long quotation | |
<body> | Specifies the body element | |
<br> | Inserts a single line break | |
<button> | Specifies a push button | |
<canvas> | Define graphics | NEW |
<caption> | Specifies a table caption | |
<cite> | Specifies a citation | |
<code> | Specifies computer code text | |
<col> | Specifies attributes for table columns | |
<colgroup> | Specifies groups of table columns | |
<command> | Specifies a command | NEW |
<data> | Allows for machine-readable data to be provided | NEW |
<datagrid> | Allows for an interactive representation of tree, list, or tabular data | NEW |
<datalist> | Specifies an "autocomplete" dropdown list | NEW |
<dd> | Specifies a definition description | |
<del> | Specifies deleted text | |
<details> | Specifies details of an element | NEW |
<dfn> | Defines a definition term | |
<div> | Specifies a section in a document | |
<dl> | Specifies a definition list | |
<dt> | Specifies a definition term | |
<em> | Specifies emphasized text | |
<embed> | Specifies external application or interactive content | NEW |
<eventsource> | Specifies a target for events sent by a server | NEW |
<fieldset> | Specifies a fieldset | |
<figcaption> | Specifies caption for the figure element. | NEW |
<figure> | Specifies a group of media content, and their caption | NEW |
<footer> | Specifies a footer for a section or page | NEW |
<form> | Specifies a form | |
<h1> | Specifies a heading level 1 | |
<h2> | Specifies a heading level 2 | |
<h3> | Specifies a heading level 3 | |
<h4> | Specifies a heading level 4 | |
<h5> | Specifies a heading level 5 | |
<h6> | Specifies a heading level 6 | |
<head> | Specifies information about the document | |
<header> | Specifies a group of introductory or navigational aids, including hgroup elements | NEW |
<hgroup> | Specifies a header for a section or page | NEW |
<hr> | Specifies a horizontal rule | |
<html> | Specifies an html document | |
<i> | Specifies italic text | |
<iframe> | Specifies an inline sub window (frame) | |
<img> | Specifies an image | |
<input> | Specifies an input field | |
<ins> | Specifies inserted text | |
<kbd> | Specifies keyboard text | |
<keygen> | Generates a key pair | NEW |
<label> | Specifies a label for a form control | |
<legend> | Specifies a title in a fieldset | |
<li> | Specifies a list item | |
<link> | Specifies a resource reference | |
<mark> | Specifies marked text | NEW |
<map> | Specifies an image map | |
<menu> | Specifies a menu list | |
<meta> | Specifies meta information | |
<meter> | Specifies measurement within a predefined range | NEW |
<nav> | Specifies navigation links | NEW |
<noscript> | Specifies a noscript section | |
<object> | Specifies an embedded object | |
<ol> | Specifies an ordered list | |
<optgroup> | Specifies an option group | |
<option> | Specifies an option in a drop-down list | |
<output> | Specifies some types of output | NEW |
<p> | Specifies a paragraph | |
<param> | Specifies a parameter for an object | |
<pre> | Specifies preformatted text | |
<progress> | Specifies progress of a task of any kind | NEW |
<q> | Specifies a short quotation | |
<ruby> | Specifies a ruby annotation (used in East Asian typography) | NEW |
<rp> | Used for the benefit of browsers that don't support ruby annotations | NEW |
<rt> | Specifies the ruby text component of a ruby annotation. | NEW |
<s> | Indicates text that's no longer accurate or relevant. | |
<samp> | Specifies sample computer code | |
<script> | Specifies a script | |
<section> | Specifies a section | NEW |
<select> | Specifies a selectable list | |
<small> | Specifies small text | |
<source> | Specifies media resources | NEW |
<span> | Specifies a section in a document | |
<strong> | Specifies strong text | |
<style> | Specifies a style definition | |
<sub> | Specifies subscripted text | |
<summary> | Specifies a summary / caption for the <details> element | NEW |
<sup> | Specifies superscripted text | |
<table> | Specifies a table | |
<tbody> | Specifies a table body | |
<td> | Specifies a table cell | |
<textarea> | Specifies a text area | |
<tfoot> | Specifies a table footer | |
<th> | Specifies a table header | |
<thead> | Specifies a table header | |
<time> | Specifies a date/time | NEW |
<title> | Specifies the document title | |
<tr> | Specifies a table row | |
<track> | Specifies a text track for media such as video and audio | NEW |
<u> | Specifies text with a non-textual annotation. | |
<ul> | Specifies an unordered list | |
<var> | Specifies a variable | |
<video> | Specifies a video | NEW |
<wbr> | Specifies a line break opportunity for very long words and strings of text with no spaces. | NEWv |