<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8349857584958296359</id><updated>2024-10-25T02:19:36.925+05:30</updated><category term="Slider"/><category term="Windows Tricks"/><category term="Command prompt"/><category term="windows cmd"/><category term="C Program"/><category term="Network at GUI"/><category term="Networks"/><category term="windows 7"/><category term="C Programming"/><category term="C language"/><category term="Fun Tricks"/><category term="Windows 7 funs"/><category term="fun c program"/><category term="Android apps"/><category term="Android on windows"/><category term="c"/><title type='text'>Computer Beginner School</title><subtitle type='html'>windows tricks - windows 7 basic - Command prombt - Networking tips - Funny tips -Tricks on windows - Android in windows 7 - Linux basic - Simple funny C programme</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default?redirect=false'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default?start-index=26&amp;max-results=25&amp;redirect=false'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>33</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-9012475090229453953</id><published>2016-02-17T15:49:00.000+05:30</published><updated>2017-06-16T13:51:33.038+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="c"/><category scheme="http://www.blogger.com/atom/ns#" term="C language"/><category scheme="http://www.blogger.com/atom/ns#" term="C Program"/><category scheme="http://www.blogger.com/atom/ns#" term="C Programming"/><title type='text'>I/O function in C</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h2 style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-large;&quot;&gt;I/O function in C&lt;/span&gt;&lt;/h2&gt;
&lt;H2&gt;
&lt;a href=&quot;http://learn-windows7tricks.blogspot.com/2016/02/c-language_16.html&quot;&gt;&lt;button class=&quot;btn btn-lg btn-success &quot; style=&quot;float: right;&quot; type=&quot;submit&quot;&gt;NEXT&lt;/button&gt;&lt;/a&gt;&lt;/H2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIQN06e6GQItHWN1hUdngl5Zo4a9_zgIxiaRgGGH1vNAwXEEYCLgXP7gxqDAcOq5yT-HzxFLi2knJibozM7APr41RM8QQDf2KFpIADps8rUmgtE5N8kp1JqRwMIeU-OAL8peVR92c7-YN4/s1600/Input+Output.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;I/O, Input Output, I/O in C&quot; border=&quot;0&quot; height=&quot;320&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIQN06e6GQItHWN1hUdngl5Zo4a9_zgIxiaRgGGH1vNAwXEEYCLgXP7gxqDAcOq5yT-HzxFLi2knJibozM7APr41RM8QQDf2KFpIADps8rUmgtE5N8kp1JqRwMIeU-OAL8peVR92c7-YN4/s400/Input+Output.png&quot; title=&quot;Input Output functions&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;i&gt;&lt;b&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/b&gt;&lt;/i&gt;
&lt;i&gt;&lt;b&gt;&lt;u&gt;I/O&lt;/u&gt;&lt;/b&gt;&lt;/i&gt; function used read the input from the keyword and display the output to the screen. C Language have some predefined input and output function and that are listed below&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;&lt;u&gt;&lt;i&gt;I/O&lt;/i&gt; Functions for Single Character:-&lt;/u&gt;&lt;/b&gt;&lt;/h3&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;It get only one character input and display one character only.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;padding: 20px;&quot;&gt;&lt;b&gt;INPUT FUNCTION&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
getchar( )&lt;br /&gt;
&lt;br /&gt;
getc( )&lt;br /&gt;
&lt;br /&gt;
getch( )&lt;/td&gt;
&lt;td style=&quot;padding: 20px;&quot;&gt;&lt;b&gt;OUTPUT FUNCTION&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
putchar( )&lt;br /&gt;
&lt;br /&gt;
putc( )&lt;br /&gt;
&lt;br /&gt;
putch( )&lt;/td&gt;

&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;&lt;u&gt;&lt;i&gt;I/O&lt;/i&gt; Functions for String :-&lt;/u&gt;&lt;/b&gt;&lt;/h3&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;It get multiple charter like a string can get as Input and also display by strings.&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;table&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td style=&quot;padding: 20px;&quot;&gt;&lt;b&gt;OUTPUT FUNCTION&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
puts( )
&lt;/td&gt;
&lt;td style=&quot;padding: 20px;&quot;&gt;&lt;b&gt;INPUT FUNCTION&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
gets( )&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
Scanf Input functions:-&lt;/h3&gt;
Scanf( ) is a library function that is used for input function. &amp;nbsp;It return value is based on the either input value is correct or not.&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;Syntax:-&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;scanf (&quot;Control Strings&quot;, &amp;amp;variable name);&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Ex:&lt;br /&gt;
&lt;br /&gt;
int a; float b,c;&lt;br /&gt;
scanf(&quot;%d&quot;,&amp;amp;a);&lt;br /&gt;
scanf(&quot;%f %f&quot;, &amp;amp;b,&amp;amp;c);&lt;br /&gt;
&lt;h3&gt;
Printf Output Function:-&lt;/h3&gt;
printf ( ) is a library function that displays information on screen. It return value is based on the characters of within the brackets and empty space also counted.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Syntax:-&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;printf ( &quot;Control String&quot;, Variable name);&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Ex:&lt;br /&gt;
&lt;br /&gt;
int a; float b,c;&lt;br /&gt;
printf(&quot;%d&quot;, a);&lt;br /&gt;
printf(&quot;%f %f&quot;,b,c);&lt;br /&gt;
&lt;br /&gt;
Printf and scanf functions most often &lt;i&gt;&lt;u&gt;Input output (I/O)&lt;/u&gt;&lt;/i&gt; functions. Both printf and scanf function has return values not null. We cannot define program without&lt;i&gt; I/O&lt;/i&gt;.&lt;/div&gt;
&lt;H2&gt;
&lt;a href=&quot;http://learn-windows7tricks.blogspot.com/2016/02/c-language_16.html&quot;&gt;&lt;button class=&quot;btn btn-lg btn-success &quot; style=&quot;float: LEFT;&quot; type=&quot;submit&quot;&gt;NEXT&lt;/button&gt;&lt;/a&gt;&lt;/H2&gt;
&lt;H2&gt;
&lt;a href=&quot;http://learn-windows7tricks.blogspot.com/2016/02/c-language_16.html&quot;&gt;&lt;button class=&quot;btn btn-lg btn-success &quot; style=&quot;float: right;&quot; type=&quot;submit&quot;&gt;NEXT&lt;/button&gt;&lt;/a&gt;&lt;/H2&gt;&lt;BR/&gt;&lt;BR/&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/9012475090229453953/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2016/02/io-function-in-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/9012475090229453953'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/9012475090229453953'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2016/02/io-function-in-c.html' title='I/O function in C'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgIQN06e6GQItHWN1hUdngl5Zo4a9_zgIxiaRgGGH1vNAwXEEYCLgXP7gxqDAcOq5yT-HzxFLi2knJibozM7APr41RM8QQDf2KFpIADps8rUmgtE5N8kp1JqRwMIeU-OAL8peVR92c7-YN4/s72-c/Input+Output.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-3645573149702549600</id><published>2016-02-17T01:26:00.000+05:30</published><updated>2017-06-23T09:26:33.277+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="C language"/><category scheme="http://www.blogger.com/atom/ns#" term="C Program"/><category scheme="http://www.blogger.com/atom/ns#" term="C Programming"/><title type='text'>Data Type in C</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h2 style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-large;&quot;&gt;Data Type in C&lt;/span&gt;&lt;/h2&gt;
&lt;div&gt;
&lt;h2&gt;
&lt;a href=&quot;http://learn-windows7tricks.blogspot.in/2016/02/token-in-c-language.html&quot;&gt;&lt;button class=&quot;btn btn-lg btn-success &quot; style=&quot;float: LEFT;&quot; type=&quot;submit&quot;&gt;PREVIOUS&lt;/button&gt;&lt;/div&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;div&gt;
&lt;h2&gt;
&lt;a href=&quot;http://learn-windows7tricks.blogspot.in/2016/02/io-function-in-c.html&quot;&gt;&lt;button class=&quot;btn btn-lg btn-success &quot; style=&quot;float: right;&quot; type=&quot;submit&quot;&gt;NEXT&lt;/button&gt;&lt;/div&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;Define:-&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;i&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/i&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;i&gt;&lt;u&gt;Data type&lt;/u&gt;&lt;/i&gt;&lt;/b&gt; is defining attributes to the variable in C. The main part of C language is &lt;i&gt;Data Type&lt;/i&gt;, which is used to &amp;nbsp;allocate memory for variable. &lt;u&gt;Data types &lt;/u&gt;are has different types of formats such as int, char,&amp;nbsp;float&amp;nbsp;sting, double and etc.&amp;nbsp;&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;&lt;u&gt;1. Integer Data type :-&lt;/u&gt;&lt;/b&gt;&lt;/h3&gt;
&lt;div&gt;
Integer&lt;i&gt; data type&lt;/i&gt; represented by &quot;int&quot; =&amp;gt; 2 bytes (1 byte = 8 bit).&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
It can store the value of &amp;nbsp;Whole Number. It can store up to 16 bit block of data. If 16 bits filled then its showing error message only. If you want store more than 16 bit blocks then you can choose other integer &lt;u&gt;data type&lt;/u&gt; as &lt;b&gt;&quot;long int&quot;&lt;/b&gt;. Other formats of integers are following by int, short int, long int, unsigned int&amp;nbsp;&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;u&gt;2. Float Data Type:-&lt;/u&gt;&lt;/h3&gt;
&lt;div&gt;
Floating&lt;i&gt; data type&lt;/i&gt; represented by float =&amp;gt; 4 bytes.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Floating &lt;u&gt;Data type&lt;/u&gt; is used to calculate fraction decimal Calculation as same as storing information on it. Floating variables are call by %f. They extended formats of float is Double which has 8 byte of data for storage.&amp;nbsp;&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
3. &lt;u&gt;Character Data Type:-&lt;/u&gt;&lt;/h3&gt;
&lt;div&gt;
Character &lt;i&gt;Data type&lt;/i&gt; represented by char. Characters are single letter which are used at check box for Y/N question or condition.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
char =&amp;gt; 1 byte&amp;nbsp;&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;u&gt;Data types and Control Strings:-&amp;nbsp;&lt;/u&gt;&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGAVsGAEfLtHybnqfduOFwSUyxPfJk8kRmRMPAjZssj74xPUgCYWWVHw9jgiPqM5mjISDKZl1oc0mdGyuyW8phGmK37QTaCGmWN_RZF8jYaPMUpkcG5LNNW0SvG3Lf7YVPLkqVVG4VjQmF/s1600/Data+Types+in+C.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Data Types and Control String, Data types in C&quot; border=&quot;0&quot; height=&quot;232&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGAVsGAEfLtHybnqfduOFwSUyxPfJk8kRmRMPAjZssj74xPUgCYWWVHw9jgiPqM5mjISDKZl1oc0mdGyuyW8phGmK37QTaCGmWN_RZF8jYaPMUpkcG5LNNW0SvG3Lf7YVPLkqVVG4VjQmF/s400/Data+Types+in+C.jpg&quot; title=&quot;Data types and Control String&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
Control strings are address of Data types. Every data types has separate control string. Control strings are used to get variables value. Every control strings get/put their related values and then give it to the specify variables.&lt;/div&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;&lt;u&gt;Escape Sequence Function:-&lt;/u&gt;&lt;/b&gt;&lt;/h2&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRCo33d9A593QpkGVjvL4G_u_MkWHORduoAjcW4k_d8l1nWiyXEeqJXXmco1buxpvBVqYwiAExwrUHsWd5DiGIuoUDCfqSBqeB2RyGkhfV9YIXlMgutEtRWRJnlPF8oXdvR4qRjV1l8ogu/s1600/Escape+Sequence+in+C.jpg&quot; imageanchor=&quot;1&quot;&gt;&lt;img alt=&quot;Escape Sequence in Data Type, Data type in C&quot; border=&quot;0&quot; height=&quot;236&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjRCo33d9A593QpkGVjvL4G_u_MkWHORduoAjcW4k_d8l1nWiyXEeqJXXmco1buxpvBVqYwiAExwrUHsWd5DiGIuoUDCfqSBqeB2RyGkhfV9YIXlMgutEtRWRJnlPF8oXdvR4qRjV1l8ogu/s320/Escape+Sequence+in+C.jpg&quot; title=&quot;Escape Sequence function in Data type&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
C has another one good escape sequence functions. Those are used to format the output on print screen. You can add basic formats such as more than 2 space, New line, Back Space , Alert and etc. All escape sequence are execute only at output screen. Its written in printf or scanf statements. We can put escape sequence after placing our control string of&lt;b&gt;&lt;i&gt;&lt;u&gt; data type&lt;/u&gt;&lt;/i&gt;&lt;/b&gt; .&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;u&gt;&lt;br /&gt;&lt;/u&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;h2&gt;
&lt;a href=&quot;http://learn-windows7tricks.blogspot.in/2016/02/token-in-c-language.html&quot;&gt;&lt;button class=&quot;btn btn-lg btn-success &quot; style=&quot;float: LEFT;&quot; type=&quot;submit&quot;&gt;PREVIOUS&lt;/button&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;h2&gt;
&lt;a href=&quot;http://learn-windows7tricks.blogspot.in/2016/02/io-function-in-c.html&quot;&gt;&lt;button class=&quot;btn btn-lg btn-success &quot; style=&quot;float: right;&quot; type=&quot;submit&quot;&gt;NEXT&lt;/button&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;/div&gt;
&lt;div align=&quot;center&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Still U have doubt then you can see below video. If you like this post then share post or leave comment your suggestion&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
&amp;nbsp; 
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;//www.youtube.com/embed/4yFER6sSzMo&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/3645573149702549600/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2016/02/data-type-in-c.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/3645573149702549600'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/3645573149702549600'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2016/02/data-type-in-c.html' title='Data Type in C'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhGAVsGAEfLtHybnqfduOFwSUyxPfJk8kRmRMPAjZssj74xPUgCYWWVHw9jgiPqM5mjISDKZl1oc0mdGyuyW8phGmK37QTaCGmWN_RZF8jYaPMUpkcG5LNNW0SvG3Lf7YVPLkqVVG4VjQmF/s72-c/Data+Types+in+C.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-6531896923901257353</id><published>2016-02-17T00:00:00.000+05:30</published><updated>2016-02-17T01:27:29.604+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="C language"/><category scheme="http://www.blogger.com/atom/ns#" term="C Program"/><category scheme="http://www.blogger.com/atom/ns#" term="C Programming"/><title type='text'>Token in C Language </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h2 style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-large;&quot;&gt;Token&#39;s in C Language&amp;nbsp;&lt;/span&gt;&lt;/h2&gt;
&lt;div class=&quot;btn btn-info btn-lg&quot; style=&quot;background-color: #99ffff; border-radius: 20px; border: 2px solid #a1a1a1; cursor: pointer; float: left; height: 20px; text-align: center; width: 150px;&quot;&gt;
&lt;a href=&quot;http://www.computerbeginnerschool.com/2016/02/c-language_16.html&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Previous&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;btn btn-info btn-lg&quot; style=&quot;background-color: #99ffff; border-radius: 20px; border: 2px solid #a1a1a1; cursor: pointer; float: right; height: 20px; text-align: center; width: 150px;&quot;&gt;
&lt;a href=&quot;http://www.computerbeginnerschool.com/2016/02/data-type-in-c.html&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Next&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;Character Set:-&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
Set of Characters are referred to as set is group as follows.&lt;br /&gt;
&lt;br /&gt;
1. Letters - A to Z (or) a to z&lt;br /&gt;
&lt;br /&gt;
2. Digits - 0 to 9&lt;br /&gt;
&lt;br /&gt;
3. Special Characters - {. , ; : &#39; &quot; { }+ - * % / \ ( ) ^ }&lt;br /&gt;
&lt;br /&gt;
4. White spaces - tab [5 space]&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;Token in C Language :&lt;/b&gt;-&amp;nbsp;&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhssdgNTVvosMHzONqcNyIG1OWKlmlmcY8zGUCgphfJ53Izh0RoCuzpYvjXX8RDPvea-ciYhYHVhXFqIY4TnGp1lSsy-zs2TmcvKS4YlUJLdD9L5vlKiTolQ-_Ijr7QkFRRCezyHLnSjwGi/s1600/Tokens+in+C.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Token in C, C Tokenizer&quot; border=&quot;0&quot; height=&quot;235&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhssdgNTVvosMHzONqcNyIG1OWKlmlmcY8zGUCgphfJ53Izh0RoCuzpYvjXX8RDPvea-ciYhYHVhXFqIY4TnGp1lSsy-zs2TmcvKS4YlUJLdD9L5vlKiTolQ-_Ijr7QkFRRCezyHLnSjwGi/s640/Tokens+in+C.jpg&quot; title=&quot;Token in C &quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
The smallest individual unit in the program is called &lt;i&gt;&lt;u&gt;&lt;b&gt;token&lt;/b&gt;&lt;/u&gt;&lt;/i&gt;. Which are defined whole program. Before you writing program we need know about &lt;i&gt;&lt;b&gt;Tokens&lt;/b&gt;&lt;/i&gt;. The set of tokens are Keywords, Variable, Constant and Operator.&lt;br /&gt;
&lt;h4 style=&quot;text-align: left;&quot;&gt;
&lt;u&gt;Keyword in Token:-&lt;/u&gt;&lt;/h4&gt;
Keyword is the first part of &lt;i&gt;&lt;u&gt;Token in C&lt;/u&gt;&lt;/i&gt; language. Keyword is predefined special meanings. Each keyword used separate purpose such as allocating storage for numeric, fractions, characters and strings.&lt;br /&gt;
&lt;br /&gt;
Ex:- int, float, double, char, string&lt;br /&gt;
&lt;br /&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;char =&amp;gt; 1 byte&lt;/li&gt;
&lt;li&gt;int =&amp;gt; 2 byte&amp;nbsp;&lt;/li&gt;
&lt;li&gt;float =&amp;gt; 4 byte&lt;/li&gt;
&lt;li&gt;string =&amp;gt; 4 byte&lt;/li&gt;
&lt;li&gt;double =&amp;gt; 8 byte &amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;br /&gt;
&lt;h4 style=&quot;text-align: left;&quot;&gt;
&lt;u&gt;Variable in Token :-&lt;/u&gt;&lt;/h4&gt;
Variables are user defined&lt;i&gt; Token in C&lt;/i&gt;. Variable is a data name that maybe used to store a data value for easy to retrieved. A variable declaration consists data type followed by a list of one or more variables and that are separated by comma&#39;s&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Syntax:-&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;i&gt;&amp;lt;data type&amp;gt; Variable name;&lt;/i&gt;&lt;br /&gt;
&lt;br /&gt;
Ex: int a;&lt;br /&gt;
&lt;h4 style=&quot;text-align: left;&quot;&gt;
&lt;u&gt;Constant in Token:-&lt;/u&gt;&lt;/h4&gt;
A constant is an entity whose value does not change during program execution. Constants allocated once when program started. Much favorable one in&amp;nbsp;&lt;i&gt;&lt;u&gt;Token in C&lt;/u&gt;&lt;/i&gt;&amp;nbsp;is Constant.&lt;br /&gt;
&lt;br /&gt;
Ex:- int a=10;&lt;br /&gt;
&lt;br /&gt;
Two types of constant and that are&lt;br /&gt;
&lt;br /&gt;
(1) Numeric constant&lt;br /&gt;
&lt;br /&gt;
-&amp;gt;Interger&lt;br /&gt;
-&amp;gt;Real&lt;br /&gt;
&lt;br /&gt;
(2) Character Constant&lt;br /&gt;
&lt;br /&gt;
-&amp;gt;Char&lt;br /&gt;
-&amp;gt;String&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Integer Constant:-&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
It contains sequence of digits that may or may not predefined with a minus sign. Mostly we used integer constant. Integer constant is easy to calculated values and its store smaller amount of storage.&lt;br /&gt;
&lt;br /&gt;
Ex: 14, -12&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Real Constant:-&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
It can be represent into decimal. Fractional calculations are done by real constant only. Real constant values are represent by float keywords in &lt;u&gt;Token in C&lt;/u&gt;.&lt;br /&gt;
&lt;br /&gt;
Ex: 12.43&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Character Constant:-&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
It contain single character enclose with in a pair of single quotes. Character constants are used for specify some character fixed. Which is used for Yes or No questions such ah input as Y/N.&lt;br /&gt;
&lt;br /&gt;
Ex: &#39;k&#39; , &#39;X&#39;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;String Constant:-&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
A string Constant is a group of character enclosed in double quotation. These are characters or any special characters. Most often use string constant. We use maximum input from users &amp;nbsp;by string only for storing user&#39;s detail such as user name, password. name and their detail.&lt;br /&gt;
&lt;br /&gt;
Ex: &quot;Welcome&quot;, &quot;1928&quot;&lt;br /&gt;
&lt;br /&gt;
char[10] = &quot;Welcome&quot;;&lt;br /&gt;
&lt;br /&gt;
String constant Mostly used in program. Best way of explian some important msg for users. String Constant is best one at &lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;i&gt;Token in C&lt;/i&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&lt;span style=&quot;text-decoration: underline;&quot;&gt;&lt;i&gt;&lt;br /&gt;&lt;/i&gt;&lt;/span&gt;
&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;btn btn-info btn-lg&quot; style=&quot;background-color: #99ffff; border-radius: 20px; border: 2px solid #a1a1a1; cursor: pointer; float: left; height: 20px; text-align: center; width: 150px;&quot;&gt;
&lt;a href=&quot;http://www.computerbeginnerschool.com/2016/02/c-language_16.html&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Previous&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;btn btn-info btn-lg&quot; style=&quot;background-color: #99ffff; border-radius: 20px; border: 2px solid #a1a1a1; cursor: pointer; float: right; height: 20px; text-align: center; width: 150px;&quot;&gt;
&lt;a href=&quot;http://www.computerbeginnerschool.com/2016/02/data-type-in-c.html&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Next&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div align=&quot;center&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;Still doubt then you can see below video. If you like this post then share post or leave comment your suggestion&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
&amp;nbsp; 
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;//www.youtube.com/embed/4yFER6sSzMo&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/6531896923901257353/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2016/02/token-in-c-language.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/6531896923901257353'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/6531896923901257353'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2016/02/token-in-c-language.html' title='Token in C Language '/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhssdgNTVvosMHzONqcNyIG1OWKlmlmcY8zGUCgphfJ53Izh0RoCuzpYvjXX8RDPvea-ciYhYHVhXFqIY4TnGp1lSsy-zs2TmcvKS4YlUJLdD9L5vlKiTolQ-_Ijr7QkFRRCezyHLnSjwGi/s72-c/Tokens+in+C.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-3235185376999710830</id><published>2016-02-16T16:44:00.000+05:30</published><updated>2017-06-23T09:45:25.367+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="C language"/><category scheme="http://www.blogger.com/atom/ns#" term="C Programming"/><title type='text'>C Language </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h2 style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: x-large;&quot;&gt;Introduction to C language&amp;nbsp;&lt;/span&gt;&lt;/h2&gt;
&lt;div align=&quot;right&quot;&gt;
&lt;div&gt;
&lt;h2&gt;
&lt;a href=&quot;http://learn-windows7tricks.blogspot.com/2016/02/c-language_16.html&quot;&gt;&lt;button class=&quot;btn btn-lg btn-success &quot; style=&quot;float: right;&quot; type=&quot;submit&quot;&gt;NEXT&lt;/button&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhllrTEtG4It-A2aqffNnCU4liVNvwuVYgNBKljRYznNLxceW5NwLOk3CfpfPAwQLUWOKpo1KuM2oBKONCaHRcZYa8IfNd3gI_m4FooJnjftIWvDqw504GJ8cuKbNzelnnE6LuqPA_6dEN0/s1600/Programming.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;C Language, C programming&quot; border=&quot;0&quot; height=&quot;200&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhllrTEtG4It-A2aqffNnCU4liVNvwuVYgNBKljRYznNLxceW5NwLOk3CfpfPAwQLUWOKpo1KuM2oBKONCaHRcZYa8IfNd3gI_m4FooJnjftIWvDqw504GJ8cuKbNzelnnE6LuqPA_6dEN0/s200/Programming.jpg&quot; title=&quot;C Language&quot; width=&quot;200&quot; /&gt;&lt;/a&gt;&lt;i&gt;C Language&lt;/i&gt;&amp;nbsp;is general purpose programming language. It has many desirable qualities of modern programming languages such as Portability, Fle&lt;br /&gt;
xibility and Efficiency&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Portability means which is support all operating system and Compilers. Without any modification you can run all type of compiler. &amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Primary strength of &lt;u&gt;C Language&lt;/u&gt; is More efficient. This is due to the fact that it has many low level fractions. It also has a ability to build complex program out of simple elements.&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;&lt;u&gt;Development of &lt;i&gt;C Language&lt;/i&gt; :-&lt;/u&gt;&lt;/b&gt;&lt;/h3&gt;
&lt;div&gt;
(1) 1960 AL Gol to international committee&lt;/div&gt;
&lt;div&gt;
(2) 1967 BCPL - Martin Richard. (BCPL - Basic Combined Programming Language)&lt;/div&gt;
&lt;div&gt;
(3) 1970 B - Ken Thompson.&lt;/div&gt;
&lt;div&gt;
(4) 1972 C - Dennis Ritchie&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
(5) 1978 K &amp;amp; NC - Kenning ham &amp;amp; Dennis Ritchie.&lt;/div&gt;
&lt;div&gt;
(6) 1989 ANSI C - ANSI Committee&lt;/div&gt;
&lt;div&gt;
(7) 1990 ANSI/ISO C - ISO Committee&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;u&gt;Features Of &lt;i&gt;C Language &lt;/i&gt;:-&lt;/u&gt;&lt;/h3&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
* C combines the capabilities of an assembly language as well of feature of high level language.&lt;br /&gt;
* Highly portability&lt;br /&gt;
* System software development&lt;br /&gt;
* More built in functions&lt;br /&gt;
* Case sensitive&lt;br /&gt;
* Powerful &amp;amp; flexible language.&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;i&gt;&lt;u&gt;
C Language:-&lt;/u&gt;&lt;/i&gt;&lt;/h3&gt;
&lt;div&gt;
&lt;i&gt;C Language&lt;/i&gt; can be collection of decentralized com-putative structures called functions. It these functions are logically group and put together then it is referred as library. Thus c program can be defined as a collection of function supported by standard &#39;&lt;i&gt;&lt;b&gt;C&lt;/b&gt;&lt;/i&gt;&#39; library.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;h4 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;i&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;u&gt;C Language &amp;nbsp;Structure:-&lt;/u&gt;&lt;/span&gt;&lt;/i&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; font-size: x-large; font-style: italic; font-weight: normal; text-align: center; text-decoration: underline;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhftYWsRyu8BnBf-CnfRMuzEhA7uHZx7WUX4BnZlLew99LvncVFhbwub3B7Nag1Plkbmw8xsi9hku6Zxy37gvqXVSU7-K7qWjLmh6vcfCA2A331frqCb5_tr8LcT1QZgLuzCLMRdckF-3Zq/s1600/Introduction+of+C+Programme.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img alt=&quot;Introduction to C language , C Programming &quot; border=&quot;0&quot; height=&quot;278&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhftYWsRyu8BnBf-CnfRMuzEhA7uHZx7WUX4BnZlLew99LvncVFhbwub3B7Nag1Plkbmw8xsi9hku6Zxy37gvqXVSU7-K7qWjLmh6vcfCA2A331frqCb5_tr8LcT1QZgLuzCLMRdckF-3Zq/s400/Introduction+of+C+Programme.jpg&quot; title=&quot;C Language&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;ol style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;-&amp;gt; stdio.h = Standard input / output&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;-&amp;gt; conio.h = Console input / output&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;-&amp;gt; { }= starting loop and ending loop&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;-&amp;gt; main() = main() is a special funtion used to inform the compiler that the program starts logically. Every program must have exactly one main function in &lt;u&gt;&lt;i&gt;C language&lt;/i&gt;&lt;/u&gt;&lt;/span&gt;&lt;span style=&quot;font-size: large; font-weight: normal;&quot;&gt;&lt;u&gt;&lt;i&gt;.&lt;/i&gt;&lt;/u&gt;&lt;/span&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;div style=&quot;background-color: #99ffff; border-radius: 20px; border: 2px solid #a1a1a1; cursor: pointer; float: right; height: 30px; text-align: center; width: 150px;&quot;&gt;
&lt;a href=&quot;http://www.learn-windows7tricks.blogspot.com/2016/02/token-in-c-language.html&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;Next&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
&lt;b style=&quot;font-size: x-large;&quot;&gt;Still you have any doubt then leave command or see our YOUTUBE videos. If you like then share this post&lt;/b&gt;&lt;br /&gt;
&lt;div align=&quot;center&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;//www.youtube.com/embed/n3fdGWh2grA&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/3235185376999710830/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2016/02/c-language_16.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/3235185376999710830'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/3235185376999710830'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2016/02/c-language_16.html' title='C Language '/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhllrTEtG4It-A2aqffNnCU4liVNvwuVYgNBKljRYznNLxceW5NwLOk3CfpfPAwQLUWOKpo1KuM2oBKONCaHRcZYa8IfNd3gI_m4FooJnjftIWvDqw504GJ8cuKbNzelnnE6LuqPA_6dEN0/s72-c/Programming.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-3530649819843731656</id><published>2014-07-10T17:10:00.000+05:30</published><updated>2016-02-11T01:17:06.840+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Slider"/><category scheme="http://www.blogger.com/atom/ns#" term="windows 7"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows Tricks"/><title type='text'>Write Tamil fonts in windows XP and  7 on Ms Office and any text document</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;In this post i gonna talk about to install tamil font on your laptop or pc. Most people do not know how to use tamil font on their pc/Laptop, this post is useful for those people. In government laptops are inbuilt tamil font software, but some people do not know how to use it and this post also how to use that software(activate or deactivate tamil font).&lt;span style=&quot;font-size: 11pt;&quot;&gt;This software is
tested under Windows XP, &lt;/span&gt;&lt;st1:place style=&quot;font-size: 11pt;&quot; w:st=&quot;on&quot;&gt;Vista&lt;/st1:place&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt; and Windows 7
with MS Office 2000, 2003, 2007 and 2010 environment.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKp49zRnvOE0tNst4isb_geVOaJO5aU8k7iQG525-1suZnBVh5DEIzipxWzLKbxTAQDyz-8uEQVDyka6n8r3DXDMR4YbhHlrtoTxoIiQij8IndWNyFuk-vRFo2eMz_HQmsRdIOU520yASM/s1600/tamil.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em; text-align: center;&quot;&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKp49zRnvOE0tNst4isb_geVOaJO5aU8k7iQG525-1suZnBVh5DEIzipxWzLKbxTAQDyz-8uEQVDyka6n8r3DXDMR4YbhHlrtoTxoIiQij8IndWNyFuk-vRFo2eMz_HQmsRdIOU520yASM/s1600/tamil.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKp49zRnvOE0tNst4isb_geVOaJO5aU8k7iQG525-1suZnBVh5DEIzipxWzLKbxTAQDyz-8uEQVDyka6n8r3DXDMR4YbhHlrtoTxoIiQij8IndWNyFuk-vRFo2eMz_HQmsRdIOU520yASM/s1600/tamil.jpg&quot; height=&quot;250&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: inherit;&quot;&gt;&lt;span style=&quot;font-size: 11pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;in-para&quot; style=&quot;margin-bottom: 5.65pt; margin-left: 0cm; margin-right: 1.45pt; margin-top: 0cm;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;To
install &lt;/span&gt;&lt;b style=&quot;font-family: Arial, sans-serif;&quot;&gt;TN Govt. Keyboard Interface&lt;/b&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;, please follow the steps outlined
below.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;margin-bottom: 5.65pt; margin-left: 0cm; margin-right: 1.45pt; margin-top: 0cm;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;To
start the installation, open &lt;b&gt;&lt;i&gt;TN Govt. Keyboard Interface&lt;/i&gt;&lt;/b&gt; folder.
Execute Setup (installation) file by double clicking on the &lt;b&gt;Setup&lt;/b&gt; icon. The following window will
appear.&lt;/span&gt;&lt;br /&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;margin-left: 0cm; text-indent: 0cm;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;margin-bottom: 5.65pt; margin-left: 0cm; margin-right: 1.45pt; margin-top: 0cm;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_jWv8gY_pH1MpKEFafWopu4d3H48tNRSZdL_-38Pivd3FrOYTjPuKa8EYGSkvVDFPmVffmdTikfVNHt6Jh0tcQXqcrtl2rxtE0bqhH6MWCGcg9vgPLlwtVc36YTSRLWPEqH6rYXZ0l_dI/s1600/tamil1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg_jWv8gY_pH1MpKEFafWopu4d3H48tNRSZdL_-38Pivd3FrOYTjPuKa8EYGSkvVDFPmVffmdTikfVNHt6Jh0tcQXqcrtl2rxtE0bqhH6MWCGcg9vgPLlwtVc36YTSRLWPEqH6rYXZ0l_dI/s1600/tamil1.jpg&quot; height=&quot;250&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;After
100% processing, this setup screen will take you to another window. The
processing takes a few seconds to analyze your system. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;margin-bottom: 5.65pt; margin-left: 0cm; margin-right: 1.45pt; margin-top: 0cm;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;1.2.
Click on &lt;b&gt;Next&lt;/b&gt; button to continue. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;margin-left: 0cm; text-indent: 0cm;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape
 id=&quot;_x0000_i1026&quot; type=&quot;#_x0000_t75&quot; style=&#39;width:377.25pt;height:235.5pt&#39;&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\ILAVAR~1\AppData\Local\Temp\msohtmlclip1\01\clip_image003.png&quot;
  o:title=&quot;&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;margin-right: 1.45pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg67kknAOwNzeEULEoRMMKZXXcWnltSpNRE2aUyE6dSRTghyCp0nikCeZz1b8Oy5KjttL9qYEAyXaQDXeuO0c87UfYbnc3CUmWzUNzEfM9Q1MWJkEPz9bD9Hz6viNxoF3gWlks8PXdoqvbC/s1600/tamil2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg67kknAOwNzeEULEoRMMKZXXcWnltSpNRE2aUyE6dSRTghyCp0nikCeZz1b8Oy5KjttL9qYEAyXaQDXeuO0c87UfYbnc3CUmWzUNzEfM9Q1MWJkEPz9bD9Hz6viNxoF3gWlks8PXdoqvbC/s1600/tamil2.jpg&quot; height=&quot;250&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;1.3. A new window appears and it will take a few minutes
to install all the files into your hard-disk.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: -.9pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape
 id=&quot;_x0000_i1027&quot; type=&quot;#_x0000_t75&quot; style=&#39;width:383.25pt;height:239.25pt&#39;&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\ILAVAR~1\AppData\Local\Temp\msohtmlclip1\01\clip_image005.png&quot;
  o:title=&quot;&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: -.9pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgB6gFCcyKlC7sJnCNrwY37LAHNjMdoBjQX5T34_PrDByoRQBcJqMFWbPoLA3-QVzRJLE6sd500xUfoqJ7HJ2CP0UlkAlw1cl8DIYnIt21WJAwbuzLU-seDI4DzIyN4VfLZQiIeVwy3l3sO/s1600/tamil3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgB6gFCcyKlC7sJnCNrwY37LAHNjMdoBjQX5T34_PrDByoRQBcJqMFWbPoLA3-QVzRJLE6sd500xUfoqJ7HJ2CP0UlkAlw1cl8DIYnIt21WJAwbuzLU-seDI4DzIyN4VfLZQiIeVwy3l3sO/s1600/tamil3.jpg&quot; height=&quot;250&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;1.4.
After successful installation, the following message is displayed. Click on
&quot;Finish&quot; button to complete your installation procedure.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: -.9pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape
 id=&quot;_x0000_i1028&quot; type=&quot;#_x0000_t75&quot; style=&#39;width:383.25pt;height:239.25pt&#39;&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\ILAVAR~1\AppData\Local\Temp\msohtmlclip1\01\clip_image007.png&quot;
  o:title=&quot;&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;margin-bottom: 5.65pt; margin-left: 0cm; margin-right: 1.45pt; margin-top: 0cm; text-indent: 0cm;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;; font-size: 11.0pt; mso-ansi-language: EN-US; mso-bidi-language: AR-SA; mso-fareast-font-family: &amp;quot;Times New Roman&amp;quot;; mso-fareast-language: EN-US;&quot;&gt;&lt;br clear=&quot;all&quot; style=&quot;page-break-before: always;&quot; /&gt;
&lt;/span&gt;

&lt;br /&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWhSfD7WGkxecRN5PfFxGCSbrK8DpR-QsUsRPgnV3LNhDu6jDhuJWrIVw5nWd3ocwl71jHcJrF7_yAwnvZgyFe_ek7Ojko7v1UoqjmDxHxBxShkhPklBneklNKvVzVj2OYiyyF8nFly3De/s1600/tamil4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWhSfD7WGkxecRN5PfFxGCSbrK8DpR-QsUsRPgnV3LNhDu6jDhuJWrIVw5nWd3ocwl71jHcJrF7_yAwnvZgyFe_ek7Ojko7v1UoqjmDxHxBxShkhPklBneklNKvVzVj2OYiyyF8nFly3De/s1600/tamil4.jpg&quot; height=&quot;223&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;After
you click on the &quot;Finish&quot; button, you will see the TamilNadu Govt
Keyboard Interface screen.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;When you click on the image screen, the image
will disappear and you will see the Keyboard Interface on the screen&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;/a&gt;&lt;br /&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;After
the installation, remove the CD from your drive and store them safely. You will
require the CD later for re-installation.&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h3 style=&quot;margin-left: 0cm; page-break-after: avoid; text-align: left;&quot;&gt;
&lt;i&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;How to start TN Govt.
Keyboard Interface&lt;/span&gt;&lt;/i&gt;&lt;/h3&gt;
&lt;div align=&quot;left&quot; class=&quot;in-para&quot; style=&quot;text-indent: 0cm;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk5TTaWkUdfcYLpurvt5gb3AkcXGdCcwn7gEK7rMFgaeHDwXRf-mCQ9WH99-v4taHu8qLMxH7TAYzvQy2cPa9rcFymgD6WGf6aIDz0K6mHjy6z0PgVaq3GFE2pUKEZ5VjSKOxFqf3DLqyo/s1600/tamil5.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjk5TTaWkUdfcYLpurvt5gb3AkcXGdCcwn7gEK7rMFgaeHDwXRf-mCQ9WH99-v4taHu8qLMxH7TAYzvQy2cPa9rcFymgD6WGf6aIDz0K6mHjy6z0PgVaq3GFE2pUKEZ5VjSKOxFqf3DLqyo/s1600/tamil5.jpg&quot; height=&quot;200&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;in-para&quot; style=&quot;text-indent: 0cm;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;in-para&quot; style=&quot;text-indent: 0cm;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
To begin using &lt;b&gt;&lt;i&gt;TN
Govt. Keyboard Interface,&lt;/i&gt;&lt;/b&gt; select Programs from the&lt;b&gt; Start Menu.&lt;/b&gt;&lt;br /&gt;
&lt;div align=&quot;left&quot; class=&quot;in-para&quot; style=&quot;text-indent: 0cm;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;in-para&quot; style=&quot;text-indent: 0cm;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;Then
choose TN Govt. Keyboard Interface and select &lt;b&gt;&lt;i&gt;TN Govt. Keyboard Interface.&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;Image&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;Image&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;Image&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;Image&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;Image&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;Image&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWhSfD7WGkxecRN5PfFxGCSbrK8DpR-QsUsRPgnV3LNhDu6jDhuJWrIVw5nWd3ocwl71jHcJrF7_yAwnvZgyFe_ek7Ojko7v1UoqjmDxHxBxShkhPklBneklNKvVzVj2OYiyyF8nFly3De/s1600/tamil4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWhSfD7WGkxecRN5PfFxGCSbrK8DpR-QsUsRPgnV3LNhDu6jDhuJWrIVw5nWd3ocwl71jHcJrF7_yAwnvZgyFe_ek7Ojko7v1UoqjmDxHxBxShkhPklBneklNKvVzVj2OYiyyF8nFly3De/s1600/tamil4.jpg&quot; height=&quot;179&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;in-para&quot; style=&quot;margin-left: 14.2pt; text-indent: 0cm;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;in-para&quot; style=&quot;margin-left: 14.2pt; text-indent: 0cm;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;in-para&quot; style=&quot;margin-left: 14.2pt; text-indent: 0cm;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;in-para&quot; style=&quot;margin-left: 14.2pt; text-indent: 0cm;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; text-indent: 0cm;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;in-para&quot; style=&quot;margin-left: 14.2pt; text-indent: 0cm;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; text-indent: 0cm;&quot;&gt;You
will now see the TN Govt Keyboard Interface Window on your Desktop.&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;in-para&quot; style=&quot;text-indent: -0.2pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape id=&quot;_x0000_i1026&quot; type=&quot;#_x0000_t75&quot;
 style=&#39;width:396pt;height:240.75pt&#39;&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\ILAVAR~1\AppData\Local\Temp\msohtmlclip1\01\clip_image003.jpg&quot;
  o:title=&quot;screen-05&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;!--[endif]--&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;in-para&quot; style=&quot;text-indent: -0.9pt;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;in-para&quot; style=&quot;text-indent: -0.9pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;in-para&quot; style=&quot;text-indent: -0.9pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;in-para&quot; style=&quot;text-indent: -0.9pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;in-para&quot; style=&quot;text-indent: -0.9pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div align=&quot;left&quot; class=&quot;in-para&quot; style=&quot;text-indent: -0.9pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: 21.8pt;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhikNNT7PLbKjVG-YdQXKpiDUWCBvhYInA95ST-79xXsDF4BSEQg-SjtHkuDbcShESYtlxZ4ukQv8O-H_25tQuQwd2wWlyZGI0DpVkU2hzByO9vf-q-Z2GAnaqaTC6MB6m3iqmVeZ2IOXMV/s1600/tamil6.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhikNNT7PLbKjVG-YdQXKpiDUWCBvhYInA95ST-79xXsDF4BSEQg-SjtHkuDbcShESYtlxZ4ukQv8O-H_25tQuQwd2wWlyZGI0DpVkU2hzByO9vf-q-Z2GAnaqaTC6MB6m3iqmVeZ2IOXMV/s1600/tamil6.jpg&quot; height=&quot;223&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: 21.8pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: 21.8pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: 21.8pt;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: 21.8pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; text-indent: 21.8pt;&quot;&gt;Here, you will see the TN Govt. Keyboard Interface splash
screen. When you click on the splash screen, the image will disappear and you
will see the Keyboard Interface on the screen.&lt;/span&gt;&lt;/div&gt;
&lt;o:p&gt;&lt;/o:p&gt;&lt;br /&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: 21.8pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: 21.8pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: 21.8pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: 21.8pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: 21.8pt;&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: 21.8pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;In
the keyboard interface, you can select your Keyboard Layout, and Application
from the respective Menus. Select the appropriate setting and save this setting
as default setting by clicking ‘Save Default’ from &lt;/span&gt;&lt;b style=&quot;font-family: Arial, sans-serif;&quot;&gt;File&lt;/b&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt; Menu.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: 21.8pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; text-indent: 21.8pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: 21.8pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif; text-indent: 21.8pt;&quot;&gt;&amp;nbsp;You will see the message ‘Default Setting Saved’. Click &lt;/span&gt;&lt;b style=&quot;font-family: Arial, sans-serif; text-indent: 21.8pt;&quot;&gt;OK&lt;/b&gt;&lt;span style=&quot;font-family: Arial, sans-serif; text-indent: 21.8pt;&quot;&gt; to continue. This will store your
preferred default setting permanently and it will appear whenever you exit and
reopen the Keyboard Interface.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: 21.8pt;&quot;&gt;
&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: 21.8pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;After
opening the Keyboard Interface, minimize the Interface window and &lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;switch on
Scroll-Lock Key&lt;/span&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;. Scroll-Lock is keyboard driver activation key (Toggle
Keys) to activate Tamil keyboard (Scroll-Lock key in ON status) and to activate
normal English keyboard (Scroll-Lock key in OFF status).&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: 21.8pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot; style=&quot;text-indent: 21.8pt;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, sans-serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;Now,
the keyboard which you have selected will become active in the application you
chosen. Open your favorite package and select TAC or TAU font.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;Now
you are ready to type Tamil characters using the keyboard interface. Refer to
Section-B - Menu Commands for more details about various Menu Options under
each menu.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;Also refer to Section-C - Using &lt;b&gt;&lt;i&gt;Keyboard Sequence &lt;/i&gt;&lt;/b&gt;in
different applications. Please refer to Section-D - &lt;b&gt;&lt;i&gt;Keyboard Layout&lt;/i&gt;&lt;/b&gt;
for details of using different Tamil keyboards.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;For &lt;b&gt;Laptop
User&#39;s or those who doesn&#39;t have the Scroll-Lock Key&lt;/b&gt; in the Keyboard, you
can open the &quot; &lt;b&gt;Onscreen Keyboard&lt;/b&gt; &quot; which is available in &quot;Start
- Accessories - Ease of Access. Like below screen shot.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7rMowLpQ8W1gstLoqfqXDo3EXQrnK0CdoNPoegdX3bv3AmuxV3flQuqg0dRgFFt6LSKyqeMZOcVWx1GgIfHBXTE7s3WqMTrHb24jDqsU5d2nmezIGbWcqXVgSD0qyr_17MW_w-wDG2aoY/s1600/tamil7.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj7rMowLpQ8W1gstLoqfqXDo3EXQrnK0CdoNPoegdX3bv3AmuxV3flQuqg0dRgFFt6LSKyqeMZOcVWx1GgIfHBXTE7s3WqMTrHb24jDqsU5d2nmezIGbWcqXVgSD0qyr_17MW_w-wDG2aoY/s1600/tamil7.jpg&quot; height=&quot;400&quot; width=&quot;332&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwrR_533Lk0AiwL-rt9UhnICKiQW8gpzbLxwg1opd253JNRN4vCAROLo77srFvtVjhyphenhyphenmY3gE_yRlvlhAMgbG3155Vo8WwUVimMAkumXKahgbIjSrLnD85KdIAggac9uX7q2srxMymq3ai1/s1600/tamil8.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwrR_533Lk0AiwL-rt9UhnICKiQW8gpzbLxwg1opd253JNRN4vCAROLo77srFvtVjhyphenhyphenmY3gE_yRlvlhAMgbG3155Vo8WwUVimMAkumXKahgbIjSrLnD85KdIAggac9uX7q2srxMymq3ai1/s1600/tamil8.jpg&quot; height=&quot;184&quot; width=&quot;640&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape
 id=&quot;_x0000_i1028&quot; type=&quot;#_x0000_t75&quot; style=&#39;width:186pt;height:189.75pt&#39;&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\ILAVAR~1\AppData\Local\Temp\msohtmlclip1\01\clip_image006.jpg&quot;
  o:title=&quot;online_screenboard_path&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shape
 id=&quot;_x0000_i1029&quot; type=&quot;#_x0000_t75&quot; style=&#39;width:372pt;height:108pt&#39;&gt;
 &lt;v:imagedata src=&quot;file:///C:\Users\ILAVAR~1\AppData\Local\Temp\msohtmlclip1\01\clip_image008.jpg&quot;
  o:title=&quot;online_screenboard&quot;/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;!--[endif]--&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;in-para&quot;&gt;
&lt;span lang=&quot;EN-US&quot; style=&quot;font-family: &amp;quot;Arial&amp;quot;,&amp;quot;sans-serif&amp;quot;;&quot;&gt;In
the above Onscreen Keyboard, press the scroll lock button using the mouse and
select the Tamil font. Now type the Tamil letters in your application.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/div&gt;
&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;/a&gt;&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot; imageanchor=&quot;1&quot; style=&quot;clear: right; float: right; margin-bottom: 1em; margin-left: 1em;&quot;&gt;&lt;/a&gt;





































&lt;br /&gt;
&lt;div align=&quot;left&quot; class=&quot;box&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/3530649819843731656/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/07/write-tamil-fonts-in-windows-xp-and-7.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/3530649819843731656'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/3530649819843731656'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/07/write-tamil-fonts-in-windows-xp-and-7.html' title='Write Tamil fonts in windows XP and  7 on Ms Office and any text document'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKp49zRnvOE0tNst4isb_geVOaJO5aU8k7iQG525-1suZnBVh5DEIzipxWzLKbxTAQDyz-8uEQVDyka6n8r3DXDMR4YbhHlrtoTxoIiQij8IndWNyFuk-vRFo2eMz_HQmsRdIOU520yASM/s72-c/tamil.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-8332078092289750500</id><published>2014-06-07T23:24:00.002+05:30</published><updated>2016-02-11T01:09:02.319+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Network at GUI"/><category scheme="http://www.blogger.com/atom/ns#" term="Networks"/><title type='text'>How to Monitor Network Data Usage on windows 7?</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Today i gonna share about monitor your laptop or PC internet Data usage on windows 7. In Microsoft windows 7 contain Resource monitor, using this resource monitor we can monitor our network usage and also CPU usage, Memory usage and disk usage. Our computer running resources are display on this window. Now i talk about how to use this resource and where do find it.&lt;br /&gt;
&lt;br /&gt;
1. Go to Run Command box by &lt;b&gt;WIN+r (or) start -&amp;gt; Run.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisrM0c7veKyrXTsBhQg_KpMjAmznEDnhjiNtl9kZKcs00GHXfGZKXcVNGlwc22xordTeH3hEnqxEJrUQikkZSlm_4lU3fp65gWYniuQlxpUOncdVVt4FJt1xwug7GKdjqWdwoTjJxb75xN/s1600/gp.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisrM0c7veKyrXTsBhQg_KpMjAmznEDnhjiNtl9kZKcs00GHXfGZKXcVNGlwc22xordTeH3hEnqxEJrUQikkZSlm_4lU3fp65gWYniuQlxpUOncdVVt4FJt1xwug7GKdjqWdwoTjJxb75xN/s1600/gp.jpg&quot; height=&quot;159&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Type&lt;b&gt; resmon.exe&lt;/b&gt; then kit enter and then another window will be open.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigg0rQfgkKGORYM_JTVaw42ZEhxCRcr1u-O3-m-kz_c6HR7Y10ROFibaOok57VRSbG6-ApOEKSsEnQ-Tps-4qEG2k1nBXEGRt0S5zAt3Ys45wruk1TK7mv94EWE9OHOC-LjA2pEqj2BG5y/s1600/resmon4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigg0rQfgkKGORYM_JTVaw42ZEhxCRcr1u-O3-m-kz_c6HR7Y10ROFibaOok57VRSbG6-ApOEKSsEnQ-Tps-4qEG2k1nBXEGRt0S5zAt3Ys45wruk1TK7mv94EWE9OHOC-LjA2pEqj2BG5y/s1600/resmon4.jpg&quot; height=&quot;164&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
3. To move on &lt;b&gt;Network&lt;/b&gt; tab you can see Network usage on your system (computer).&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUt2VGXWYrkUEMp4bWEaHPgFsOuChUHKQe7z-3raAVCeNPfTIfHL_0Y_2PA649HC74IeJDHMv0lJlp6b8qXxlljcNhsUNEi2WRPIBd19f4QgZcdO36YZoAJRmSXTVyhZ7XcGDRugELv6wZ/s1600/resmon3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUt2VGXWYrkUEMp4bWEaHPgFsOuChUHKQe7z-3raAVCeNPfTIfHL_0Y_2PA649HC74IeJDHMv0lJlp6b8qXxlljcNhsUNEi2WRPIBd19f4QgZcdO36YZoAJRmSXTVyhZ7XcGDRugELv6wZ/s1600/resmon3.jpg&quot; height=&quot;300&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
4. For&lt;b&gt; CPU &lt;/b&gt;usage move to on CPU then it display running application by CPU&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCKwZw-Ay_ZPAiSHXtgEPGAyAjF65c4hEKH4KxJBSghb1K3yK6DKrOwIyUEM-Rvn6I9BNvCIq1z7CXum1wgD3-rLvL2OgAUmIRzTWrsgRVgwNKIB9Py4CPFproofHoseLY1f2BONtOoO-m/s1600/resmon1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiCKwZw-Ay_ZPAiSHXtgEPGAyAjF65c4hEKH4KxJBSghb1K3yK6DKrOwIyUEM-Rvn6I9BNvCIq1z7CXum1wgD3-rLvL2OgAUmIRzTWrsgRVgwNKIB9Py4CPFproofHoseLY1f2BONtOoO-m/s1600/resmon1.jpg&quot; height=&quot;241&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
5. For &lt;b&gt;Physical Memory usage&lt;/b&gt; move on&lt;b&gt; Memory&lt;/b&gt; tab and it will show RAM memory usage for your system.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEievak-jLDGZ2MjnvXBm-VVrqAoiRi6CnBIgliR1oRP0WKlGqKTBIGSaZkv9lFAnjxRfIVTEY2i3AIx2Hts2fg4mJL0iaOELZ46Y_IqLXmLFmfaGJXkfSjzw-IWVbpiSK_im3y51RIWYuU2/s1600/resmon2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEievak-jLDGZ2MjnvXBm-VVrqAoiRi6CnBIgliR1oRP0WKlGqKTBIGSaZkv9lFAnjxRfIVTEY2i3AIx2Hts2fg4mJL0iaOELZ46Y_IqLXmLFmfaGJXkfSjzw-IWVbpiSK_im3y51RIWYuU2/s1600/resmon2.jpg&quot; height=&quot;239&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/8332078092289750500/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/06/how-to-monitor-network-data-usage-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/8332078092289750500'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/8332078092289750500'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/06/how-to-monitor-network-data-usage-on.html' title='How to Monitor Network Data Usage on windows 7?'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisrM0c7veKyrXTsBhQg_KpMjAmznEDnhjiNtl9kZKcs00GHXfGZKXcVNGlwc22xordTeH3hEnqxEJrUQikkZSlm_4lU3fp65gWYniuQlxpUOncdVVt4FJt1xwug7GKdjqWdwoTjJxb75xN/s72-c/gp.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-2204526431622294485</id><published>2014-03-30T20:02:00.002+05:30</published><updated>2016-02-11T01:09:02.308+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Network at GUI"/><category scheme="http://www.blogger.com/atom/ns#" term="Networks"/><title type='text'>How to Get Remote Desktop connection to Another computer in windows 7?</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Remote connection is to use for connect with another system. It can connect 2 or more system can access in single system. Remote connection system take to all of that system to itself.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Requirement:-&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Local Network connection&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Peer to Peer connection&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ad-hoc Network connection&lt;br /&gt;
&lt;b&gt;Connection:-&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Wire connection (Ethernet)&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Wireless connection (Wi5 hotspot )&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;STEPS&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
1. Before you connect with remote connection, you want &lt;b&gt;enable &lt;/b&gt;Remote Desktop connection.&lt;br /&gt;
&lt;br /&gt;
2. Go to &lt;b&gt;control panel -&amp;gt; System and Security&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQCZW5webF2Ivv0xLqdK1SPpnP1aG1_Gt4DJXJbZDwvR-BiqlvbRwzbdoAguKEfqt8TQj9bXGKTW-Gk3GfKhwcJ0zm3t_MwpEZDZRhCPT4B5nTGGjgX_2YltPQ7G_1i1fJGkuwe1sevP_l/s1600/Remote+desktop+connection.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQCZW5webF2Ivv0xLqdK1SPpnP1aG1_Gt4DJXJbZDwvR-BiqlvbRwzbdoAguKEfqt8TQj9bXGKTW-Gk3GfKhwcJ0zm3t_MwpEZDZRhCPT4B5nTGGjgX_2YltPQ7G_1i1fJGkuwe1sevP_l/s1600/Remote+desktop+connection.jpg&quot; height=&quot;179&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
3.In System click&lt;b&gt; Allow Remote Access&lt;/b&gt; then &lt;b&gt;System properties&lt;/b&gt; window will be open.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsSToBaTh0Otqy8tMIwErsiVY3wSTEvxCOLvlLLcRPzVP-doEuxZOSlJtnd_A195Y97RlSjo7edST8ZUhasXuuaugaIITgOrJzo2glt2Y4rWbzA0lL45KC4qQ9HEKPZr90OSECb1IBQW5k/s1600/Remote+desktop+connection1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgsSToBaTh0Otqy8tMIwErsiVY3wSTEvxCOLvlLLcRPzVP-doEuxZOSlJtnd_A195Y97RlSjo7edST8ZUhasXuuaugaIITgOrJzo2glt2Y4rWbzA0lL45KC4qQ9HEKPZr90OSECb1IBQW5k/s1600/Remote+desktop+connection1.jpg&quot; height=&quot;179&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Then click radio button of&lt;b&gt; Allow Connection only from computers running Remote Desktop with Network Level Authentication (more Secure)&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9Lsy_tApNTXKunIVcMlZtxFFYg4fNVxTCWGv67B8J-ihTnskGMuawHNJFNOjXKl4-w7rKEiwy-JoO2aTTAr5GzHWXOuWMPsNWKKdKU4gFI5pOdmXsLvorCUZDiUdg_x1gcyCELXQiMbG2/s1600/Remote+desktop+connection2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh9Lsy_tApNTXKunIVcMlZtxFFYg4fNVxTCWGv67B8J-ihTnskGMuawHNJFNOjXKl4-w7rKEiwy-JoO2aTTAr5GzHWXOuWMPsNWKKdKU4gFI5pOdmXsLvorCUZDiUdg_x1gcyCELXQiMbG2/s1600/Remote+desktop+connection2.jpg&quot; height=&quot;320&quot; width=&quot;285&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
5. After that Open run command by &lt;b&gt;WIN&amp;nbsp;+ r&lt;/b&gt; then type &lt;b&gt;mstsc &lt;/b&gt;and kit enter&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9HiA782L7_FTbfVM7f_X7o6qwwl1yFCiWciXZRHwntPvddTBejANxGpQv8V5jcuQRl1__vvevZ9qf8HmHE1GZTfqI_-FqBNhibmLkn4RpM8yD6fQ3tLCC_Ls02DsRwnEy-NW0z2SZnUvq/s1600/Remote+desktop+connection4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg9HiA782L7_FTbfVM7f_X7o6qwwl1yFCiWciXZRHwntPvddTBejANxGpQv8V5jcuQRl1__vvevZ9qf8HmHE1GZTfqI_-FqBNhibmLkn4RpM8yD6fQ3tLCC_Ls02DsRwnEy-NW0z2SZnUvq/s1600/Remote+desktop+connection4.jpg&quot; height=&quot;163&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
6.Then &lt;b&gt;Remote Desktop Connection &lt;/b&gt;window will be open and then type&lt;b&gt; IP address&lt;/b&gt; which system want to connect with your system.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiV_Z1klNAxNO6btvjd8brejmsz_cHcC8IjAdUHSCj1nvZIeoBBhKjFJnK8nXtYTJSMprPAmiIOojb0cqPCvm6GY8oXXCe9y3xgGWe_FRSj22WgwPGEgJq9MmYUnxY0yezAOqGTkxqyjJic/s1600/Remote+desktop+connection5.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiV_Z1klNAxNO6btvjd8brejmsz_cHcC8IjAdUHSCj1nvZIeoBBhKjFJnK8nXtYTJSMprPAmiIOojb0cqPCvm6GY8oXXCe9y3xgGWe_FRSj22WgwPGEgJq9MmYUnxY0yezAOqGTkxqyjJic/s1600/Remote+desktop+connection5.jpg&quot; height=&quot;198&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheMB-idKUSlbBh7b3y8hNy_qfhJxk7kJUCb62jV0QS_LxeduvPoVg6Q4dCaF21jtYRujynCeb3XX1IQ3pSe-stoCSj0oQnSma9TUBRaH-9FAgK1h-QiG3bwpkAW87BeXwbzYbvPk-k1n-j/s1600/Remote+desktop+connection6.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEheMB-idKUSlbBh7b3y8hNy_qfhJxk7kJUCb62jV0QS_LxeduvPoVg6Q4dCaF21jtYRujynCeb3XX1IQ3pSe-stoCSj0oQnSma9TUBRaH-9FAgK1h-QiG3bwpkAW87BeXwbzYbvPk-k1n-j/s1600/Remote+desktop+connection6.jpg&quot; height=&quot;196&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
7. After that it will ask&lt;b&gt; USER NAME&lt;/b&gt; and &lt;b&gt;PASSWORD &lt;/b&gt;of that system. Give the user name and password of the system.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiiT-URxGpfJdrDdu48ctX1iskdIj_54w2d1cNM7t8UJn8VnR4taMTa8A3hE_sdR6FGDzqAJ_wVgTtCp9-08t9zMtOj9eroxWqqjDf32jQ9m-pE5aC7Be3T0Nkomi3BXClQs7tvIr5vQQPe/s1600/Remote+desktop+connection7.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiiT-URxGpfJdrDdu48ctX1iskdIj_54w2d1cNM7t8UJn8VnR4taMTa8A3hE_sdR6FGDzqAJ_wVgTtCp9-08t9zMtOj9eroxWqqjDf32jQ9m-pE5aC7Be3T0Nkomi3BXClQs7tvIr5vQQPe/s1600/Remote+desktop+connection7.jpg&quot; height=&quot;238&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Finally the Your system will connect with remote connection with given&lt;b&gt; ip address&lt;/b&gt; (system).&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOt_BGzaYOQ8yMgmWBFZZQJ0wUz32Mb41ydPWUpqtvUnZ-7-9mHhyphenhyphenjSQcW7np3tunU-SIkmyv7HumFNKmC2b8pxwPPTj4uXNGJHGUkDKTKtdh94hOcufQgJ1sJJCP0ySW5jjxai0zRyQZO/s1600/Remote+desktop+connection8.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOt_BGzaYOQ8yMgmWBFZZQJ0wUz32Mb41ydPWUpqtvUnZ-7-9mHhyphenhyphenjSQcW7np3tunU-SIkmyv7HumFNKmC2b8pxwPPTj4uXNGJHGUkDKTKtdh94hOcufQgJ1sJJCP0ySW5jjxai0zRyQZO/s1600/Remote+desktop+connection8.jpg&quot; height=&quot;240&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
You may also see our YOU TUBE videos&lt;/h2&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;//www.youtube.com/embed/eGD5BsluJmI&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;

&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/2204526431622294485/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/how-to-get-remote-desktop-connection-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/2204526431622294485'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/2204526431622294485'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/how-to-get-remote-desktop-connection-to.html' title='How to Get Remote Desktop connection to Another computer in windows 7?'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiQCZW5webF2Ivv0xLqdK1SPpnP1aG1_Gt4DJXJbZDwvR-BiqlvbRwzbdoAguKEfqt8TQj9bXGKTW-Gk3GfKhwcJ0zm3t_MwpEZDZRhCPT4B5nTGGjgX_2YltPQ7G_1i1fJGkuwe1sevP_l/s72-c/Remote+desktop+connection.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-747622698082018266</id><published>2014-03-30T20:01:00.001+05:30</published><updated>2016-02-11T00:51:47.308+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Command prompt"/><category scheme="http://www.blogger.com/atom/ns#" term="windows cmd"/><title type='text'>How to Disable command prompt in windows 7</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Some people(friends) take our hidden file using command prompt. In this post you can hide command prompt and it prevent using command prompt. Using command prompt you can see hidden files and copy to another folder or can delete it. so secure our hidden(secret) file to hide command prompt. When ever you may also un hide &amp;nbsp;command prompt.&lt;br /&gt;
&lt;br /&gt;
1. Open run command by &lt;b&gt;WIN+r.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisrM0c7veKyrXTsBhQg_KpMjAmznEDnhjiNtl9kZKcs00GHXfGZKXcVNGlwc22xordTeH3hEnqxEJrUQikkZSlm_4lU3fp65gWYniuQlxpUOncdVVt4FJt1xwug7GKdjqWdwoTjJxb75xN/s1600/gp.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisrM0c7veKyrXTsBhQg_KpMjAmznEDnhjiNtl9kZKcs00GHXfGZKXcVNGlwc22xordTeH3hEnqxEJrUQikkZSlm_4lU3fp65gWYniuQlxpUOncdVVt4FJt1xwug7GKdjqWdwoTjJxb75xN/s1600/gp.jpg&quot; height=&quot;159&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
2. Type command &lt;b&gt;gpedit.msc &lt;/b&gt;and group policy editor window will be open.&lt;br /&gt;
&lt;br /&gt;
3.In this window select&lt;b&gt; User configuration.&lt;/b&gt; Administrator use the &lt;b&gt;User Configuration&lt;/b&gt; node in Group policy to set policies that are applied to users, regardless of which computer they log on to.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMjJZTdknBF6L9Wkb9OqhfVbrMIA3wPIJMkM2xsTn4JYETcMJ1x42Ctzfpc4Z6-OI4H9v0_OH9D8aYhBF_xMEdBpEM34PIErB_R8ZlNLovCgK6JP5LW9zKO5kR92wtRj_4sDIfNFJNAM83/s1600/gp2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMjJZTdknBF6L9Wkb9OqhfVbrMIA3wPIJMkM2xsTn4JYETcMJ1x42Ctzfpc4Z6-OI4H9v0_OH9D8aYhBF_xMEdBpEM34PIErB_R8ZlNLovCgK6JP5LW9zKO5kR92wtRj_4sDIfNFJNAM83/s1600/gp2.jpg&quot; height=&quot;230&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
4.Then double click &lt;b&gt;Administrative Templates&lt;/b&gt;. The group policy Administrative Templates node contains all registry based policy information.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsNIZSpF4rFpEGbQb5B5P1Xfdq5To1XjEkBbyw6TskvrOweJre34rxWy9hjoHvali3heI8x8fdp-RvxiZngN0zV9GbHR80zvcsdsnT9FfjtBN5Lclt36Avy-T1d4nf-NHNzBvCwEIvEwGC/s1600/gp3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsNIZSpF4rFpEGbQb5B5P1Xfdq5To1XjEkBbyw6TskvrOweJre34rxWy9hjoHvali3heI8x8fdp-RvxiZngN0zV9GbHR80zvcsdsnT9FfjtBN5Lclt36Avy-T1d4nf-NHNzBvCwEIvEwGC/s1600/gp3.jpg&quot; height=&quot;226&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
5.After that you want double click &lt;b&gt;System&lt;/b&gt;. It allows Configuration of various system component settings.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYy6hEuiZEn4ZxGsA7sq1u4M0KzrEHv8Ezxm9avxzzN6mKPyxRboAXvpCGjlUOGfHDMY3B3L3r54Hh0LiU8Aj9lqp3yJRFzZ2hyU-th688Lm1wJn2czn2TsXG_WwynsWQjwxTT9fJLyvCd/s1600/gp4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgYy6hEuiZEn4ZxGsA7sq1u4M0KzrEHv8Ezxm9avxzzN6mKPyxRboAXvpCGjlUOGfHDMY3B3L3r54Hh0LiU8Aj9lqp3yJRFzZ2hyU-th688Lm1wJn2czn2TsXG_WwynsWQjwxTT9fJLyvCd/s1600/gp4.jpg&quot; height=&quot;233&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
6. It shows Settings window of &lt;b&gt;System&lt;/b&gt; then select &lt;b&gt;Prevent Access to the Command prompt &lt;/b&gt;and kit enter (or)&lt;b&gt;double click &lt;/b&gt;it.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgxWeEjVF4kH3__0O8TrNgThEXX3e_cwfCz_3RTaH2YBZFgjefO0Lgl5evUORuA0MJT-F1kO68mM-V75W-setzYE2TPcW4QfLFljzxQF6CM2Mx5L_I_iKzmKc5m9YSLJIH3DGaQbRZ421t/s1600/gp7.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgxWeEjVF4kH3__0O8TrNgThEXX3e_cwfCz_3RTaH2YBZFgjefO0Lgl5evUORuA0MJT-F1kO68mM-V75W-setzYE2TPcW4QfLFljzxQF6CM2Mx5L_I_iKzmKc5m9YSLJIH3DGaQbRZ421t/s1600/gp7.jpg&quot; height=&quot;223&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7.&lt;b&gt; Prevent Access to the Command prompt&lt;/b&gt; window will be appear after that you want select &amp;nbsp;&lt;b&gt;Enable&lt;/b&gt; and then click &lt;b&gt;OK&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVxNfr6Po6k5hxr4m1K8bC2yT8_zo_uzhrQZ9zI8wv-SuNyWxtNgiTXBDAmCiv78_uLFqYleG-lN4mxDVmws9pbTMgAxGLIry25LBWhF4pPO9Dsyp_5KfsMh7hqW2YtpQLoJwgiKpPo__Z/s1600/gp8.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgVxNfr6Po6k5hxr4m1K8bC2yT8_zo_uzhrQZ9zI8wv-SuNyWxtNgiTXBDAmCiv78_uLFqYleG-lN4mxDVmws9pbTMgAxGLIry25LBWhF4pPO9Dsyp_5KfsMh7hqW2YtpQLoJwgiKpPo__Z/s1600/gp8.jpg&quot; height=&quot;293&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
8.If you &lt;b&gt;enable&lt;/b&gt; this setting and the user tries to open a command window, the system displays a message explaining that a setting prevents the action.&lt;br /&gt;
&lt;br /&gt;
9. Finally Command prompt will be &lt;b&gt;Disable&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsH8XK4XVDuB74sta1qF8Ok_RterJLaK-VEQdLKgKsTtzxsUKUdVAM1pKjoL-iUVeXKgpUu9umkvaBYgUtG0n3JaKYOrr9soc04gMr7HjsSySWKa_VWPYamsq7d-QG5tHb3AeZUlI3iVLq/s1600/gp9.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsH8XK4XVDuB74sta1qF8Ok_RterJLaK-VEQdLKgKsTtzxsUKUdVAM1pKjoL-iUVeXKgpUu9umkvaBYgUtG0n3JaKYOrr9soc04gMr7HjsSySWKa_VWPYamsq7d-QG5tHb3AeZUlI3iVLq/s1600/gp9.jpg&quot; height=&quot;141&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
10. If you want enable your command prompt then same process finally select&lt;b&gt; Not configure &lt;/b&gt;then click&lt;b&gt; OK &lt;/b&gt;that&#39;s all.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDlP9VDHXkST5IuMEbg-R4zlNe5ThtAe3H-4qwKEu0v7ZdUKt7wybiaHw7E6CbwwmDvRACK0C8KOXsAtUTReLJm1MAD_r4vW7pyRjOr0OgrnjLBwPd7Yo2gNqGrRnLio-4bT0CPU66dxaL/s1600/gp10.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDlP9VDHXkST5IuMEbg-R4zlNe5ThtAe3H-4qwKEu0v7ZdUKt7wybiaHw7E6CbwwmDvRACK0C8KOXsAtUTReLJm1MAD_r4vW7pyRjOr0OgrnjLBwPd7Yo2gNqGrRnLio-4bT0CPU66dxaL/s1600/gp10.jpg&quot; height=&quot;292&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
You may also see our YOUTUBE videos&lt;/h2&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;//www.youtube.com/embed/TOU4P_zkpTE&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/747622698082018266/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/how-to-hide-command-prompt-in-windows-7.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/747622698082018266'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/747622698082018266'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/how-to-hide-command-prompt-in-windows-7.html' title='How to Disable command prompt in windows 7'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEisrM0c7veKyrXTsBhQg_KpMjAmznEDnhjiNtl9kZKcs00GHXfGZKXcVNGlwc22xordTeH3hEnqxEJrUQikkZSlm_4lU3fp65gWYniuQlxpUOncdVVt4FJt1xwug7GKdjqWdwoTjJxb75xN/s72-c/gp.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-8306829071679102480</id><published>2014-03-30T20:00:00.001+05:30</published><updated>2016-02-11T00:51:47.317+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Command prompt"/><category scheme="http://www.blogger.com/atom/ns#" term="windows cmd"/><title type='text'>How to change (new) ip address for your computer in windows 7</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;&amp;nbsp; If your network uses Dynamic Host Configuration Protocol (DHCP), you can change a new IP address for your computer. You might need to do this if you are having connection problems. When ever you need you can change you ip address for you computer/Laptop.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;1. Open command prompt by&lt;b&gt; WIN&amp;nbsp;+ r&lt;/b&gt; then type &lt;b&gt;cmd &lt;/b&gt;and kit enter.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkZ8o0EFiPmSDgos3SLwqRicbGIA9-daWXq20PhyphenhyphenjvVeGl98sdDHqnprlNyleXG1vVRHLmMPYOdt4pldn1zsr5iNyKIsw5CBqDev-4fgyFQ7t7Y5CYBBnYY9ZE0f9iYtFFMzfTrNFgQU5m/s1600/cmd1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkZ8o0EFiPmSDgos3SLwqRicbGIA9-daWXq20PhyphenhyphenjvVeGl98sdDHqnprlNyleXG1vVRHLmMPYOdt4pldn1zsr5iNyKIsw5CBqDev-4fgyFQ7t7Y5CYBBnYY9ZE0f9iYtFFMzfTrNFgQU5m/s1600/cmd1.jpg&quot; height=&quot;162&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;2. Then command prompt will be open then type following command&lt;b&gt; ipconfig/release&lt;/b&gt; and kit enter.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggJtEgQQICmehas9sb-qHrRvnVYqPuPpsDhuHkCI8YcFjUVL_Ggtm8seU3u5s8K6BqFE_XT6oMhinNAHoZvw0Wk0UAX4ALBtmvv5Td3VaTSbeb-9WwOcFbk8FCT8EROm1IoCtr5zJPKJvx/s1600/new1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggJtEgQQICmehas9sb-qHrRvnVYqPuPpsDhuHkCI8YcFjUVL_Ggtm8seU3u5s8K6BqFE_XT6oMhinNAHoZvw0Wk0UAX4ALBtmvv5Td3VaTSbeb-9WwOcFbk8FCT8EROm1IoCtr5zJPKJvx/s1600/new1.jpg&quot; height=&quot;320&quot; width=&quot;300&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: x-small; line-height: 20px;&quot;&gt;3. After that type following command&lt;b&gt; ipconfig/renew&lt;/b&gt; and kit enter to change your new ip address.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: x-small; line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzhCpLqpZCY-7yNjS6R2QDuDuHOent3xo8D4CC38wCb59T4fcJ4e0khgfW1nEIblDX1gox2ek93d6C9hI735oAjswZhBRrKIkjR4fRoe8pMoCv6U9LSmoi3N90GPJJanaL2oLkkRzprBdi/s1600/new.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgzhCpLqpZCY-7yNjS6R2QDuDuHOent3xo8D4CC38wCb59T4fcJ4e0khgfW1nEIblDX1gox2ek93d6C9hI735oAjswZhBRrKIkjR4fRoe8pMoCv6U9LSmoi3N90GPJJanaL2oLkkRzprBdi/s1600/new.jpg&quot; height=&quot;320&quot; width=&quot;299&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: x-small; line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, Segoe UI, Tahoma, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, Segoe UI, Tahoma, Helvetica, sans-serif; font-size: x-small;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;4.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;The DHCP configuration for all adapters will be renewed. To renew the IP address for a specific adapter, type the adapter name that appears when you type &lt;b&gt;ipconfig &lt;/b&gt;at the command prompt&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: large; line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: large; line-height: 20px;&quot;&gt;Example&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; line-height: 20px;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;&lt;b&gt;ipconfig /release *Local Area Connection*&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;&lt;b&gt;ipconfig /renew *Local Area Connection*&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;You can also type&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;&lt;b&gt;ipconfig /release *con* (or) ipconfig /release *Loc*&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;&lt;b&gt;ipconfig /renew *con* (or) ipconfig /renew *Loc*&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, &#39;Segoe UI&#39;, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 20px;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, Segoe UI, Tahoma, Helvetica, sans-serif; font-size: x-large;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;&lt;b&gt;You may also see our YOU TUBE videos&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h2&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, Segoe UI, Tahoma, Helvetica, sans-serif; font-size: large;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;color: #454545; font-family: WOL_Reg, Segoe UI, Tahoma, Helvetica, sans-serif; font-size: large;&quot;&gt;&lt;span style=&quot;line-height: 20px;&quot;&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;//www.youtube.com/embed/pdfp6xQiyCY&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/8306829071679102480/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/how-to-change-new-ip-address-for-your.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/8306829071679102480'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/8306829071679102480'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/how-to-change-new-ip-address-for-your.html' title='How to change (new) ip address for your computer in windows 7'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkZ8o0EFiPmSDgos3SLwqRicbGIA9-daWXq20PhyphenhyphenjvVeGl98sdDHqnprlNyleXG1vVRHLmMPYOdt4pldn1zsr5iNyKIsw5CBqDev-4fgyFQ7t7Y5CYBBnYY9ZE0f9iYtFFMzfTrNFgQU5m/s72-c/cmd1.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-8431718150314314991</id><published>2014-03-29T16:48:00.000+05:30</published><updated>2016-02-11T00:51:47.321+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Command prompt"/><category scheme="http://www.blogger.com/atom/ns#" term="windows cmd"/><title type='text'>How to Create a wifi hotspot in windows 7 using command prompt</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;WIFI HOTSPOT&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;

&lt;span style=&quot;background-color: white; color: #333333; font-family: Georgia, Times New Roman, serif; font-size: 12px; line-height: 18px;&quot;&gt;&lt;b&gt;Requirements:&lt;/b&gt;-&amp;nbsp;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Georgia, Times New Roman, serif; font-size: 12px; line-height: 18px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; wifi adapter&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; color: #333333; font-family: Georgia, Times New Roman, serif; font-size: 12px; line-height: 18px;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; (or) wifi device&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;background-color: white; color: #333333; font-size: 12px; line-height: 18px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;b&gt;
Connection:-&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;1. It is the simple tricks to connect internet upto&lt;b&gt; 100 computer&lt;/b&gt; by Wi5 Hotspot Network&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;2. In windows open command prompt by pressing windows key then type &lt;b&gt;cmd&lt;/b&gt; after that &lt;b&gt;right click&lt;/b&gt; it and choose&lt;b&gt; run as administrator.&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNdNXcmKugQD6SBBwJnAfX-TXwhmdhKQmvPSqmQ9WNUjygr539EftQRmG3c-PCWugUXXln5EvarzkFBCLEkG9CTlNBIwHnuZQ0Qq2ajn53-n0xE3iKv7SxyTA6PrgMODzmXFLhW5P49jhk/s1600/100.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNdNXcmKugQD6SBBwJnAfX-TXwhmdhKQmvPSqmQ9WNUjygr539EftQRmG3c-PCWugUXXln5EvarzkFBCLEkG9CTlNBIwHnuZQ0Qq2ajn53-n0xE3iKv7SxyTA6PrgMODzmXFLhW5P49jhk/s1600/100.jpg&quot; height=&quot;167&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;3. Before create Wi5 hotspot network&amp;nbsp;you must have &lt;b&gt;wireless connection&lt;/b&gt; on your computer.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkZ8o0EFiPmSDgos3SLwqRicbGIA9-daWXq20PhyphenhyphenjvVeGl98sdDHqnprlNyleXG1vVRHLmMPYOdt4pldn1zsr5iNyKIsw5CBqDev-4fgyFQ7t7Y5CYBBnYY9ZE0f9iYtFFMzfTrNFgQU5m/s1600/cmd1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkZ8o0EFiPmSDgos3SLwqRicbGIA9-daWXq20PhyphenhyphenjvVeGl98sdDHqnprlNyleXG1vVRHLmMPYOdt4pldn1zsr5iNyKIsw5CBqDev-4fgyFQ7t7Y5CYBBnYY9ZE0f9iYtFFMzfTrNFgQU5m/s1600/cmd1.jpg&quot; height=&quot;162&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;4. Then type following command &quot;&lt;b&gt;netsh wlan set hostednetwork ssid=networkname key=password&lt;/b&gt;&quot; and then kit enter.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0qJoFVDRp_U9fgWiLeyEcD2JzQ_oQlQM9AKWg57v3A44M6azn97bjODWEblmUQhf96oo-QE4qWMkGEhrEUOtKjG1KOB-bJOilvuzunRWPzI0lC-v3sNXiu7Tsbus-GWbTMJf6Wm4pFTGs/s1600/wi5.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0qJoFVDRp_U9fgWiLeyEcD2JzQ_oQlQM9AKWg57v3A44M6azn97bjODWEblmUQhf96oo-QE4qWMkGEhrEUOtKjG1KOB-bJOilvuzunRWPzI0lC-v3sNXiu7Tsbus-GWbTMJf6Wm4pFTGs/s1600/wi5.jpg&quot; height=&quot;191&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;5. Wi5 hotspot network is created and its username is &lt;b&gt;networkname&lt;/b&gt;, password is &lt;b&gt;password&lt;/b&gt;.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;6. Start the Wi5 hotspot network by using this commands&lt;b&gt; netsh wlan start hostednetwork&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIkzVsmvnExk9eYlnCaWhdv6oUIcf_ffi3jk3sukZiW4d3vde_jcYI6EltaR_Ga9TNp9gN-9NSNm5ojA68eikxVtT_q86LY-4ZBhtfJogMQiNS8JFqIGSjpikFCTa9_Hyuz3fRVq1FXv5o/s1600/wi5-1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiIkzVsmvnExk9eYlnCaWhdv6oUIcf_ffi3jk3sukZiW4d3vde_jcYI6EltaR_Ga9TNp9gN-9NSNm5ojA68eikxVtT_q86LY-4ZBhtfJogMQiNS8JFqIGSjpikFCTa9_Hyuz3fRVq1FXv5o/s1600/wi5-1.jpg&quot; height=&quot;192&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;7. Then go to&amp;nbsp;&lt;b&gt;Network Sharing Center&lt;/b&gt; and select existing network connection then window will be open. &amp;nbsp;After that select&lt;b&gt; Allow other network user can access the internet&lt;/b&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguEp9dNJqa6l3Z-kHCCVL1huDeAh7Z5_GeLAQ1wDwr0n7XeGfAx7eGPQnSccCmgU21fjrddU02gI9WE4N4M9XCF05zd19duSpJ10r9goFeVjMMsncFAqEhicPQTYRAigsDsif-GauiJkcS/s1600/wi5-3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguEp9dNJqa6l3Z-kHCCVL1huDeAh7Z5_GeLAQ1wDwr0n7XeGfAx7eGPQnSccCmgU21fjrddU02gI9WE4N4M9XCF05zd19duSpJ10r9goFeVjMMsncFAqEhicPQTYRAigsDsif-GauiJkcS/s1600/wi5-3.jpg&quot; height=&quot;179&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;8. Select the&lt;b&gt; wireless network connection&lt;/b&gt; and then click &lt;b&gt;OK&lt;/b&gt;. Finally Wi5 Hotspot will be created.&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;9. Stop the&amp;nbsp;Wi5 hotspot network&amp;nbsp;by using &lt;b&gt;netsh wlan stop hostednetwork &lt;/b&gt;commands&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtNatXA9S0VJ8YIEltYG322lUsUlCjZcLxUWhykZ9X0WkmC1DmtV3SjpnAB1qPgWGGrxvZ4y2Ws1Ogjtv-Pzx2EOvEMXt7aTboNC6gBwbv3kLPmf37PtAn7BxNaLv245j8Vk9BX-7IJDOI/s1600/wi5-2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhtNatXA9S0VJ8YIEltYG322lUsUlCjZcLxUWhykZ9X0WkmC1DmtV3SjpnAB1qPgWGGrxvZ4y2Ws1Ogjtv-Pzx2EOvEMXt7aTboNC6gBwbv3kLPmf37PtAn7BxNaLv245j8Vk9BX-7IJDOI/s1600/wi5-2.jpg&quot; height=&quot;193&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;You may also see our YOU-TUBE video&lt;/span&gt;&lt;/h2&gt;
&lt;br /&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;//www.youtube.com/embed/5RJhOdba4lQ&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;

&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/8431718150314314991/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/how-to-create-wifi-hotspot-in-windows-7.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/8431718150314314991'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/8431718150314314991'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/how-to-create-wifi-hotspot-in-windows-7.html' title='How to Create a wifi hotspot in windows 7 using command prompt'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNdNXcmKugQD6SBBwJnAfX-TXwhmdhKQmvPSqmQ9WNUjygr539EftQRmG3c-PCWugUXXln5EvarzkFBCLEkG9CTlNBIwHnuZQ0Qq2ajn53-n0xE3iKv7SxyTA6PrgMODzmXFLhW5P49jhk/s72-c/100.jpg" height="72" width="72"/><thr:total>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-5840348160469525838</id><published>2014-03-29T13:36:00.001+05:30</published><updated>2016-02-11T00:51:47.305+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Command prompt"/><category scheme="http://www.blogger.com/atom/ns#" term="windows cmd"/><title type='text'>How to change Appearance of Command Prompt Window in windows 7?</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLBIl5XyWldC3hBamrZvMApQf3X2NXvbfnVHoWn4eS6zAX_O0CzyhdXAtvREqHvAdKkSUZ1YiR_dgF3A96ztXfGFrrB3GDdLMtg9nRdbmvqtXzUdSFuCguCIBu7JnzdaVcOA-amUxQXCSk/s1600/appearance.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; margin-bottom: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLBIl5XyWldC3hBamrZvMApQf3X2NXvbfnVHoWn4eS6zAX_O0CzyhdXAtvREqHvAdKkSUZ1YiR_dgF3A96ztXfGFrrB3GDdLMtg9nRdbmvqtXzUdSFuCguCIBu7JnzdaVcOA-amUxQXCSk/s1600/appearance.jpg&quot; height=&quot;162&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;h4 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;We can change the appearance of Command Prompt window. Changing colors, background, frame size, Font size and type and so on. In this post i gonna show how to change appearance of cmd prompt?.&lt;/span&gt;&lt;/span&gt;&lt;/h4&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;1. Let us go to command prompt by&lt;b&gt; Start and type cmd &amp;nbsp;&lt;/b&gt;then kit enter (or)&lt;b&gt; Press WIN+r&lt;/b&gt; then type cmd and kit enter&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNdNXcmKugQD6SBBwJnAfX-TXwhmdhKQmvPSqmQ9WNUjygr539EftQRmG3c-PCWugUXXln5EvarzkFBCLEkG9CTlNBIwHnuZQ0Qq2ajn53-n0xE3iKv7SxyTA6PrgMODzmXFLhW5P49jhk/s1600/100.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNdNXcmKugQD6SBBwJnAfX-TXwhmdhKQmvPSqmQ9WNUjygr539EftQRmG3c-PCWugUXXln5EvarzkFBCLEkG9CTlNBIwHnuZQ0Qq2ajn53-n0xE3iKv7SxyTA6PrgMODzmXFLhW5P49jhk/s1600/100.jpg&quot; height=&quot;167&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;2. In Command prompt&lt;b&gt; Right Click&lt;/b&gt; the Title bar and it will show the &lt;b&gt;option&lt;/b&gt; of command prompt. This list of option can change the appearance of command prompt.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;3. To change the Settings for &lt;b&gt;all &lt;/b&gt;command prompt window then select&lt;b&gt; Default.&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWNIsN6wF9wo744xMj8ZwhX-6rj1aG0ftGIZs_hCCKknbx3QDtSmVPZ6y1wnGFtR7cdfkkZB_vqrG8tgTgkmqMyYH5EEmmiKCLO-S36pbIXW2o7bbKP1iiSI-EC9Ard5yUYHQI3tiyK8qp/s1600/appearance2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhWNIsN6wF9wo744xMj8ZwhX-6rj1aG0ftGIZs_hCCKknbx3QDtSmVPZ6y1wnGFtR7cdfkkZB_vqrG8tgTgkmqMyYH5EEmmiKCLO-S36pbIXW2o7bbKP1iiSI-EC9Ard5yUYHQI3tiyK8qp/s1600/appearance2.jpg&quot; height=&quot;162&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;br /&gt;4. To change the settings for &lt;b&gt;Current&lt;/b&gt; command prompt window then select &lt;b&gt;Properties&lt;/b&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghdxv_Mb-7OFrIqgQ8uJaDfqbun2R6lfAeE9G4J0g8ZHP5jOqDs9pfucVImZY-L5b4ZlnS76cuVSx1o0P13_xsvNI2JxH7JBimzYiA5QfQqTWx4xeh9haiFE7R0OdfE5Nr7M-AEIfTibPS/s1600/appearance1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghdxv_Mb-7OFrIqgQ8uJaDfqbun2R6lfAeE9G4J0g8ZHP5jOqDs9pfucVImZY-L5b4ZlnS76cuVSx1o0P13_xsvNI2JxH7JBimzYiA5QfQqTWx4xeh9haiFE7R0OdfE5Nr7M-AEIfTibPS/s1600/appearance1.jpg&quot; height=&quot;161&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;br /&gt;5. Then it will show small window, In this window you may change &lt;b&gt;background color, text color, frame size&lt;/b&gt; and so on.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTP7G6rMbOEKuMjLsCLXgK-Y6QVXoEFFj_pHvwEB5SxeNmnxi8XIvRz7rV-SAzAlugYHEZOK6SGY0a7uW6CI3Tb7vg6OYfemDEN2flFOvPEv2x_jaVzgE7C_uSFOyUsO4jZ53jHOSntvGr/s1600/appearance3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTP7G6rMbOEKuMjLsCLXgK-Y6QVXoEFFj_pHvwEB5SxeNmnxi8XIvRz7rV-SAzAlugYHEZOK6SGY0a7uW6CI3Tb7vg6OYfemDEN2flFOvPEv2x_jaVzgE7C_uSFOyUsO4jZ53jHOSntvGr/s1600/appearance3.jpg&quot; height=&quot;228&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0Brv1MjUTzxu-T0fyMVoyXnxi2S8xMb3WxOInxXplAFmwp1_h_K30p_TEZq89PF7zUKSZLizeYjxVN2b6aNjxfdhr-pgH8X4HPCvVmHHUQcn6MSrS6WcQGNcltS4M-8d3ToLloPEc7OqO/s1600/appearance4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh0Brv1MjUTzxu-T0fyMVoyXnxi2S8xMb3WxOInxXplAFmwp1_h_K30p_TEZq89PF7zUKSZLizeYjxVN2b6aNjxfdhr-pgH8X4HPCvVmHHUQcn6MSrS6WcQGNcltS4M-8d3ToLloPEc7OqO/s1600/appearance4.jpg&quot; height=&quot;230&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;br /&gt;6. After Choosing your options then Click &lt;b&gt;OK&lt;/b&gt; button and close the command prompt then open it, changes are applied.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLBIl5XyWldC3hBamrZvMApQf3X2NXvbfnVHoWn4eS6zAX_O0CzyhdXAtvREqHvAdKkSUZ1YiR_dgF3A96ztXfGFrrB3GDdLMtg9nRdbmvqtXzUdSFuCguCIBu7JnzdaVcOA-amUxQXCSk/s1600/appearance.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLBIl5XyWldC3hBamrZvMApQf3X2NXvbfnVHoWn4eS6zAX_O0CzyhdXAtvREqHvAdKkSUZ1YiR_dgF3A96ztXfGFrrB3GDdLMtg9nRdbmvqtXzUdSFuCguCIBu7JnzdaVcOA-amUxQXCSk/s1600/appearance.jpg&quot; height=&quot;162&quot; width=&quot;320&quot; /&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;If you have any doubt then you may see our YOUTUBE videos&lt;/span&gt;&lt;/h2&gt;
&lt;/div&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;//www.youtube.com/embed/cnQq5JIsdb4//&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/5840348160469525838/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/how-to-change-appearance-of-command.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/5840348160469525838'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/5840348160469525838'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/how-to-change-appearance-of-command.html' title='How to change Appearance of Command Prompt Window in windows 7?'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiLBIl5XyWldC3hBamrZvMApQf3X2NXvbfnVHoWn4eS6zAX_O0CzyhdXAtvREqHvAdKkSUZ1YiR_dgF3A96ztXfGFrrB3GDdLMtg9nRdbmvqtXzUdSFuCguCIBu7JnzdaVcOA-amUxQXCSk/s72-c/appearance.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-8878900247798105340</id><published>2014-03-24T16:14:00.000+05:30</published><updated>2016-02-11T01:09:02.322+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Network at GUI"/><category scheme="http://www.blogger.com/atom/ns#" term="Networks"/><title type='text'>How to share internet connection between 2 computer using LAN cable(Ethernet Cable) in windows 7</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Internet Connection can share between 2 computer using Lan cable. In one system have internet connection and another one system does not connect internet. If you want share internet to the 2nd Computer then it is possible via ethernet cable. In this sharing internet to the another one system you must learn about how to connect 2 Computer using lan connect. If you dont know see may previews post and the following way to connect internet sharing.&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
1. Go to &lt;b&gt;Network sharing Center&lt;/b&gt; and then click your&lt;b&gt; current internet connection&lt;/b&gt;.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghTAwfnRLHppzEB7CkdVRU0u0_iTRU2ZijGuBJclMIEerJAz-1QqiSH-2poBLnPbcXntQw2XyqfuVDx8Fy0Kif28q0X8U6AmiHGUZgloWL4ggrGsSrj267R0DIPC4fA-8xbvGoeefcYKPr/s1600/shareinternet3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghTAwfnRLHppzEB7CkdVRU0u0_iTRU2ZijGuBJclMIEerJAz-1QqiSH-2poBLnPbcXntQw2XyqfuVDx8Fy0Kif28q0X8U6AmiHGUZgloWL4ggrGsSrj267R0DIPC4fA-8xbvGoeefcYKPr/s1600/shareinternet3.jpg&quot; height=&quot;271&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
2. Move to &lt;b&gt;Sharing&lt;/b&gt; tap menu.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwl2wb1Xli1jbFFOZkOTTQB7rbGxMKuz7GectQzIkKs2Fwd8lHck1cQPE8w_K_mAqxrwzkr2FCND3dFr003pSgmb3xkrF-xLXgC3XZ-mGXgYy7qCKINK37MSPg2nJvaWNgQs4kq3PDTtY4/s1600/shareinternet.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhwl2wb1Xli1jbFFOZkOTTQB7rbGxMKuz7GectQzIkKs2Fwd8lHck1cQPE8w_K_mAqxrwzkr2FCND3dFr003pSgmb3xkrF-xLXgC3XZ-mGXgYy7qCKINK37MSPg2nJvaWNgQs4kq3PDTtY4/s1600/shareinternet.jpg&quot; height=&quot;320&quot; width=&quot;250&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
3. select &lt;b&gt;Allow other network user connect through this computer internet&lt;/b&gt; after that you want select the Network Connection like&lt;b&gt; Local Area connection&lt;/b&gt;, &lt;b&gt;Wireless Connection&lt;/b&gt; and so on then click&lt;b&gt; OK&lt;/b&gt;.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8Mlpi37ytcx_ds22hmScwZHx4GaZW6NGEHV-o6l0pdTeMO-pn5jnwzpsUTgENYSmKVLuBuxVuOWzJuobN7xMFOSAY79NIU0KPQEfPLQKlUZvhtFKuUnmDYuFqzZD6uQXvZJ5tq8rOditc/s1600/shareinternet1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg8Mlpi37ytcx_ds22hmScwZHx4GaZW6NGEHV-o6l0pdTeMO-pn5jnwzpsUTgENYSmKVLuBuxVuOWzJuobN7xMFOSAY79NIU0KPQEfPLQKlUZvhtFKuUnmDYuFqzZD6uQXvZJ5tq8rOditc/s1600/shareinternet1.jpg&quot; height=&quot;320&quot; width=&quot;249&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
4. In your host system&lt;b&gt; ip&lt;/b&gt; gets automatically and user name and password for your internet connection are not visible to another computer user.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhh3-thFdfPjzOxPNAni2xrsD1FEYlLo3_b07THg56NhuooUFSNMOJxragQRb2CNfFNAqGcuWY6tK3RAGrhdSqxzQ1cmj3Y4Jrn5LiIvNZwHAVWlMdtCzN1FRuY4K5zomaryi6Pq6Iw8Zng/s1600/shareinternet4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhh3-thFdfPjzOxPNAni2xrsD1FEYlLo3_b07THg56NhuooUFSNMOJxragQRb2CNfFNAqGcuWY6tK3RAGrhdSqxzQ1cmj3Y4Jrn5LiIvNZwHAVWlMdtCzN1FRuY4K5zomaryi6Pq6Iw8Zng/s1600/shareinternet4.jpg&quot; height=&quot;144&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
5. In Second computer and go to &lt;b&gt;Network Sharing Center&lt;/b&gt; and click &lt;b&gt;local Area connection&lt;/b&gt; then use &lt;b&gt;IPv4 Obtain ip address automatically&lt;/b&gt;.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgl1ENZb7m8NGZonfBpdYF-dvQpt1BzpY4zFTLtslBH-R28yyBJXi8wqzkPoLkzpcDVEkvIlp4SdWLcEDoBEur4wn33VjOHQ4kht2V6BKJ7bI2XBtS9vHC8L0v3AqbhvekqBMPAbbofjiTX/s1600/shareinternet2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgl1ENZb7m8NGZonfBpdYF-dvQpt1BzpY4zFTLtslBH-R28yyBJXi8wqzkPoLkzpcDVEkvIlp4SdWLcEDoBEur4wn33VjOHQ4kht2V6BKJ7bI2XBtS9vHC8L0v3AqbhvekqBMPAbbofjiTX/s1600/shareinternet2.jpg&quot; height=&quot;320&quot; width=&quot;288&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
5. &lt;b&gt;Restart&lt;/b&gt; your internet connection o&lt;b&gt;r plug out&lt;/b&gt; your LAN cable (Ethernet Cable) and connect it again.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
6. Now &lt;b&gt;Internet will be share&lt;/b&gt; to another computer.&lt;br /&gt;
&lt;br /&gt;
If you have any doubt see our Youtube videos&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;//www.youtube.com/embed/11iKuk50_wE&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/8878900247798105340/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/how-to-share-internet-connection.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/8878900247798105340'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/8878900247798105340'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/how-to-share-internet-connection.html' title='How to share internet connection between 2 computer using LAN cable(Ethernet Cable) in windows 7'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEghTAwfnRLHppzEB7CkdVRU0u0_iTRU2ZijGuBJclMIEerJAz-1QqiSH-2poBLnPbcXntQw2XyqfuVDx8Fy0Kif28q0X8U6AmiHGUZgloWL4ggrGsSrj267R0DIPC4fA-8xbvGoeefcYKPr/s72-c/shareinternet3.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-2225565081228543892</id><published>2014-03-24T16:13:00.000+05:30</published><updated>2016-02-11T01:09:02.312+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Network at GUI"/><category scheme="http://www.blogger.com/atom/ns#" term="Networks"/><title type='text'>How to share files within 2 computer using LAN cable in windows 7</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
we can share files 2 computer to one another using LAN cable(Ethernet cable). In this method files are share up to 30 Mbps within 2 computer. Here we use IPv4.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Requirements:-&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ethernet cable,&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Ethernet supportable LAB/PC (Ethernet port)&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;Connection:-&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1. Connect Ethernet cable to 2 computer/LAB&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2. After inserting Ethernet cable In first system, Go to &lt;b&gt;Network Sharing Center&lt;/b&gt; then it display following window. It shows&lt;b&gt; list of internet connection&lt;/b&gt; of &amp;nbsp;your computer.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfVej0gFNhzSqJY4cFSyRklXaO0qLtbPZeOFvo7EMKEtFwhtOgAa43f3178vj65vUwcU4we9bpYrW4ADMGy8LjzbacbZC6UuReHTFvmwdhzHJHwH8GRUnoVtZ_P2V6aalkhnrVWsJ_KMb5/s1600/sharenetwork.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfVej0gFNhzSqJY4cFSyRklXaO0qLtbPZeOFvo7EMKEtFwhtOgAa43f3178vj65vUwcU4we9bpYrW4ADMGy8LjzbacbZC6UuReHTFvmwdhzHJHwH8GRUnoVtZ_P2V6aalkhnrVWsJ_KMb5/s1600/sharenetwork.jpg&quot; height=&quot;224&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3. In left side top select &lt;b&gt;Change Advance Sharing Center&lt;/b&gt; then &lt;b&gt;turn on &lt;/b&gt;all sharing service then click &lt;b&gt;Save Changes.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKl808Cuf3RuQBxbZH-m0x_QWQhRMpBUys_KkunJ8Sxaa23hph9ICTi4niFSpnbl_JCWEl1R3BWdxQMOibgVtJgGYoCFXonTlxXR1MkE5ir-UzScp2mdNouzRXDuQu9khqrbOUmtFosFXb/s1600/sharenetwork5.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgKl808Cuf3RuQBxbZH-m0x_QWQhRMpBUys_KkunJ8Sxaa23hph9ICTi4niFSpnbl_JCWEl1R3BWdxQMOibgVtJgGYoCFXonTlxXR1MkE5ir-UzScp2mdNouzRXDuQu9khqrbOUmtFosFXb/s1600/sharenetwork5.jpg&quot; height=&quot;270&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4. After that&lt;b&gt; Click Ethernet(Local area)&lt;/b&gt; connection and go to&lt;b&gt; properties&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhheAfVL07-JHOcT71PaZJ7DqL2F3Z2x55zgAtU6IKX4mqlW1WnAtVW7SkpM-ze7T_6yPHBj90QklY3az520VSCbhLfQA4YoraS4N4qQ-Yd7R5VV1MYpoRRMS4pgogfLmZ6MvhoPEL9wBIG/s1600/sharenetwork1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhheAfVL07-JHOcT71PaZJ7DqL2F3Z2x55zgAtU6IKX4mqlW1WnAtVW7SkpM-ze7T_6yPHBj90QklY3az520VSCbhLfQA4YoraS4N4qQ-Yd7R5VV1MYpoRRMS4pgogfLmZ6MvhoPEL9wBIG/s1600/sharenetwork1.jpg&quot; height=&quot;320&quot; width=&quot;266&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5. Then Select Internet Protocol version&lt;b&gt; 4(TCP/IPv4) &lt;/b&gt;and then click properties of TCP/IPv4.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-VNZai-EY_9YraqUYX821JGsdhVpqecX_sYsOpt4v1VVJI84Me1vtXzxP90Qtmn-vaCQTgClRbfk8yBBNrM85lxvEmCIt2Ki6siHdQ_AtHLZB61DWGrohM7ztSpIRkX6XQOgfmd6E_1I8/s1600/sharenetwork8.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh-VNZai-EY_9YraqUYX821JGsdhVpqecX_sYsOpt4v1VVJI84Me1vtXzxP90Qtmn-vaCQTgClRbfk8yBBNrM85lxvEmCIt2Ki6siHdQ_AtHLZB61DWGrohM7ztSpIRkX6XQOgfmd6E_1I8/s1600/sharenetwork8.jpg&quot; height=&quot;320&quot; width=&quot;257&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;6. To Select Use the following IP address and type IP address&lt;br /&gt;
&lt;b&gt;IP address &lt;/b&gt;&amp;nbsp; :1.1.1.1&lt;br /&gt;
&lt;b&gt;subnet mask&lt;/b&gt; : 255.0.0.0&lt;br /&gt;
then click &lt;b&gt;OK&lt;/b&gt; option and then &lt;b&gt;OK &lt;/b&gt;that&#39;s it.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2Bvia0n2xCjrB6pOl_IOmJ7tnBPRz2XIEOY3Ae_yLhsfonKBC4wMCooDVFLyYHRMExq5LnRS-G1tlJboJcAfha9CY50paF5QPL7wMD47zh1LhI_ySoaTzDuHSe2Xgw2RpwAb_CcSnkmbc/s1600/sharenetwork2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg2Bvia0n2xCjrB6pOl_IOmJ7tnBPRz2XIEOY3Ae_yLhsfonKBC4wMCooDVFLyYHRMExq5LnRS-G1tlJboJcAfha9CY50paF5QPL7wMD47zh1LhI_ySoaTzDuHSe2Xgw2RpwAb_CcSnkmbc/s1600/sharenetwork2.jpg&quot; height=&quot;320&quot; width=&quot;269&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;7. After that in second system choose same process(step2 to step 5) and then Select Use the following IP address and type IP address&lt;br /&gt;
&lt;b&gt;IP address &lt;/b&gt;&amp;nbsp; :1.1.1.2&lt;br /&gt;
&lt;b&gt;subnet mask&lt;/b&gt; : 255.0.0.0&lt;br /&gt;
then click &lt;b&gt;OK&lt;/b&gt; option and then &lt;b&gt;OK&lt;/b&gt; that&#39;s it.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEUgKa6gZqr3MTrSycvYPsTK4fy2ABKsaLRnoAtBK9iQ2mgodUO_cWOM7oscwuzjntWMwFm6V9QhMVhHSX43AtC0w3p00vwBojQBEeFrFg0GWzD7y-W3j7BG_zETbR0ZkjcU213axPwqnH/s1600/sharenetwork3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgEUgKa6gZqr3MTrSycvYPsTK4fy2ABKsaLRnoAtBK9iQ2mgodUO_cWOM7oscwuzjntWMwFm6V9QhMVhHSX43AtC0w3p00vwBojQBEeFrFg0GWzD7y-W3j7BG_zETbR0ZkjcU213axPwqnH/s1600/sharenetwork3.jpg&quot; height=&quot;320&quot; width=&quot;265&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 8. Go run by &lt;b&gt;WIN + r.&lt;/b&gt; type the ip address&lt;b&gt; 1.1.1.1 &lt;/b&gt;then kit enter from second system.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgI2aR0cXDRaeZHDi5Qd9LmQW3o4R7Uf7j7Z5PoJAiK2XY3erNqq-p3NdfvwuSZq7bYPNC4bx9aOVLCFKYmia4rxfvThhjIkVTqmnmMz-EOiWUaa9AZm310gMnEl97y1jln1DQY-gVfwfKX/s1600/sharenetwork4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgI2aR0cXDRaeZHDi5Qd9LmQW3o4R7Uf7j7Z5PoJAiK2XY3erNqq-p3NdfvwuSZq7bYPNC4bx9aOVLCFKYmia4rxfvThhjIkVTqmnmMz-EOiWUaa9AZm310gMnEl97y1jln1DQY-gVfwfKX/s1600/sharenetwork4.jpg&quot; height=&quot;167&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: justify;&quot;&gt;
&lt;span style=&quot;text-align: left;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;9. it will ask &lt;b&gt;username and &amp;nbsp;password&lt;/b&gt; then give it and connect first system.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;span style=&quot;text-align: left;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjO9JS6ypm9zSEXkcJe_yhq163F-fbXX6Imj0wEMPhx3wxcUxyR2cH8-0sBmuSWGvM109rc8fbF6Q65hUIkb8_tBOq8iRV3S_zplqm97Ys4zpD2gcPFNlbI2Fcq90Y1vBKVyIxpKmvrFYo9/s1600/sharenetwork6.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjO9JS6ypm9zSEXkcJe_yhq163F-fbXX6Imj0wEMPhx3wxcUxyR2cH8-0sBmuSWGvM109rc8fbF6Q65hUIkb8_tBOq8iRV3S_zplqm97Ys4zpD2gcPFNlbI2Fcq90Y1vBKVyIxpKmvrFYo9/s1600/sharenetwork6.jpg&quot; height=&quot;179&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 10. Finally Sharing files between 2 computer is&lt;b&gt; succeed.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOqqqLwZSMMCje8EZT5IsXmhesFmm5UMEtbyfD0rpcN_ryrYuhCiIQbK9Xo83dVJQtWasJWwWQpxtloZVbwgnT_nFI8Ov32OCJY7uVgFkIkwDXSAcuYQ2POSdf40RQejENJXIPZxlAvwqj/s1600/sharenetwork7.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhOqqqLwZSMMCje8EZT5IsXmhesFmm5UMEtbyfD0rpcN_ryrYuhCiIQbK9Xo83dVJQtWasJWwWQpxtloZVbwgnT_nFI8Ov32OCJY7uVgFkIkwDXSAcuYQ2POSdf40RQejENJXIPZxlAvwqj/s1600/sharenetwork7.jpg&quot; height=&quot;179&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;h2 style=&quot;text-align: left;&quot;&gt;
&amp;nbsp;If you have any doubt see our You tube video and also command here.&lt;/h2&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp;

&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;//www.youtube.com/embed/PdVUkJph89I&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/2225565081228543892/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/how-to-share-files-within-2-computer.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/2225565081228543892'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/2225565081228543892'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/how-to-share-files-within-2-computer.html' title='How to share files within 2 computer using LAN cable in windows 7'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhfVej0gFNhzSqJY4cFSyRklXaO0qLtbPZeOFvo7EMKEtFwhtOgAa43f3178vj65vUwcU4we9bpYrW4ADMGy8LjzbacbZC6UuReHTFvmwdhzHJHwH8GRUnoVtZ_P2V6aalkhnrVWsJ_KMb5/s72-c/sharenetwork.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-7040369111595505797</id><published>2014-03-21T21:33:00.001+05:30</published><updated>2016-02-11T01:17:06.844+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Slider"/><category scheme="http://www.blogger.com/atom/ns#" term="windows 7"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows Tricks"/><title type='text'>How to disable IPv6 in windows 7</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif; font-size: x-small;&quot;&gt;We can disable IPv6 in windows 7.&amp;nbsp;&lt;b style=&quot;background-color: white; line-height: 16px;&quot;&gt;Important&amp;nbsp;&lt;/b&gt;&lt;span style=&quot;background-color: white; line-height: 16px;&quot;&gt;Internet Protocol version 6 (IPv6) is a mandatory part of Windows Vista and later versions. We do not recommend that you disable IPv6 or its components,&amp;nbsp;or some Windows components may not function&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;background-color: white; line-height: 16px;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif; font-size: x-small;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif; font-size: x-small;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 16px;&quot;&gt;You can disable IPv6 on the host computer through the&amp;nbsp;&lt;/span&gt;&lt;strong class=&quot;uiterm&quot; style=&quot;background-color: white; line-height: 16px;&quot;&gt;&lt;b&gt;DisabledComponents&lt;/b&gt;&lt;/strong&gt;&lt;span style=&quot;background-color: white; line-height: 16px;&quot;&gt;&amp;nbsp;registry value. The&amp;nbsp;&lt;/span&gt;&lt;strong class=&quot;uiterm&quot; style=&quot;background-color: white; line-height: 16px;&quot;&gt;DisabledComponents&amp;nbsp;&lt;/strong&gt;&lt;span style=&quot;background-color: white; line-height: 16px;&quot;&gt;registry value affects all network interfaces on the host.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif; font-size: x-small;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 16px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span style=&quot;background-color: white; line-height: 16px;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;userInput&quot; style=&quot;background-color: white; line-height: 16px;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;1. Go to run by WIN+R and type &lt;b&gt;regedit &lt;/b&gt;then kit Enter.&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;span class=&quot;userInput&quot; style=&quot;background-color: white; line-height: 16px;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkv5TwaAogDlQYoNjE6qPefHRNPf9x__Hk-LkMq8DM34bHzSyd8idntS35F8t8nNUZIt1sLbANqvzCg0Af-wEDFuj9ydKP8UNwW3TaejxUPrdSM7qjVI1_bin1Bxw2EoNYESTVB7Jfnn8-/s1600/diable+ip6.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkv5TwaAogDlQYoNjE6qPefHRNPf9x__Hk-LkMq8DM34bHzSyd8idntS35F8t8nNUZIt1sLbANqvzCg0Af-wEDFuj9ydKP8UNwW3TaejxUPrdSM7qjVI1_bin1Bxw2EoNYESTVB7Jfnn8-/s1600/diable+ip6.jpg&quot; height=&quot;164&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;span style=&quot;background-color: white; line-height: 16px;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div&gt;
&lt;span style=&quot;background-color: white; line-height: 16px;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;span style=&quot;background-color: white; line-height: 16px;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;span style=&quot;background-color: white; line-height: 16px;&quot;&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;
2. In Registry Editor, locate and then click the following registry subkey:&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;
&lt;div class=&quot;indent&quot; style=&quot;background-color: white; line-height: 16px; margin: 0px; padding: 0px 20px 5px 0px;&quot;&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters\&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiG7j8c6iZJ2oeO-jVU4odfChV9saSF2T0DpBJBOnqhgocO0LjcpuJVWE6jc-vohYyz7QQ1kpBdKl94fbTeNpnj-ffwB4r3zUkouNvVMBBhA90fIlTvnMzr1IpnXz7PFfVRqxS9nuqNAZP1/s1600/diable+ip61.jpg&quot; imageanchor=&quot;1&quot; style=&quot;line-height: normal; margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiG7j8c6iZJ2oeO-jVU4odfChV9saSF2T0DpBJBOnqhgocO0LjcpuJVWE6jc-vohYyz7QQ1kpBdKl94fbTeNpnj-ffwB4r3zUkouNvVMBBhA90fIlTvnMzr1IpnXz7PFfVRqxS9nuqNAZP1/s1600/diable+ip61.jpg&quot; height=&quot;165&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; word-break: break-all;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;3. Double-click&amp;nbsp;&lt;strong class=&quot;uiterm&quot;&gt;DisabledComponents&amp;nbsp;&lt;/strong&gt;to change the&amp;nbsp;&lt;strong class=&quot;uiterm&quot;&gt;DisabledComponents&amp;nbsp;&lt;/strong&gt;entry. if it does not display then you want to create it.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; text-align: left; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; text-align: left; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;4. In the&amp;nbsp;&lt;strong class=&quot;uiterm&quot;&gt;Edit&amp;nbsp;&lt;/strong&gt;menu, point to&amp;nbsp;&lt;strong class=&quot;uiterm&quot;&gt;New&lt;/strong&gt;, and then click&amp;nbsp;&lt;strong class=&quot;uiterm&quot;&gt;DWORD (32-bit) Value&lt;/strong&gt;.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; text-align: left; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglVGQSQuRyx1a8Ii-x9jrSqumPeIBgvitEqhjCuHCzQZR7XVvz3nbLL5Q3Pfpz3BwNGY7DxQtJWOyRJSazq7xsVviOcwYuQ9Cf2yQVPSYdK172bInUKrMQGK9PFzsp2oiB9teCSegT5HuD/s1600/diable+ip62.jpg&quot; imageanchor=&quot;1&quot; style=&quot;line-height: normal; margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEglVGQSQuRyx1a8Ii-x9jrSqumPeIBgvitEqhjCuHCzQZR7XVvz3nbLL5Q3Pfpz3BwNGY7DxQtJWOyRJSazq7xsVviOcwYuQ9Cf2yQVPSYdK172bInUKrMQGK9PFzsp2oiB9teCSegT5HuD/s1600/diable+ip62.jpg&quot; height=&quot;164&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; text-align: left; word-break: break-all;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; text-align: left; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; text-align: left; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;5. Type&amp;nbsp;&lt;span class=&quot;userInput&quot; style=&quot;font-weight: bold;&quot;&gt;DisabledComponents&lt;/span&gt;, and then press Enter.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; text-align: left; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; text-align: left; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;6, Double-click&amp;nbsp;&lt;strong class=&quot;uiterm&quot;&gt;DisabledComponents&lt;/strong&gt;.&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;Type &lt;b&gt;41&lt;/b&gt;&lt;/span&gt;&lt;span class=&quot;userInput&quot; style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; font-weight: bold;&quot;&gt;01&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif;&quot;&gt;to disable IPv6 on all tunnel interfaces. These include Intra-Site Automatic Tunnel Addressing Protocol (ISATAP), 6to4, and Teredo.&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; text-align: left; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-b5Prn5YWLAHDWkAJk3XdxAr8lsMEg8ESbyjGgDM3Ryaq5lPfXjbpEGaT2s5kTvNmWUVAr322TZwUh6VRwzmm90FfCcin-5Ctg9Uhel13n2Bd5UtsPYgjTkedbcGCiCjXjn8BvKhYP9U3/s1600/diable+ip63.jpg&quot; imageanchor=&quot;1&quot; style=&quot;line-height: normal; margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj-b5Prn5YWLAHDWkAJk3XdxAr8lsMEg8ESbyjGgDM3Ryaq5lPfXjbpEGaT2s5kTvNmWUVAr322TZwUh6VRwzmm90FfCcin-5Ctg9Uhel13n2Bd5UtsPYgjTkedbcGCiCjXjn8BvKhYP9U3/s1600/diable+ip63.jpg&quot; height=&quot;164&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; text-align: left; word-break: break-all;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; text-align: left; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; text-align: left; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;7. Use the&amp;nbsp;&lt;b&gt;DisabledComponents&lt;/b&gt;&amp;nbsp;registry value to verify whether IPv6 is disabled. To do this, run the following command at a Windows command prompt:&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; text-align: left; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsP3u-8UpxKTP6W_ArqVJOBzn2UGOterXuVcBhLoZY0RWw7_iPiEAmHRwqT9H_vCLcKEmfctBTRyEN5swVmRSRoycrDI5KxDMnmJwvQ9S6y3cEonyylqleHt4tELgp2WhQuKbHd-EpJGhJ/s1600/diable+ip64.jpg&quot; imageanchor=&quot;1&quot; style=&quot;clear: left; float: left; line-height: normal; margin-bottom: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhsP3u-8UpxKTP6W_ArqVJOBzn2UGOterXuVcBhLoZY0RWw7_iPiEAmHRwqT9H_vCLcKEmfctBTRyEN5swVmRSRoycrDI5KxDMnmJwvQ9S6y3cEonyylqleHt4tELgp2WhQuKbHd-EpJGhJ/s1600/diable+ip64.jpg&quot; height=&quot;200&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; text-align: left; word-break: break-all;&quot;&gt;
&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; text-align: left; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; text-align: left; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;8. Otherwise download this file and run it&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; text-align: left; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class=&quot;reg_path&quot; style=&quot;margin: 0px; padding: 0px; text-align: left; word-break: break-all;&quot;&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;a href=&quot;http://go.microsoft.com/?linkid=9728869&quot; target=&quot;_blank&quot;&gt;Download here Disable IPv6 &lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;&amp;lt;If you have any doubt about this article command me&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/7040369111595505797/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/how-to-disable-ipv6-in-windows-7.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/7040369111595505797'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/7040369111595505797'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/how-to-disable-ipv6-in-windows-7.html' title='How to disable IPv6 in windows 7'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhkv5TwaAogDlQYoNjE6qPefHRNPf9x__Hk-LkMq8DM34bHzSyd8idntS35F8t8nNUZIt1sLbANqvzCg0Af-wEDFuj9ydKP8UNwW3TaejxUPrdSM7qjVI1_bin1Bxw2EoNYESTVB7Jfnn8-/s72-c/diable+ip6.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-2795948608304279262</id><published>2014-03-17T15:55:00.004+05:30</published><updated>2017-06-16T13:22:22.334+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="C Program"/><category scheme="http://www.blogger.com/atom/ns#" term="fun c program"/><title type='text'>Introduction of C program</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;h2 style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;C Program&lt;/b&gt;&lt;/h2&gt;
&lt;div align=&quot;right&quot;&gt;
&lt;div&gt;
&lt;H2&gt;
&lt;a href=&quot;http://learn-windows7tricks.blogspot.com/2016/02/c-language_16.html&quot;&gt;&lt;button class=&quot;btn btn-lg btn-success &quot; style=&quot;float: right;&quot; type=&quot;submit&quot;&gt;NEXT&lt;/button&gt;&lt;/div&gt;&lt;/a&gt;&lt;/H2&gt;
&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;Introduction:-&lt;/b&gt;&lt;/h3&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C is general purpose programming language. It has many desirable qualities of modern programming languages like portability flexibility and efficiency&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;ol style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;Portability of a program mean transferring a program to another computer with minimum changes one.&lt;/li&gt;
&lt;li&gt;c has the primary strength of being efficient. This is due to the fact that it has many low level fractions. It also has a ability to build complex programmes out of simple elements.&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;Development of C:-&lt;/b&gt;&lt;/h3&gt;
&lt;div&gt;
&lt;ol style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;1960 AL Gol to international committee&lt;/li&gt;
&lt;li&gt;1967 BCPL - Martin Richard. &amp;nbsp;(BCPL - Basic Combined Programming Language)&lt;/li&gt;
&lt;li&gt;1970 B - Ken Thompson.&lt;/li&gt;
&lt;li&gt;1972 C - Dennis Ritchie&amp;nbsp;&lt;/li&gt;
&lt;li&gt;1978 K &amp;amp; NC - Kenning ham &amp;amp; Dennis Ritchie.&lt;/li&gt;
&lt;li&gt;1989 ANSI C - ANSI Committee&lt;/li&gt;
&lt;li&gt;1990 ANSI/ISO C - ISO Committee&lt;/li&gt;
&lt;/ol&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
Features Of C:-&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;ul style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;C combines the capabilities of an assembly language as well of feature of high level language.&lt;/li&gt;
&lt;li&gt;Highly portability&lt;/li&gt;
&lt;li&gt;System software development&lt;/li&gt;
&lt;li&gt;More built in functions&lt;/li&gt;
&lt;li&gt;Case sensitive&lt;/li&gt;
&lt;li&gt;Powerful &amp;amp; flexible language.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
C Program:-&lt;/h3&gt;
&lt;/div&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;C program can be thought of a collection of decentralized com-putative structures called functions. It these functions are logically group and put together then it is referred as library. Thus c program can be defined as a collection of function supported by standard &#39;C&#39; library.&amp;nbsp;&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
Program Structure:-&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbjX9PfGhbFU2ZZYawNWPQY9xstXnd8gOQ59H_kOUUpkOAoZzX-EYV-2C_ieEcMSqH_-gpSLoZRtRgvme41r9xi5hz1vOmKPVdwRxXdgIQ3SZDFcY_q-7c7hEBq3OCnjFkcs_-p45mjvah/s1600/c.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;278&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbjX9PfGhbFU2ZZYawNWPQY9xstXnd8gOQ59H_kOUUpkOAoZzX-EYV-2C_ieEcMSqH_-gpSLoZRtRgvme41r9xi5hz1vOmKPVdwRxXdgIQ3SZDFcY_q-7c7hEBq3OCnjFkcs_-p45mjvah/s1600/c.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;stdio.h &lt;/b&gt;= Standard input / output&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;conio.h &lt;/b&gt;= Console input / output&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;{ }&lt;/b&gt;= starting loop and ending loop&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;main()&lt;/b&gt; = main() is a special funtion used to inform the compiler that the program starts logically. Every program must have exactly one main function.&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;H2&gt;
&lt;a href=&quot;https://www.blogger.com/blogger.g?blogID=8349857584958296359&quot;&gt;&lt;button class=&quot;btn btn-lg &quot; style=&quot;float: left;&quot; type=&quot;submit&quot;&gt;PREVIOUS&lt;/button&gt;&lt;/a&gt;
&lt;a href=&quot;http://learn-windows7tricks.blogspot.com/2016/02/c-language_16.html&quot;&gt;&lt;button class=&quot;btn btn-lg &quot; style=&quot;float: right;&quot; type=&quot;submit&quot;&gt;NEXT&lt;/button&gt;&lt;/a&gt;&lt;/H2&gt;
&lt;br /&gt;
&lt;div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/2795948608304279262/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/c-program-introduction-is-general.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/2795948608304279262'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/2795948608304279262'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/c-program-introduction-is-general.html' title='Introduction of C program'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhbjX9PfGhbFU2ZZYawNWPQY9xstXnd8gOQ59H_kOUUpkOAoZzX-EYV-2C_ieEcMSqH_-gpSLoZRtRgvme41r9xi5hz1vOmKPVdwRxXdgIQ3SZDFcY_q-7c7hEBq3OCnjFkcs_-p45mjvah/s72-c/c.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-5218967611374361250</id><published>2014-03-15T22:56:00.002+05:30</published><updated>2016-02-11T01:09:02.315+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Network at GUI"/><category scheme="http://www.blogger.com/atom/ns#" term="Networks"/><title type='text'>TCP/IP Layers &amp; Protocols</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
TCP/IP :-&lt;br /&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;TCP/IP defines a large collection of protocols that allow computers to communicate. TCP/IP defines the details of each of these protocols inside document called Request For Comments(RFCs). &amp;nbsp;TCP/IP Classifies the various protocols into different categories.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjE9aAGigzCHgDbW0AKjdcGZYgYSFiQraxt1_wesvPDxWrWpVSGf44bo7pZaFB6CH5Rf7xlmI8hlUxdZp4gdWg1UTJjot7rMwwaE-nuKw5wGGe61t69TeuH-JYhPqEXtuiQDHeMscLw3VWh/s1600/20140315_220903.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjE9aAGigzCHgDbW0AKjdcGZYgYSFiQraxt1_wesvPDxWrWpVSGf44bo7pZaFB6CH5Rf7xlmI8hlUxdZp4gdWg1UTJjot7rMwwaE-nuKw5wGGe61t69TeuH-JYhPqEXtuiQDHeMscLw3VWh/s1600/20140315_220903.jpg&quot; height=&quot;140&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
TCP/IP Application Layer:-&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; The most popular TCP/IP application today is the web browser. Many major software vendors either have already changed or are changing their software to support access from a web browser.&amp;nbsp;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhszJOwcQM0JMfAJlI-NNPoNXl1khGhXzapDMmu_UBN2jzlG6onM5EASUTQEX40r-pAYxtuqIQ6Xdjjeh4io20LlaKwJyJnE7EZa5IlzjhnWvc7ZZKz5gDNSc0NiAOwOQ_7NbZORu_uASa5/s1600/20140315_222429.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhszJOwcQM0JMfAJlI-NNPoNXl1khGhXzapDMmu_UBN2jzlG6onM5EASUTQEX40r-pAYxtuqIQ6Xdjjeh4io20LlaKwJyJnE7EZa5IlzjhnWvc7ZZKz5gDNSc0NiAOwOQ_7NbZORu_uASa5/s1600/20140315_222429.jpg&quot; height=&quot;160&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
Taking a closer look, this example uses two TCP/IP application layer protocols. First the request for th file and the actual trasfer of the file are performed according to the Hypertext Transfer Protocol(HTTP).&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
The TCP/IP Transport Layer:-&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;The TCP/IP application layer includes a relatively large number of protocols, with HTTP being only one of those. the TCP/IP transport layer consists of two main protocol options&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;ol style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;Transmission Control Protocol(TCP)&lt;/li&gt;
&lt;li&gt;User Control Protocol(UDP).&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; TCP/IP needs a mechanism to guarantee delivery of data acrss a network. TCP provides that feature by using acknowledgments. The HTTP software asks for Tcp to reliably deliver the HTTP get request. TCP sends the HTTP data from Browser to Server, and the data arrives successfully. TCP software acknowledges receipt of the data and also gives the HTTP get request to the web server software.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjU7ByQvwsTYdVgFJFSLDyYphMlXnL3sHpwFs4vyV3wTfy-wTs6ovohx1DqZGiqr1O_B8gT00hbzprB6A1611sCkO_hznxUBQuR9eVrd1Iw7NfWQX2Q4MaiL51dNCdSvu-I-hK_K4-Fx6J6/s1600/20140315_224926.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjU7ByQvwsTYdVgFJFSLDyYphMlXnL3sHpwFs4vyV3wTfy-wTs6ovohx1DqZGiqr1O_B8gT00hbzprB6A1611sCkO_hznxUBQuR9eVrd1Iw7NfWQX2Q4MaiL51dNCdSvu-I-hK_K4-Fx6J6/s1600/20140315_224926.jpg&quot; height=&quot;160&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/5218967611374361250/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/tcpip-layers-protocols.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/5218967611374361250'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/5218967611374361250'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/tcpip-layers-protocols.html' title='TCP/IP Layers &amp; Protocols'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjE9aAGigzCHgDbW0AKjdcGZYgYSFiQraxt1_wesvPDxWrWpVSGf44bo7pZaFB6CH5Rf7xlmI8hlUxdZp4gdWg1UTJjot7rMwwaE-nuKw5wGGe61t69TeuH-JYhPqEXtuiQDHeMscLw3VWh/s72-c/20140315_220903.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-482001794197054772</id><published>2014-03-14T19:34:00.000+05:30</published><updated>2016-02-11T00:42:34.379+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Fun Tricks"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows 7 funs"/><title type='text'>Make fun to Create 1000 of folder in Single Click</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Make fun to Create 1000 of folder in your PC/ Laptop at single Click. You just open notepad and type some coding and then save file then finish and finally run it, that&#39;s all.&lt;br /&gt;
&lt;br /&gt;
1. Open notepad by &lt;b&gt;WIN&amp;nbsp;+ R&lt;/b&gt; then type&lt;b&gt; notepad&lt;/b&gt; then hit enter&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi10yETCSqQJ1vTOyuVJt-5PUwlVXsJ84QqGWQBh9y7guLS87i9aqRK4KMPosE7jDTyBVkCOq_Bjq8tdwjueTflfgcLm6EsK1-J-ABv-jC4Q7Umay9CU_uG4IeozG52NMwIDrjl55dlcvM1/s1600/100.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi10yETCSqQJ1vTOyuVJt-5PUwlVXsJ84QqGWQBh9y7guLS87i9aqRK4KMPosE7jDTyBVkCOq_Bjq8tdwjueTflfgcLm6EsK1-J-ABv-jC4Q7Umay9CU_uG4IeozG52NMwIDrjl55dlcvM1/s1600/100.jpg&quot; height=&quot;167&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
2. Type the following coding on notepad.&lt;br /&gt;
&lt;br /&gt;
&lt;b&gt;@echo off&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;:top&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;md %random%&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;goto top&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;@echo off&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;md %random%&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;goto top&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;infinite&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;loop&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigrBNB7YvXYpq4zUBdJYvDp2Qro4Z0QlrAhbis1Qbtw29F0Su2VS3epRiYlr6UuwYrfBysSgt7ZTbBmiISWahQMn7zRZpdFVO0sbfHN3kkw2EuPvHZeCH6y0LtqsNq2TWOyCuV97olNg1V/s1600/1000-1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigrBNB7YvXYpq4zUBdJYvDp2Qro4Z0QlrAhbis1Qbtw29F0Su2VS3epRiYlr6UuwYrfBysSgt7ZTbBmiISWahQMn7zRZpdFVO0sbfHN3kkw2EuPvHZeCH6y0LtqsNq2TWOyCuV97olNg1V/s1600/1000-1.jpg&quot; height=&quot;228&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Save this file in the name of &quot;&lt;b&gt;1000folder.bat&lt;/b&gt;&quot; and&lt;b&gt; .bat &lt;/b&gt;is important. It is a file extension.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj17vRzC6DPBEY8C_lv0LXMZiAcGFFCUYZ3YS7Gd9_r_gYhhcVKhFOtxv-_fcotGMZOnnUueLsNbqAQ4eqiuH47_SnPftWpSonFxv30lNDK47_jK9gYpg4AzazRJlbCJIqlFU1RX1saN9Mz/s1600/1000-2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj17vRzC6DPBEY8C_lv0LXMZiAcGFFCUYZ3YS7Gd9_r_gYhhcVKhFOtxv-_fcotGMZOnnUueLsNbqAQ4eqiuH47_SnPftWpSonFxv30lNDK47_jK9gYpg4AzazRJlbCJIqlFU1RX1saN9Mz/s1600/1000-2.jpg&quot; height=&quot;225&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Finally finished then Just &lt;b&gt;double click&lt;/b&gt; the saved file(1000.folder.bat), command prompt will be open and hide then after&lt;b&gt; few minutes &lt;/b&gt;folders are created.&lt;br /&gt;
&lt;br /&gt;
5. You can also run by &lt;b&gt;cmd prompt&lt;/b&gt;, go to&lt;b&gt; directory &lt;/b&gt;by &quot;&lt;b&gt;cd dir\subdi&lt;/b&gt;r&quot; and then type the &lt;b&gt;filename.bat(1000folder.bat) &lt;/b&gt;after that hit enter.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1Rmt_Yy9Pw2hw9uV5QInbEYIUhNuEdHfCo75JLktH8eLGon9gJG3EoFsIriUlosoA4Ti6N039hWvjdCaxyIcT11DzROv40Yb92jIid7BEwDOBHVHEXASHWEICnEmBvt4NnWiW0PKJPnOA/s1600/1000-3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg1Rmt_Yy9Pw2hw9uV5QInbEYIUhNuEdHfCo75JLktH8eLGon9gJG3EoFsIriUlosoA4Ti6N039hWvjdCaxyIcT11DzROv40Yb92jIid7BEwDOBHVHEXASHWEICnEmBvt4NnWiW0PKJPnOA/s1600/1000-3.jpg&quot; height=&quot;162&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/482001794197054772/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/to-create-1000-of-folder-in-your-pc.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/482001794197054772'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/482001794197054772'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/to-create-1000-of-folder-in-your-pc.html' title='Make fun to Create 1000 of folder in Single Click'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi10yETCSqQJ1vTOyuVJt-5PUwlVXsJ84QqGWQBh9y7guLS87i9aqRK4KMPosE7jDTyBVkCOq_Bjq8tdwjueTflfgcLm6EsK1-J-ABv-jC4Q7Umay9CU_uG4IeozG52NMwIDrjl55dlcvM1/s72-c/100.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-7981703754900826205</id><published>2014-03-08T18:58:00.000+05:30</published><updated>2016-02-11T00:51:47.314+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Command prompt"/><category scheme="http://www.blogger.com/atom/ns#" term="windows cmd"/><title type='text'>Hide your PC from the Network</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Now i like to share how to hide your PC from the Network. You can hide PC/Laptop from the Server machine.&lt;br /&gt;
&lt;br /&gt;
1. Open Command prompt by&lt;b&gt; Win+R&lt;/b&gt; and type &lt;b&gt;cmd &lt;/b&gt;hit enter (or) Press &lt;b&gt;Win key &lt;/b&gt;and type cmd in and then hit enter. While opening command prompt, please &lt;b&gt;run as administrator.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0yOZr7aIIXDbU2_SXAjYwn8MRWUb8PfgIaPrSXoU2jSrghzyBrk-r9S95IZlkDVGcXBsJFYJEJJJetVaYOpuVOBvTgbQ7TT3Vx-ktIU68XXc2c0JHug7CRsV2fasSKwzrg1P2bbTKjLBF/s1600/cmd.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0yOZr7aIIXDbU2_SXAjYwn8MRWUb8PfgIaPrSXoU2jSrghzyBrk-r9S95IZlkDVGcXBsJFYJEJJJetVaYOpuVOBvTgbQ7TT3Vx-ktIU68XXc2c0JHug7CRsV2fasSKwzrg1P2bbTKjLBF/s1600/cmd.jpg&quot; height=&quot;320&quot; width=&quot;305&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkZ8o0EFiPmSDgos3SLwqRicbGIA9-daWXq20PhyphenhyphenjvVeGl98sdDHqnprlNyleXG1vVRHLmMPYOdt4pldn1zsr5iNyKIsw5CBqDev-4fgyFQ7t7Y5CYBBnYY9ZE0f9iYtFFMzfTrNFgQU5m/s1600/cmd1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkZ8o0EFiPmSDgos3SLwqRicbGIA9-daWXq20PhyphenhyphenjvVeGl98sdDHqnprlNyleXG1vVRHLmMPYOdt4pldn1zsr5iNyKIsw5CBqDev-4fgyFQ7t7Y5CYBBnYY9ZE0f9iYtFFMzfTrNFgQU5m/s1600/cmd1.jpg&quot; height=&quot;162&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
2. After that type the following cmd in command prompt.&lt;br /&gt;
&lt;b&gt;net config server /hidden:yes&lt;/b&gt; and hit enter.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNC7-zYx70w_TBRISOrr2hG4BOLora3cTAMfJN7RvNOA6GlNe9YupTP44CM2kQdgeKAB93mgMJyi2WS7mEWOKuItWWwKbXxuOIKMibOZoNBxmLTB6M4EjkG0PsGqdEbcCJ3n_gMN9vtHJY/s1600/hide+from+network.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgNC7-zYx70w_TBRISOrr2hG4BOLora3cTAMfJN7RvNOA6GlNe9YupTP44CM2kQdgeKAB93mgMJyi2WS7mEWOKuItWWwKbXxuOIKMibOZoNBxmLTB6M4EjkG0PsGqdEbcCJ3n_gMN9vtHJY/s1600/hide+from+network.jpg&quot; height=&quot;161&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Then &lt;b&gt;reboot &lt;/b&gt;your System or Laptop.&lt;br /&gt;
&lt;br /&gt;
4. You want to unhide your pc from the network, open command prompt and type following command.&lt;br /&gt;
&lt;b&gt;net config server /hidden:no&lt;/b&gt; and then hit enter.&lt;br /&gt;
&lt;br /&gt;
5. After that &lt;b&gt;reboot&lt;/b&gt; your System or Laptop then your system is unhide from the network.&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/7981703754900826205/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/now-i-like-to-share-how-to-hide-your-pc.html#comment-form' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/7981703754900826205'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/7981703754900826205'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/now-i-like-to-share-how-to-hide-your-pc.html' title='Hide your PC from the Network'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0yOZr7aIIXDbU2_SXAjYwn8MRWUb8PfgIaPrSXoU2jSrghzyBrk-r9S95IZlkDVGcXBsJFYJEJJJetVaYOpuVOBvTgbQ7TT3Vx-ktIU68XXc2c0JHug7CRsV2fasSKwzrg1P2bbTKjLBF/s72-c/cmd.jpg" height="72" width="72"/><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-1531955147809697498</id><published>2014-03-08T13:38:00.001+05:30</published><updated>2016-02-11T01:17:06.830+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Slider"/><category scheme="http://www.blogger.com/atom/ns#" term="windows 7"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows Tricks"/><title type='text'>How to Boost up AUDIO level in windows 7</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
Hi friends let me share about BOOST UP AUDIO LEVEL IN WINDOWS 7.Windows offer more and more options and it is one of the useful trick for your laptop. This trick is tested by us and it works successfully. Step by Step process to configure to boost up audio level.&lt;br /&gt;
&lt;br /&gt;
1. Go to control panel by &lt;b&gt;WIN -&amp;gt; Control Panel.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKfAHmakU-DYDjkhxPuVY3ow8TbiUJK0KQh6_dpKGS8o2HmbTNWpom3eMF5xu-vk6P3J5nQo6CTOhJ43vHgLuyKBsQfpyFc-q0J2Sue02AE2ZQDTZzPalIjZvO9Au90326oJ-ClooWQ7MQ/s1600/boost+audio6.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKfAHmakU-DYDjkhxPuVY3ow8TbiUJK0KQh6_dpKGS8o2HmbTNWpom3eMF5xu-vk6P3J5nQo6CTOhJ43vHgLuyKBsQfpyFc-q0J2Sue02AE2ZQDTZzPalIjZvO9Au90326oJ-ClooWQ7MQ/s1600/boost+audio6.jpg&quot; height=&quot;224&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
2. Select&lt;b&gt; Hardware and Sounds&lt;/b&gt; and another window will be open&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPOV916D1Ks6N_Xc6O0PRJ_vWxGtWWnCJjyHX9rk-2LV83eiFJKRHFDiW2PPLvqlhlhfeVbOoTHves_2Q5-8WzXPivNulQkGBv1lyZjyairoURC5qYWtu_p6Gjjzb1HANH1mNZLD3Uvi1X/s1600/boost+audio.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgPOV916D1Ks6N_Xc6O0PRJ_vWxGtWWnCJjyHX9rk-2LV83eiFJKRHFDiW2PPLvqlhlhfeVbOoTHves_2Q5-8WzXPivNulQkGBv1lyZjyairoURC5qYWtu_p6Gjjzb1HANH1mNZLD3Uvi1X/s1600/boost+audio.jpg&quot; height=&quot;224&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
3. In this window you select the &lt;b&gt;Manage audio devices&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;b&gt;&lt;/b&gt;&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; margin: 0px; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj90BLpHbt39Ar_Hi7NI7DWU2m8k09Kg6oafLJGQFD-YXHwcyZ4Tf54e9gJmci-wG8-0ViWsk9pPVNJnV_bHRJK5QgZ63SwItWUmazU6BVymjlt81HBVRh1W4kGZNs9dweQDaNnUox-eAzV/s1600/boost+audio1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj90BLpHbt39Ar_Hi7NI7DWU2m8k09Kg6oafLJGQFD-YXHwcyZ4Tf54e9gJmci-wG8-0ViWsk9pPVNJnV_bHRJK5QgZ63SwItWUmazU6BVymjlt81HBVRh1W4kGZNs9dweQDaNnUox-eAzV/s1600/boost+audio1.jpg&quot; height=&quot;223&quot; style=&quot;cursor: move;&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
4. Another window will open, In that window you select anyone option &amp;nbsp;to increase audio level(like &lt;b&gt;Speaker or Headphones&lt;/b&gt;)&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6Y1nkFvB1YVAR2FWbhOciQHw7b3dOH2fm_FfpezdboF5Ms-p0xpj4kcqjBVlZGqb2qyDg_MZpcloPII_EvprbWwifw9xlX57X5pXGDlDiY6o6uqTEg8fM79FRduAsxpy2_PIqOfCWENw-/s1600/boost+audio2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg6Y1nkFvB1YVAR2FWbhOciQHw7b3dOH2fm_FfpezdboF5Ms-p0xpj4kcqjBVlZGqb2qyDg_MZpcloPII_EvprbWwifw9xlX57X5pXGDlDiY6o6uqTEg8fM79FRduAsxpy2_PIqOfCWENw-/s1600/boost+audio2.jpg&quot; height=&quot;221&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;b style=&quot;text-align: center;&quot;&gt;&lt;/b&gt;&lt;br /&gt;
5. Click &lt;b&gt;Properties&lt;/b&gt; on that window.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEis0j07vsZ80MHnfFBrS1WUFMBF27fKSS6pNonYBTGs5WUvpILa-55aCNuKgViWtKEl85SKYyrScjmXV03eI1ZH3afibWq2TNPs1dVvY6J9rEXFia7EGGw1QaRPOX9SbC0mGKiR0GUhrIWk/s1600/boost+audio3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEis0j07vsZ80MHnfFBrS1WUFMBF27fKSS6pNonYBTGs5WUvpILa-55aCNuKgViWtKEl85SKYyrScjmXV03eI1ZH3afibWq2TNPs1dVvY6J9rEXFia7EGGw1QaRPOX9SbC0mGKiR0GUhrIWk/s1600/boost+audio3.jpg&quot; height=&quot;223&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b style=&quot;text-align: center;&quot;&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
6. Then you move the &lt;b&gt;Enhancements&lt;/b&gt; tap&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTOvRoCdBwryZIbVuCx1iTY-wjp2jA8463FKxYr1Yve5REnP-lGCiaUlHe2mhEPbfbnZLzOZEqIjZtv5WUxzoHx2ZOaTZfMMZNqWUTbwCR3u5ICNsaIdb7hkXzslpG60Oox7qzTN1Fqptq/s1600/boost+audio4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhTOvRoCdBwryZIbVuCx1iTY-wjp2jA8463FKxYr1Yve5REnP-lGCiaUlHe2mhEPbfbnZLzOZEqIjZtv5WUxzoHx2ZOaTZfMMZNqWUTbwCR3u5ICNsaIdb7hkXzslpG60Oox7qzTN1Fqptq/s1600/boost+audio4.jpg&quot; height=&quot;224&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b style=&quot;text-align: center;&quot;&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
7. Finally tick the radio button of &lt;b&gt;Loudness Equalization&lt;/b&gt; and then click OK&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6OS39vBhgQdEorOAgebW7pSf3VCeLGGskg-0Z_3oIRVhESoiymfs592Q6y8YpsGY-15JBXmGPUkEQKrkrZxfn34-QPQLBFLA1SizDLRGNpdWJubTMAUeKStYDdTNq37pIPg_M753g0QzB/s1600/boost+audio5.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh6OS39vBhgQdEorOAgebW7pSf3VCeLGGskg-0Z_3oIRVhESoiymfs592Q6y8YpsGY-15JBXmGPUkEQKrkrZxfn34-QPQLBFLA1SizDLRGNpdWJubTMAUeKStYDdTNq37pIPg_M753g0QzB/s1600/boost+audio5.jpg&quot; height=&quot;224&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b style=&quot;text-align: center;&quot;&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
8. Now test your audio device on your laptop or PC.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;//www.youtube.com/embed/KbybQuwutRM&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/1531955147809697498/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/how-to-boost-up-audio-level-in-windows-7.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/1531955147809697498'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/1531955147809697498'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/how-to-boost-up-audio-level-in-windows-7.html' title='How to Boost up AUDIO level in windows 7'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiKfAHmakU-DYDjkhxPuVY3ow8TbiUJK0KQh6_dpKGS8o2HmbTNWpom3eMF5xu-vk6P3J5nQo6CTOhJ43vHgLuyKBsQfpyFc-q0J2Sue02AE2ZQDTZzPalIjZvO9Au90326oJ-ClooWQ7MQ/s72-c/boost+audio6.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-4920764884706331192</id><published>2014-03-06T22:39:00.003+05:30</published><updated>2016-02-11T00:48:16.678+05:30</updated><title type='text'>Update Kaspersky Internet Security Offline</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div arial=&quot;&quot; black=&quot;&quot; gadget=&quot;&quot; sans-serif=&quot;&quot; style=&quot;height: auto; text-align: left; width: auto%;&quot;&gt;
Hello frnds today, I gonna share about How to update kaspersky internet security offline. We can update kaspersky offline, here step by step method is to be followed.&lt;br /&gt;
&lt;br /&gt;
1. First of all Download &lt;b&gt;zip&lt;/b&gt; file and extract it. The&amp;nbsp;&lt;b&gt;&lt;a href=&quot;http://support.kaspersky.com/downloads/utils/for_kis_13.0.0.3370.zip&quot; target=&quot;_blank&quot;&gt;Download link is here&lt;/a&gt;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
2.Copy that &lt;b&gt;zip&lt;/b&gt; file in your &lt;b&gt;pendrive&lt;/b&gt; and get it to internet connected system.&lt;br /&gt;
&lt;br /&gt;
3. Extract file is consist of &lt;b&gt;updater.bat &lt;/b&gt;file and then&lt;b&gt; Run&lt;/b&gt; that bat file. It is showing&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggBfX10frqc4o_d-4jjc_6LiN3VjXZlZJTKJWcYNagXNugg_UIjfsIYgDaosGZorWo65iyTRwcuZIxNYB2wBbjGecuMwWNBdOIpiKoAdfEbJE1mYmoc0lLly8mv3l_LOCt9lg-dMA3AfUy/s1600/kis5.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggBfX10frqc4o_d-4jjc_6LiN3VjXZlZJTKJWcYNagXNugg_UIjfsIYgDaosGZorWo65iyTRwcuZIxNYB2wBbjGecuMwWNBdOIpiKoAdfEbJE1mYmoc0lLly8mv3l_LOCt9lg-dMA3AfUy/s1600/kis5.png&quot; height=&quot;255&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
4. If your internet is by providing &lt;b&gt;proxy&lt;/b&gt;, you can also update. but you must insert your &lt;b&gt;proxy address&lt;/b&gt; on the &lt;b&gt;for_kis_13.0.0.3370.in&lt;/b&gt;i file&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOLJWBXntoSy_v8l2Tg01UxHJq0QnL_YJBuFCvcpnH3JiI9NY8KNTleYTC9Wy8h3F7kMvXAwQOR3esWuFueuZDghV1Z6e6-m2KxBmIvKACf8F03UOGAgxMK6fUc6qOGrOUuLLMhufexVdw/s1600/kis6.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiOLJWBXntoSy_v8l2Tg01UxHJq0QnL_YJBuFCvcpnH3JiI9NY8KNTleYTC9Wy8h3F7kMvXAwQOR3esWuFueuZDghV1Z6e6-m2KxBmIvKACf8F03UOGAgxMK6fUc6qOGrOUuLLMhufexVdw/s1600/kis6.jpg&quot; height=&quot;281&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
5. When the update is&lt;b&gt; successful&lt;/b&gt; then it will show by following image. After that you can get your pendrive to your system.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyun0D6crQ1Um8WHpCpX2KFr9vFlOSV4Pwq4PFlGZkd9ams5cVKg0MiwlQP-c9mRrGZRhHrglCGsyazS_vThlD2RrXmHsBBP2l2npm_BHvISJV1KqNfzCFNlVNqx6ZUUvA_e1jlSt6khPr/s1600/kis.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyun0D6crQ1Um8WHpCpX2KFr9vFlOSV4Pwq4PFlGZkd9ams5cVKg0MiwlQP-c9mRrGZRhHrglCGsyazS_vThlD2RrXmHsBBP2l2npm_BHvISJV1KqNfzCFNlVNqx6ZUUvA_e1jlSt6khPr/s1600/kis.jpg&quot; height=&quot;251&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
6. In &lt;b&gt;Update folder&lt;/b&gt; kaspersky internet security updated, then you want to &lt;b&gt;save &lt;/b&gt;your kaspersky updates.&lt;br /&gt;
&lt;br /&gt;
7.Open Kaspersky Internet Security and then go to &lt;b&gt;Settings&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjm38wirMpkdGq2dThhe0G28sSgdo1y1_IzROF24aPJDuAJVPsD6AmvewgF6eNfnMU8IqUP2sJ8iShswEj8tQO0mMzEMPZ9vR8-99tswkqZ1cK2rtjP0dLptptPlkpxs-kFhtA4UU5jEhHy/s1600/kis1.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjm38wirMpkdGq2dThhe0G28sSgdo1y1_IzROF24aPJDuAJVPsD6AmvewgF6eNfnMU8IqUP2sJ8iShswEj8tQO0mMzEMPZ9vR8-99tswkqZ1cK2rtjP0dLptptPlkpxs-kFhtA4UU5jEhHy/s1600/kis1.png&quot; height=&quot;300&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
8. Click &lt;b&gt;Updates&lt;/b&gt; and go to&lt;b&gt; Update Settings&lt;/b&gt; then select &lt;b&gt;Update Source.&lt;/b&gt;&lt;br /&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi98z93vapOJ-ZyVz_nniSjTa_b50gTvkpgMal_FOD8gZ3gqTxUsMwyNQ5JuON0vtGEbPYHbSwDVarabWUI25etqNCesY8zH-UxT8eJfESiFvJZZUvFVNnDBqu3elmvh3BHslHQCoGL5UOa/s1600/kis2.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi98z93vapOJ-ZyVz_nniSjTa_b50gTvkpgMal_FOD8gZ3gqTxUsMwyNQ5JuON0vtGEbPYHbSwDVarabWUI25etqNCesY8zH-UxT8eJfESiFvJZZUvFVNnDBqu3elmvh3BHslHQCoGL5UOa/s1600/kis2.png&quot; height=&quot;288&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
9. Then the window will appear, In this window select&lt;b&gt; Update source&lt;/b&gt; and click &lt;b&gt;add&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6SYQgOb6Akx1S2t51qAIQntv2_sZgFw-S0LN8Q5wD7eR50DN9TNLGbqldgQ-N7ssYb9OhZjOeLG5embuNFED2eWfVjZ6RZYRUcAT3xv4txdzsAJOIWmJv3NvXyA9_RCIsKN_QVAS022oT/s1600/kis3.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj6SYQgOb6Akx1S2t51qAIQntv2_sZgFw-S0LN8Q5wD7eR50DN9TNLGbqldgQ-N7ssYb9OhZjOeLG5embuNFED2eWfVjZ6RZYRUcAT3xv4txdzsAJOIWmJv3NvXyA9_RCIsKN_QVAS022oT/s1600/kis3.png&quot; height=&quot;381&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
10. Browse the &lt;b&gt;Update folder&lt;/b&gt; from your pendrive and click &lt;b&gt;OK&lt;/b&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWZ9CZBgAZiG1PYjPzW6gJ7x1Qe1BtVlPPHUrarKWY_zdPFbtX_gomWq7GF8x6A6fNGko-cduS2cyxA2zXKCoZi7a-m1b9cVFw9sMm7N7kvhXhGE-DdqRN9M5Mp54GsJKjIXSJ_h1p3tAA/s1600/kis8.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiWZ9CZBgAZiG1PYjPzW6gJ7x1Qe1BtVlPPHUrarKWY_zdPFbtX_gomWq7GF8x6A6fNGko-cduS2cyxA2zXKCoZi7a-m1b9cVFw9sMm7N7kvhXhGE-DdqRN9M5Mp54GsJKjIXSJ_h1p3tAA/s1600/kis8.png&quot; height=&quot;392&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/4920764884706331192/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/update-kaspersky-internet-security.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/4920764884706331192'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/4920764884706331192'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/03/update-kaspersky-internet-security.html' title='Update Kaspersky Internet Security Offline'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggBfX10frqc4o_d-4jjc_6LiN3VjXZlZJTKJWcYNagXNugg_UIjfsIYgDaosGZorWo65iyTRwcuZIxNYB2wBbjGecuMwWNBdOIpiKoAdfEbJE1mYmoc0lLly8mv3l_LOCt9lg-dMA3AfUy/s72-c/kis5.png" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-197915649347894953</id><published>2014-02-28T23:20:00.001+05:30</published><updated>2016-02-11T01:17:06.832+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Slider"/><category scheme="http://www.blogger.com/atom/ns#" term="windows 7"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows Tricks"/><title type='text'>How to Change windows Password without current password in windows 7 </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div arial=&quot;&quot; black=&quot;&quot; gadget=&quot;&quot; sans-serif=&quot;&quot; style=&quot;height: auto; text-align: left; width: auto%;&quot;&gt;
Now i gonna share about simple windows tricks for changing password without know current password. This tricks only for educational purpose.If you want to change the user password on your Windows compute but you don’t know what the current password is, there is an easy way to do this.&lt;br /&gt;
&lt;br /&gt;
1. First of all go to &lt;b&gt;windows&lt;/b&gt; select computer and right click on it then click&lt;b&gt; manage&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0WcCeRjg9O3Gxh87AuYHEUNpKOsaMdtcvm1PmjwnbbttCIDPMOCBBSdt8FAt3DVfX9JRYR7EHGTzzgyjrsh7hJk-Q6oyz7iF-V6o7eS51CIOhgeMOTNXwVG6o3dJ-LAX1-tHlE33FqZND/s1600/manage.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0WcCeRjg9O3Gxh87AuYHEUNpKOsaMdtcvm1PmjwnbbttCIDPMOCBBSdt8FAt3DVfX9JRYR7EHGTzzgyjrsh7hJk-Q6oyz7iF-V6o7eS51CIOhgeMOTNXwVG6o3dJ-LAX1-tHlE33FqZND/s1600/manage.jpg&quot; height=&quot;318&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&amp;nbsp;2. The &lt;b&gt;computer management&lt;/b&gt; window will be open then select &lt;b&gt;system tools&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUIDicSzYM0XF4j6AvjJxYWaiL83GwD7lk9BVsnYbx8o_CE-DbLe9nB0r8gMfFTS-NS5DgyOgHFRQf-syeisTeZQqJrudeV15UlwyYsrmg3m_seAbDoHWzPwMp2HrljvI2gVim-Ssowsi8/s1600/manage1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgUIDicSzYM0XF4j6AvjJxYWaiL83GwD7lk9BVsnYbx8o_CE-DbLe9nB0r8gMfFTS-NS5DgyOgHFRQf-syeisTeZQqJrudeV15UlwyYsrmg3m_seAbDoHWzPwMp2HrljvI2gVim-Ssowsi8/s1600/manage1.jpg&quot; height=&quot;190&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
3. Select&lt;b&gt; Local users and Groups&amp;nbsp;&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMPKvcss9a1oWa5D_1tIxUGd_6Gn5oDpkqckcA7WK9eakwzfffjBYm4ND_pGslAu1pl3DiH85xwLyiASESIWVsN8bzT8lkYYs65mWL3Kt-DcVxG7NeNd_Y43wbMm602eUKrmnUL1K2vQSi/s1600/manage2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjMPKvcss9a1oWa5D_1tIxUGd_6Gn5oDpkqckcA7WK9eakwzfffjBYm4ND_pGslAu1pl3DiH85xwLyiASESIWVsN8bzT8lkYYs65mWL3Kt-DcVxG7NeNd_Y43wbMm602eUKrmnUL1K2vQSi/s1600/manage2.jpg&quot; height=&quot;131&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
4. Then double click &lt;b&gt;Users&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgiJm_3TwWIDUMdu5mP3EVbeEczmqLIdQa5KsH84a_1RUQgtdrdLjkGsL7Uq9CGWewsVgYkQJUArGTOQlNIM_nBBwiX6Z_fSM4K6PWG4f1p0IiPhRwmuGeoB6dQ5IY2T4oVfKel0L0zexeq/s1600/manage3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgiJm_3TwWIDUMdu5mP3EVbeEczmqLIdQa5KsH84a_1RUQgtdrdLjkGsL7Uq9CGWewsVgYkQJUArGTOQlNIM_nBBwiX6Z_fSM4K6PWG4f1p0IiPhRwmuGeoB6dQ5IY2T4oVfKel0L0zexeq/s1600/manage3.jpg&quot; height=&quot;199&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
5. It will show&lt;b&gt; list of user&lt;/b&gt;, which user you want to reset the password then select it&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSs2kXWSE-gVafFcf-GN2pJYfD5io5fTlgbEki6FNw3LgnOul-7Dk3Jq59bd-Ku9dWNAhTU1ceuBtJj9dtBL1_m67O-jsdNsqmIxfyYNTU2kglIY37DfGoitw0tUZhJ_14bi1D5D503mRB/s1600/manage4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSs2kXWSE-gVafFcf-GN2pJYfD5io5fTlgbEki6FNw3LgnOul-7Dk3Jq59bd-Ku9dWNAhTU1ceuBtJj9dtBL1_m67O-jsdNsqmIxfyYNTU2kglIY37DfGoitw0tUZhJ_14bi1D5D503mRB/s1600/manage4.jpg&quot; height=&quot;160&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
6. &lt;b&gt;Right click&lt;/b&gt; the user and select &lt;b&gt;Set password&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSFqyafPLI3vWYWmIg5YUtmIF_JlW4vKjYv3vF_OPJH5fc0jjXuDBKmXiaKjcMUZ1-w5Ud_VEflJDA14CY4sPtLyOYpGPsFPc3Bf5Ws8GorozJZy3eHCKLgs7y-Rh0h5Es4zcthfAbj8Pj/s1600/manage5.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhSFqyafPLI3vWYWmIg5YUtmIF_JlW4vKjYv3vF_OPJH5fc0jjXuDBKmXiaKjcMUZ1-w5Ud_VEflJDA14CY4sPtLyOYpGPsFPc3Bf5Ws8GorozJZy3eHCKLgs7y-Rh0h5Es4zcthfAbj8Pj/s1600/manage5.jpg&quot; height=&quot;169&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
7. Click &lt;b&gt;Proceed&lt;/b&gt; option on that window.&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrMLYZLdnGhk0TGO299J5cCVooDs0mrpL8o_04ehssQt6qN9K7mfXH4DzIUuzQdQsGE8shNgg1fJRsThIhRAhRbqvh22Ti9KT3PB_7e6tZE9nlpJ71uy8qDaNN3vxE1eq3gXl4Q3fL4Y2U/s1600/manage6.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhrMLYZLdnGhk0TGO299J5cCVooDs0mrpL8o_04ehssQt6qN9K7mfXH4DzIUuzQdQsGE8shNgg1fJRsThIhRAhRbqvh22Ti9KT3PB_7e6tZE9nlpJ71uy8qDaNN3vxE1eq3gXl4Q3fL4Y2U/s1600/manage6.jpg&quot; height=&quot;201&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
8.Give the &lt;b&gt;new password&lt;/b&gt; on it and&lt;b&gt; re enter&lt;/b&gt; the password and click&lt;b&gt; OK&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9J_Ov-oDn7um2_g7FL641pGG8tsd4JZbfBl997PF-L8jxmlWbApBr9ZcYeMhnrQgwUyDuSUdAuXR1CH2Ylmz_Xmihlqks6yRYKMW8Fd-LmYSBRRfZIjSUS8qdz2I8yOphapzIJuPCk2K/s1600/manage7.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9J_Ov-oDn7um2_g7FL641pGG8tsd4JZbfBl997PF-L8jxmlWbApBr9ZcYeMhnrQgwUyDuSUdAuXR1CH2Ylmz_Xmihlqks6yRYKMW8Fd-LmYSBRRfZIjSUS8qdz2I8yOphapzIJuPCk2K/s1600/manage7.jpg&quot; height=&quot;202&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
9. Then the &lt;b&gt;password&lt;/b&gt; will be&lt;b&gt; reset.&lt;/b&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhh_4FVL9EV36wNzTw4fcAMLfe301aPwlU8ojmjLpocgPdTgIMpt1i9W8jylDmncybwcnOBMqJi_wCoa-uP72fzUgQNliNkZBtvpA-DU1XokPodrVUtQtbPjrbCL7V7ajvJfMhHBLlB1oTH/s1600/manage8.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhh_4FVL9EV36wNzTw4fcAMLfe301aPwlU8ojmjLpocgPdTgIMpt1i9W8jylDmncybwcnOBMqJi_wCoa-uP72fzUgQNliNkZBtvpA-DU1XokPodrVUtQtbPjrbCL7V7ajvJfMhHBLlB1oTH/s1600/manage8.jpg&quot; height=&quot;198&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3 style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;b&gt;For more information to see&amp;nbsp;YOU TUBE&amp;nbsp;videos and subscribe it.&lt;/b&gt;&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;//www.youtube.com/embed/KAJ3S8ByPds&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/197915649347894953/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/02/change-windows-password-without-know.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/197915649347894953'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/197915649347894953'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/02/change-windows-password-without-know.html' title='How to Change windows Password without current password in windows 7 '/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj0WcCeRjg9O3Gxh87AuYHEUNpKOsaMdtcvm1PmjwnbbttCIDPMOCBBSdt8FAt3DVfX9JRYR7EHGTzzgyjrsh7hJk-Q6oyz7iF-V6o7eS51CIOhgeMOTNXwVG6o3dJ-LAX1-tHlE33FqZND/s72-c/manage.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-7712679302043972993</id><published>2014-02-28T21:37:00.004+05:30</published><updated>2016-02-11T00:51:47.311+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Command prompt"/><category scheme="http://www.blogger.com/atom/ns#" term="windows cmd"/><title type='text'>How to trace a Website in windows 7</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div arial=&quot;&quot; black=&quot;&quot; gadget=&quot;&quot; sans-serif=&quot;&quot; style=&quot;height: auto; text-align: left; width: auto%;&quot;&gt;
You can trace a website address, where its coming. Here windows provide &quot;tracert&quot; cmd to trace the website. Its used for&amp;nbsp;to find out the hosting provider where a particular domain is hosted and also it shows ip address for that particular domain.&lt;br /&gt;
&lt;br /&gt;
1. First up all click windows and then select run (or) use keyboard shortcut key WIN+R.&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0yOZr7aIIXDbU2_SXAjYwn8MRWUb8PfgIaPrSXoU2jSrghzyBrk-r9S95IZlkDVGcXBsJFYJEJJJetVaYOpuVOBvTgbQ7TT3Vx-ktIU68XXc2c0JHug7CRsV2fasSKwzrg1P2bbTKjLBF/s1600/cmd.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0yOZr7aIIXDbU2_SXAjYwn8MRWUb8PfgIaPrSXoU2jSrghzyBrk-r9S95IZlkDVGcXBsJFYJEJJJetVaYOpuVOBvTgbQ7TT3Vx-ktIU68XXc2c0JHug7CRsV2fasSKwzrg1P2bbTKjLBF/s1600/cmd.jpg&quot; height=&quot;320&quot; width=&quot;304&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
2.Type cmd and kit enter&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkZ8o0EFiPmSDgos3SLwqRicbGIA9-daWXq20PhyphenhyphenjvVeGl98sdDHqnprlNyleXG1vVRHLmMPYOdt4pldn1zsr5iNyKIsw5CBqDev-4fgyFQ7t7Y5CYBBnYY9ZE0f9iYtFFMzfTrNFgQU5m/s1600/cmd1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjkZ8o0EFiPmSDgos3SLwqRicbGIA9-daWXq20PhyphenhyphenjvVeGl98sdDHqnprlNyleXG1vVRHLmMPYOdt4pldn1zsr5iNyKIsw5CBqDev-4fgyFQ7t7Y5CYBBnYY9ZE0f9iYtFFMzfTrNFgQU5m/s1600/cmd1.jpg&quot; height=&quot;160&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
3. Command prompt will be open and type the command &quot;tracert www.google.com&quot; or any other website address whom wish you want to trace and kit enter&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIB6yxEzG4wpl_sJiSGWvr6JuXm2vHaqGeSkwDdIZRNJxDGEqiTicsY7sTVu41J6RXVWiEK_SoESC0HIiYebfx3lcmrXU7Wy-MrbaE3Nx5bAyeOYpl5tEYVkExEh9wV-uccrLhCVrlUHTa/s1600/Screenshot+2014-02-28+21.27.40.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhIB6yxEzG4wpl_sJiSGWvr6JuXm2vHaqGeSkwDdIZRNJxDGEqiTicsY7sTVu41J6RXVWiEK_SoESC0HIiYebfx3lcmrXU7Wy-MrbaE3Nx5bAyeOYpl5tEYVkExEh9wV-uccrLhCVrlUHTa/s1600/Screenshot+2014-02-28+21.27.40.png&quot; height=&quot;161&quot; width=&quot;320&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;br /&gt;
Once you press enter, it tell you where a particular domain is hosted, Location, Country and some details of that domain&lt;br /&gt;
&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;If doubt See our YOU TUBE video&lt;/b&gt;&lt;/h3&gt;
&lt;/div&gt;
&lt;iframe allowfullscreen=&quot;&quot; frameborder=&quot;0&quot; height=&quot;270&quot; src=&quot;//www.youtube.com/embed/bi5mQLkrMmc&quot; width=&quot;480&quot;&gt;&lt;/iframe&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/7712679302043972993/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/02/how-to-trace-website-in-windows.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/7712679302043972993'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/7712679302043972993'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/02/how-to-trace-website-in-windows.html' title='How to trace a Website in windows 7'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0yOZr7aIIXDbU2_SXAjYwn8MRWUb8PfgIaPrSXoU2jSrghzyBrk-r9S95IZlkDVGcXBsJFYJEJJJetVaYOpuVOBvTgbQ7TT3Vx-ktIU68XXc2c0JHug7CRsV2fasSKwzrg1P2bbTKjLBF/s72-c/cmd.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-3267221339937482167</id><published>2014-02-23T12:49:00.001+05:30</published><updated>2016-02-11T01:37:38.102+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Android apps"/><category scheme="http://www.blogger.com/atom/ns#" term="Android on windows"/><title type='text'>Add Android Lock pattern for Windows 7 and Windows 8</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div arial=&quot;&quot; black=&quot;&quot; gadget=&quot;&quot; sans-serif=&quot;&quot; style=&quot;height: auto; text-align: left; width: auto%;&quot;&gt;
&lt;h3 style=&quot;text-align: center;&quot;&gt;
&lt;b&gt;Add Android Lock pattern for Windows 7 and Windows 8&lt;/b&gt;&lt;/h3&gt;
&lt;div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKeffsW_QzEaLmEkMi3hjf4gvJUc_4o2turl7AiuZfSLbmQFrw6J4G4XgqiCU7OIoSDan7EhkGK35AD5TX3pPX8ShWrvvsph3jZEfTz5UDk__0E6ZPPL0Bg7_r0XR5vQc6y0Si5YvRv9Tw/s1600/MainInterface1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKeffsW_QzEaLmEkMi3hjf4gvJUc_4o2turl7AiuZfSLbmQFrw6J4G4XgqiCU7OIoSDan7EhkGK35AD5TX3pPX8ShWrvvsph3jZEfTz5UDk__0E6ZPPL0Bg7_r0XR5vQc6y0Si5YvRv9Tw/s1600/MainInterface1.jpg&quot; height=&quot;300&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/div&gt;
&amp;nbsp;Hello frnds today I gonna share about how to add android lock patter for windows. Its really amazing trick to use full for protect your files. When you enter the windows password then lock pattern to display and give the lock pattern.&lt;br /&gt;
&lt;br /&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
The pattern Lock software name is&amp;nbsp;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;u&gt;&lt;b&gt;Eusing Maze Lock&amp;nbsp;&lt;/b&gt;&lt;/u&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;u&gt;&lt;b&gt;&lt;br /&gt;&lt;/b&gt;&lt;/u&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
This tool is the best Free Lock pattern software for windows.You can install your laptop or Pc and secure your personal data&#39;s while cracker remove your windows password.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Lock pattern size 3x3, 4x4 and 5x5.&lt;br /&gt;
&lt;br /&gt;
You first download this software and install your Pc/Laptop&lt;br /&gt;
&lt;br /&gt;
It&#39;s Fully free so you dont afraid, just click below link and then you start using this software...&lt;br /&gt;
&lt;br /&gt;
Lock screen when system is idle&lt;br /&gt;
&lt;br /&gt;
You can set custom background Picture.&lt;br /&gt;
&lt;br /&gt;
While 3 incorrect pattern then alarm will start&lt;br /&gt;
&lt;br /&gt;
You May also can get Backup ur Android lock patten&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;&lt;u&gt;Download link:-&lt;/u&gt;&lt;/b&gt;&lt;/h3&gt;
&lt;h3 style=&quot;text-align: left;&quot;&gt;
&lt;b&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif; font-size: large;&quot;&gt;&amp;nbsp;*&amp;nbsp;&lt;a href=&quot;http://www.regsw.com/download/EMLSetup.exe&quot; target=&quot;_blank&quot;&gt;Mirror 1&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style=&quot;font-family: Arial, Helvetica, sans-serif;&quot;&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; *&amp;nbsp;&lt;a href=&quot;http://www.eusing.com/Download/EMLSetup.exe&quot; style=&quot;line-height: 24px;&quot; target=&quot;_blank&quot;&gt;Mirror 2&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;b&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;*&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;http://www.hide-windows.com/Download/EMLSetup.exe&quot; target=&quot;_blank&quot;&gt;Mirror 3&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/h3&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjK_14ODVHKklkDYmSu4Lgrxt5bJyj_DFkkm03MQ4SpHpaitFQx9_1mWP7x7ySz1EhUwNq9lOHGpfBvpvtKwWRc083VVHo0j99GEecPnDrk74aWhmnxFgsNdY9qPO0ONdJkQ4UqTGT_CDB9/s1600/MainInterface.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjK_14ODVHKklkDYmSu4Lgrxt5bJyj_DFkkm03MQ4SpHpaitFQx9_1mWP7x7ySz1EhUwNq9lOHGpfBvpvtKwWRc083VVHo0j99GEecPnDrk74aWhmnxFgsNdY9qPO0ONdJkQ4UqTGT_CDB9/s1600/MainInterface.jpg&quot; height=&quot;300&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/3267221339937482167/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/02/how-to-add-android-lock-pattern-for.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/3267221339937482167'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/3267221339937482167'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/02/how-to-add-android-lock-pattern-for.html' title='Add Android Lock pattern for Windows 7 and Windows 8'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhKeffsW_QzEaLmEkMi3hjf4gvJUc_4o2turl7AiuZfSLbmQFrw6J4G4XgqiCU7OIoSDan7EhkGK35AD5TX3pPX8ShWrvvsph3jZEfTz5UDk__0E6ZPPL0Bg7_r0XR5vQc6y0Si5YvRv9Tw/s72-c/MainInterface1.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-7136403238120436918</id><published>2014-02-22T11:12:00.000+05:30</published><updated>2016-02-11T01:17:06.846+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Slider"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows Tricks"/><title type='text'>Download Songs/Videos in School/Colleges/Airtel Free Proxy using IDM</title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div arial=&quot;&quot; black=&quot;&quot; gadget=&quot;&quot; sans-serif=&quot;&quot; style=&quot;height: auto; text-align: left; width: auto%;&quot;&gt;
&lt;h2 style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;Download Songs/Videos in School/Colleges/Airtel Free Proxy&amp;nbsp;using IDM&lt;/span&gt;&lt;/h2&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: x-large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Trebuchet MS, sans-serif;&quot;&gt;In IDM you can download all files, but when the internet is provide using proxy address you must insert the proxy address in IDM then only download will be started. Otherwise download does not start. &amp;nbsp;The following way to insert the proxy address in IDM&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-size: large;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;ol style=&quot;text-align: left;&quot;&gt;
&lt;li&gt;&lt;span style=&quot;font-size: large;&quot;&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Open Internet Download manager,&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Times, Times New Roman, serif;&quot;&gt;Click &lt;b&gt;download&lt;/b&gt; and select &lt;b&gt;option&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaBbJ_AyrDQeiuRJoeD3HgfS-I20bCLKjZ1ea1ryrxFBEzJosdO2N9Zz19UA5Qwt93O8Qy761NUVeGKQNHSpAvk0L_CKg3vv9v85exKmV63vKY1P8LJx_83s48au44T6lEBd80kxaTpItt/s1600/idm.jpg&quot; imageanchor=&quot;1&quot; style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif; font-size: x-large; margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaBbJ_AyrDQeiuRJoeD3HgfS-I20bCLKjZ1ea1ryrxFBEzJosdO2N9Zz19UA5Qwt93O8Qy761NUVeGKQNHSpAvk0L_CKg3vv9v85exKmV63vKY1P8LJx_83s48au44T6lEBd80kxaTpItt/s1600/idm.jpg&quot; height=&quot;226&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif; font-size: large;&quot;&gt;Select &lt;/span&gt;&lt;b style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif; font-size: x-large;&quot;&gt;proxy/socks&lt;/b&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3m4nWJ_csaX6e75od37nq6qzqliaaf65rIWAv_jQfOda5CX7GtlgEDv_CyqWPutq0TaBRFVIqdEo7uLB9SE7zijq_leyk01l9WcAXwkHPfMdm5618JW57sRtjUozHLVzQzudq_A2r3Mih/s1600/idm1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif; font-size: x-large; margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3m4nWJ_csaX6e75od37nq6qzqliaaf65rIWAv_jQfOda5CX7GtlgEDv_CyqWPutq0TaBRFVIqdEo7uLB9SE7zijq_leyk01l9WcAXwkHPfMdm5618JW57sRtjUozHLVzQzudq_A2r3Mih/s1600/idm1.jpg&quot; height=&quot;259&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif; font-size: large;&quot;&gt;Click select &lt;/span&gt;&lt;b style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif; font-size: x-large;&quot;&gt;use proxy&lt;/b&gt;&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif; font-size: large;&quot;&gt; and type the proxy address like&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif; font-size: x-large;&quot;&gt;199.231.84.53&lt;/b&gt;&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif; font-size: large;&quot;&gt; and type port address &lt;/span&gt;&lt;b style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif; font-size: x-large;&quot;&gt;80.&amp;nbsp;&lt;/b&gt;&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgK8nNQ_DI65B-VmrH_N3zmOd8j-t3ZGeCn7EZxlN7McLZt8sQlY-dciw5iyagDc68hH43ZgCJtWd4Cp1wWidoZ3VL1iq2Dq0OkZ31W7hV_E0deowCvEVNZllY6JUJ2qQa_HAtsfMYk4u-O/s1600/idm2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif; font-size: x-large; margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgK8nNQ_DI65B-VmrH_N3zmOd8j-t3ZGeCn7EZxlN7McLZt8sQlY-dciw5iyagDc68hH43ZgCJtWd4Cp1wWidoZ3VL1iq2Dq0OkZ31W7hV_E0deowCvEVNZllY6JUJ2qQa_HAtsfMYk4u-O/s1600/idm2.jpg&quot; height=&quot;262&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;span style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif; font-size: large;&quot;&gt;click&amp;nbsp;&lt;/span&gt;&lt;b style=&quot;font-family: Times, &#39;Times New Roman&#39;, serif; font-size: x-large;&quot;&gt;OK&lt;/b&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Times, Times New Roman, serif; font-size: large;&quot;&gt;&amp;nbsp; &amp;nbsp; You may also insert your college proxy address here and can download all of them&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;.&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: left;&quot;&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/7136403238120436918/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/02/download-songsvideos-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/7136403238120436918'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/7136403238120436918'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/02/download-songsvideos-in.html' title='Download Songs/Videos in School/Colleges/Airtel Free Proxy using IDM'/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhaBbJ_AyrDQeiuRJoeD3HgfS-I20bCLKjZ1ea1ryrxFBEzJosdO2N9Zz19UA5Qwt93O8Qy761NUVeGKQNHSpAvk0L_CKg3vv9v85exKmV63vKY1P8LJx_83s48au44T6lEBd80kxaTpItt/s72-c/idm.jpg" height="72" width="72"/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8349857584958296359.post-8935256278446356356</id><published>2014-02-10T15:39:00.001+05:30</published><updated>2016-02-11T00:42:34.383+05:30</updated><category scheme="http://www.blogger.com/atom/ns#" term="Fun Tricks"/><category scheme="http://www.blogger.com/atom/ns#" term="Windows 7 funs"/><title type='text'>Make Free Calls voice sms and SMS </title><content type='html'>&lt;div dir=&quot;ltr&quot; style=&quot;text-align: left;&quot; trbidi=&quot;on&quot;&gt;
&lt;div arial=&quot;&quot; black=&quot;&quot; gadget=&quot;&quot; sans-serif=&quot;&quot; style=&quot;height: auto; text-align: left; width: auto%;&quot;&gt;
&lt;h2 style=&quot;text-align: center;&quot;&gt;
&lt;span style=&quot;font-family: Courier New, Courier, monospace; font-size: x-large;&quot;&gt;Make Free Calls&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; text-align: left;&quot;&gt;&lt;span style=&quot;font-size: x-large;&quot;&gt;voice sms&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-family: &#39;Courier New&#39;, Courier, monospace; font-size: x-large;&quot;&gt;&amp;nbsp;and SMS&amp;nbsp;&lt;/span&gt;&lt;/h2&gt;
&lt;div&gt;
&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/span&gt;&lt;span style=&quot;font-family: Georgia, Times New Roman, serif;&quot;&gt;&lt;br /&gt;&amp;nbsp;You can make free calls and sms via site2sms.com. It provide 60mins free live voice calls,voice sms unlimited sms. And it will also provide a your e-mail alert for your mobile phone&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
1. You need to register site2sms.com and then login it.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibYh6YJEtcbqjk2nLE5rCHE3_evOF3Ly3m66-mTpfWZ9quvuRkf0gM1We9ZPKQdduHQCHyK816Y2XgV7S0q_U4UgIn8RVvb6V7O_L5JCgeoJYwSuGCKzTv_gdgs0_cOhxJbK1y0m8rY4Ey/s1600/cal4.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibYh6YJEtcbqjk2nLE5rCHE3_evOF3Ly3m66-mTpfWZ9quvuRkf0gM1We9ZPKQdduHQCHyK816Y2XgV7S0q_U4UgIn8RVvb6V7O_L5JCgeoJYwSuGCKzTv_gdgs0_cOhxJbK1y0m8rY4Ey/s1600/cal4.jpg&quot; height=&quot;223&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
2. Select &quot;send sms&quot;.&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9F5YrG9V8VTDO2nkjedTUdMAr_0EaQIRGNgfsaq8XcHjdxQphYnT_STrJRWSXcQyg7ANlRhVWq2X__XE4_av__EcEXYR01FRTPHvBe8OhGYisoB8zOg1fFOHW6GUleHrADYPWxwYG7uaL/s1600/cal3.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi9F5YrG9V8VTDO2nkjedTUdMAr_0EaQIRGNgfsaq8XcHjdxQphYnT_STrJRWSXcQyg7ANlRhVWq2X__XE4_av__EcEXYR01FRTPHvBe8OhGYisoB8zOg1fFOHW6GUleHrADYPWxwYG7uaL/s1600/cal3.jpg&quot; height=&quot;221&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
3. click &quot;live voice call&quot; and give a &quot;phone no&quot;.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZu8sPoMJcdolgiB7UrrDoBjFx9zOYKmtPiAoUfqRBIB5KMqjVTG7_6LkSEIBlNToHGBz6vFF9Y1lP2iMN8djhlVFOW0Xb5BZGC0Rh0axmLf9azYmCJJqtX6uwUonZwRo4KPgyjikCrxYR/s1600/cal2.jpg&quot; imageanchor=&quot;1&quot; style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgZu8sPoMJcdolgiB7UrrDoBjFx9zOYKmtPiAoUfqRBIB5KMqjVTG7_6LkSEIBlNToHGBz6vFF9Y1lP2iMN8djhlVFOW0Xb5BZGC0Rh0axmLf9azYmCJJqtX6uwUonZwRo4KPgyjikCrxYR/s1600/cal2.jpg&quot; height=&quot;221&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsTBI7nsjyAb2jE1opGrVlUftKXaIQLNruEI0b3wHFK_ws0wOM0SpnED5IxuqVThObJg2wXSF1ClYDf3UJYAGyJYuW0NS7hyphenhyphenwAVvIe9ya7k04olsLKDu09z64V0R5p8mq7XStUf0ZFSCVY/s1600/cal1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsTBI7nsjyAb2jE1opGrVlUftKXaIQLNruEI0b3wHFK_ws0wOM0SpnED5IxuqVThObJg2wXSF1ClYDf3UJYAGyJYuW0NS7hyphenhyphenwAVvIe9ya7k04olsLKDu09z64V0R5p8mq7XStUf0ZFSCVY/s1600/cal1.jpg&quot; height=&quot;223&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
4. Then click Yes connect my call. They connect with your frnds.&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;
&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCjKYmVOrI5D-TJ7ndT2NG0veKX-6AO4KD-F9AUT-CtbbiUWHeSE0bc0VMnzWYyCbBbJQU4a_lkBhr44yV1pZsi4uMHz-XZdS6st7vNBt4csOLpPSVBNgKXm8hUsTcXhBMCnWlq7eeMWI4/s1600/cal.jpg&quot; imageanchor=&quot;1&quot; style=&quot;font-family: Georgia, &#39;Times New Roman&#39;, serif; margin-left: 1em; margin-right: 1em; text-align: center;&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjCjKYmVOrI5D-TJ7ndT2NG0veKX-6AO4KD-F9AUT-CtbbiUWHeSE0bc0VMnzWYyCbBbJQU4a_lkBhr44yV1pZsi4uMHz-XZdS6st7vNBt4csOLpPSVBNgKXm8hUsTcXhBMCnWlq7eeMWI4/s1600/cal.jpg&quot; height=&quot;223&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
&lt;br /&gt;&lt;/div&gt;
&lt;div&gt;
Enjoy with your frnds&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class=&quot;blogger-post-footer&quot;&gt;http://learn-windows7tricks.blogspot.com/feeds/posts/default&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://learn-windows7tricks.blogspot.com/feeds/8935256278446356356/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/02/make-free-calls-voice-sms-and-sms.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/8935256278446356356'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8349857584958296359/posts/default/8935256278446356356'/><link rel='alternate' type='text/html' href='http://learn-windows7tricks.blogspot.com/2014/02/make-free-calls-voice-sms-and-sms.html' title='Make Free Calls voice sms and SMS '/><author><name>Ilavarasan (Farmer)</name><uri>http://www.blogger.com/profile/08003660716007503187</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEibYh6YJEtcbqjk2nLE5rCHE3_evOF3Ly3m66-mTpfWZ9quvuRkf0gM1We9ZPKQdduHQCHyK816Y2XgV7S0q_U4UgIn8RVvb6V7O_L5JCgeoJYwSuGCKzTv_gdgs0_cOhxJbK1y0m8rY4Ey/s72-c/cal4.jpg" height="72" width="72"/><thr:total>0</thr:total></entry></feed>