<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://technetnepal.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>pArAs's Blog</title><link>http://technetnepal.net/blogs/parask/default.aspx</link><description>It is a personal technical blog</description><dc:language>en</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>The Registry Hacks</title><link>http://technetnepal.net/blogs/parask/archive/2011/04/25/the-registry-hacks.aspx</link><pubDate>Mon, 25 Apr 2011 06:07:00 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:2947</guid><dc:creator>Paras</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://technetnepal.net/blogs/parask/rsscomments.aspx?PostID=2947</wfw:commentRss><comments>http://technetnepal.net/blogs/parask/archive/2011/04/25/the-registry-hacks.aspx#comments</comments><description>&lt;p&gt;In my previous blog, I have stated the basic understanding of the Registry Editor. Now it’s time to edit the Registry practically.&lt;/p&gt;  &lt;p&gt;Here are some of the useful hacks in order to understand the power of registry editing&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Automatically Close Programs at Shutdown&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;To have Windows automatically close programs at shutdown, run the Registry Editor, and go to HKEY_CURRENT_USER\Control Panel\Desktop. Edit the AutoEndTasks key so that is has a value of 1. If the key doesn’t exist, create it as a DWORD value and give it the value of 1. To disable it, either delete    &lt;br /&gt;the key, or set the value to 0.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Disable Shutdown&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Go to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer. (In Win7, you may need to create the Explorer key.) Create a new DWORD value named NoClose with a data value of 1. Exit the Registry, and reboot for the change to take effect. You won’t be able to shut down Windows in the normal manner from now on; you’ll have to do using the Task Manager’s Shut    &lt;br /&gt;Down menu to close Windows. If this doesn’t work, delete the NoClose value and re enable normal shutdowns. In my practice I didn’t had to restart my computer to activate and I had to delete the key to deactivate this feature.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Change the Names of the Registered User and Company&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Run the Registry Editor, go to HKEY_LOCAL_MACHINE\ SOFTWARE\Microsoft\Windows NT\CurrentVersion, and look for the values RegisteredOwner and RegisteredOrganization. Edit their value data to whatever username and company name you want. This is normally available in those PCs which are loaded with the OS (like Windows 7 Home Premium) by the company itself.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Change the Amount of Time Before Programs Time Out&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;When an application hangs and might not respond for long as it might be doing heavy calculations in the background and won’t respond until the calculation is done. We can do registry hack to increase of decrease the amount of time it takes before Windows reports that the program has hung.&lt;/p&gt;  &lt;p&gt;Run the Registry Editor, and go to HKEY_CURRENT_USER\Control Panel\Desktop. Select the HungAppTimeout entry, and put in a new value (in milliseconds) If the entry does not exist, create it as a DWORD value. The default is 5000. Exit the Registry. You might need to reboot for the new setting to take effect. Try increasing the number in increments of 1,000 until you find a number that works.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Disable the Disk Cleanup Warning&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;If your hard disk has what Windows decides is too little space left on it, the operating system will pop up a warning and recommend that you run Disk Cleanup. But you might be like me and not want a virtual nanny nagging you to clean up your mess. You can turn off the warning with a Registry hack. Run the Registry Editor, and go to HKEY_CURRENT_USER\Software\Microsoft\Windows\    &lt;br /&gt;CurrentVersion\Policies\Explorer. (In Win7, you may need to create the Explorer key.) Create a DWORD value called NoLowDiskSpaceChecks and give it a value of 1. Exit the Registry, and reboot. Case solved.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;**&lt;strong&gt;&lt;em&gt;Avert disaster by backing up the Registry so that you’ll        &lt;br /&gt;always be able to revert to a clean copy. &lt;/em&gt;&lt;/strong&gt;    &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:759858dd-8a83-4953-8843-eb85a5d6f80f" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/registry+editor" rel="tag"&gt;registry editor&lt;/a&gt;,&lt;a href="http://technorati.com/tags/registry+hacks" rel="tag"&gt;registry hacks&lt;/a&gt;,&lt;a href="http://technorati.com/tags/windows+7+hacks" rel="tag"&gt;windows 7 hacks&lt;/a&gt;&lt;/div&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetnepal.net/aggbug.aspx?PostID=2947" width="1" height="1"&gt;</description><category domain="http://technetnepal.net/blogs/parask/archive/tags/registry/default.aspx">registry</category><category domain="http://technetnepal.net/blogs/parask/archive/tags/regedit/default.aspx">regedit</category><category domain="http://technetnepal.net/blogs/parask/archive/tags/registry+hacks/default.aspx">registry hacks</category></item><item><title>Understanding The Registry Editor</title><link>http://technetnepal.net/blogs/parask/archive/2011/04/24/understanding-the-registry-editor.aspx</link><pubDate>Sun, 24 Apr 2011 06:13:06 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:2945</guid><dc:creator>Paras</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://technetnepal.net/blogs/parask/rsscomments.aspx?PostID=2945</wfw:commentRss><comments>http://technetnepal.net/blogs/parask/archive/2011/04/24/understanding-the-registry-editor.aspx#comments</comments><description>&lt;p&gt;When it comes to hacking Windows, we need to know how to use the Registry which contains the underlying organization of the entire OS. The Registry is the single best tool available for hacking in windows, so we shouldn’t fear the Registry. The Registry is a hierarchical database of information that defines exactly how your system works, including virtually every part of Windows and its applications. Windows contains so many different settings and customizations that it simply wasn’t possible for Microsoft to build a graphical interface for every conceivable option. And many times it’s easier, and you get more options when you edit the Registry instead of using the graphical Windows interface. You can use Windows without ever editing the Registry—many users do—but advanced users understand its power tool status.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;The Five Logical Registry Hives:&lt;/p&gt;  &lt;p&gt;The Registry has thousands of settings. In fact, it often has tens of thousands of them. They are organized into five main Registry sections, called Registry hives. Think of each have as a root directory. Each hive has a different purpose but the settings in different hives may be exactly same.&lt;/p&gt;  &lt;p&gt;1. HKEY_CLASSES_ROOT    &lt;br /&gt;This hive contains information about file types, filename extensions, and similar information and how to handle them.&lt;/p&gt;  &lt;p&gt;2. HKEY_CURRENT_USER&lt;/p&gt;  &lt;p&gt;This hive contains configuration information about the system setup of the user that is currently logged in to Windows which manages&amp;#160; user’s rights &amp;amp; network connection.&lt;/p&gt;  &lt;p&gt;3.HKEY_LOCAL_MACHINE    &lt;br /&gt;This hive contains information about the computer itself, as well as the operating system including the entire hardware setup and the installed software.&lt;/p&gt;  &lt;p&gt;4. HKEY_USERS    &lt;br /&gt;This hive contains information about every user profile on the system.&lt;/p&gt;  &lt;p&gt;5. HKEY_CURRENT_CONFIG    &lt;br /&gt;This hive contains information about the current hardware configuration of the system&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Using Keys and Values      &lt;br /&gt;&lt;/strong&gt;Each hive is at the top of the hierarchy, and underneath each hive are keys, which can in turn contain&amp;#160; subkeys, and those subkeys can contain subkeys, and so on, organized in folder like fashion, much like a hard drive.&lt;/p&gt;  &lt;p&gt;A key can contain one or more values. Here are the six primary datatypes of values in the Registry:&lt;/p&gt;  &lt;p&gt;REG_SZ (string value)    &lt;br /&gt;This datatype is easy to understand and edit because it is made up of plain text and numbers. It is one of the most common datatypes in the Registry.&lt;/p&gt;  &lt;p&gt;REG_MULTI_SZ (string array value)    &lt;br /&gt;This datatype contains several strings of plain text and numbers. The Registry Editor will let you edit these values, but it won’t let you create them.     &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;REG_EXPAND_SZ (expanded string value)    &lt;br /&gt;This datatype contains variables that Windows uses to point to the location of files. For example, to point to the location of the nature theme file, the expanded string value in the Registry is %SystemRoot%\resources\Themes\nature.theme.&lt;/p&gt;  &lt;p&gt;REG_BINARY (binary value)    &lt;br /&gt;This datatype is made up of binary data: 0s and 1s. As a general rule, you won’t edit binary values; instead you’ll edit string values because they’re made up of text and numbers.&lt;/p&gt;  &lt;p&gt;REG_DWORD (DWORD values)    &lt;br /&gt;This datatype is represented as a number. Sometimes a 0 turns on the key or a 1 turns off the key, though it can use other numbers as well. While you see and edit the value as a number, such as 456, the Registry itself views the number as a hexadecimal number, 1C8.&lt;/p&gt;  &lt;p&gt;REG_QWORD (QWORD values)    &lt;br /&gt;This is like REG_DWORD, except that it can hold larger values. A DWORD holds 32 bits (D stands for double, and Q stands for quad), and a QWORD holds 64 bits.&lt;/p&gt;  &lt;p&gt;This is the basic things we need to understand about the Registry Editor in order to use it and handle it properly. In the next blog, I will put some examples so that every one can understand the power of registry editor.&lt;/p&gt;  &lt;div&gt;   &lt;div style="padding-bottom:0px;margin:0px;padding-left:0px;padding-right:0px;display:inline;float:none;padding-top:0px;" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:c686fea5-42b0-45e1-b0d7-148e3bb66ea0" class="wlWriterEditableSmartContent"&gt;Technorati Tags: &lt;a href="http://technorati.com/tags/registry+editor" rel="tag"&gt;registry editor&lt;/a&gt;,&lt;a href="http://technorati.com/tags/windows+7+hacks" rel="tag"&gt;windows 7 hacks&lt;/a&gt;,&lt;a href="http://technorati.com/tags/registry" rel="tag"&gt;registry&lt;/a&gt;&lt;/div&gt; &lt;/div&gt;  &lt;p&gt;**&lt;strong&gt;&lt;em&gt;Avert disaster by backing up the Registry so that you’ll        &lt;br /&gt;always be able to revert to a clean copy.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetnepal.net/aggbug.aspx?PostID=2945" width="1" height="1"&gt;</description><category domain="http://technetnepal.net/blogs/parask/archive/tags/registry/default.aspx">registry</category><category domain="http://technetnepal.net/blogs/parask/archive/tags/regedit/default.aspx">regedit</category><category domain="http://technetnepal.net/blogs/parask/archive/tags/hacks/default.aspx">hacks</category></item><item><title>WIN7 hack: Speed Up Boot and Shutdown Times</title><link>http://technetnepal.net/blogs/parask/archive/2011/03/19/win7-hack-speed-up-boot-and-shutdown-times.aspx</link><pubDate>Sat, 19 Mar 2011 12:12:47 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:2914</guid><dc:creator>Paras</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://technetnepal.net/blogs/parask/rsscomments.aspx?PostID=2914</wfw:commentRss><comments>http://technetnepal.net/blogs/parask/archive/2011/03/19/win7-hack-speed-up-boot-and-shutdown-times.aspx#comments</comments><description>&lt;p&gt;No matter how fast our PC boots, it’s not fast enough. Lets shorten the time it takes for our desktop to appear when    &lt;br /&gt;we turn on our PC and make Windows shut down faster with following few hacks which are described below:&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Confirm That Boot Defragmentation Is Enabled:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;There’s a simple way to speed up Windows startup: make our system do a boot defragment, which    &lt;br /&gt;puts all the boot files next to one another on our hard disk. When boot files are in close proximity to one another, our system will start faster.&lt;/p&gt;  &lt;p&gt;HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Dfrg\BootOptimizeFunction &lt;/p&gt;  &lt;p&gt;After running regedit on run command window, edit the Enable string value to Y if it is not already set to Y. Exit the Registry and reboot. The next    &lt;br /&gt;time we reboot, our computer will perform a boot defragment.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;**&lt;/strong&gt;Many web sites are found to suggest a way of speeding up boot times for Windows XP that might in fact slow down the amount of time it takes to boot up and probably slow down launching applications as well. The tip recommends going to C:\WINDOWS\Prefetch directory and emptying it every week. Windows uses this directory to speed up launching applications. It analyzes the files we use during startup and the applications we launch, and it creates an index to where those files and applications are located on our hard disk. By using this index, Windows can launch files and applications faster. So, by emptying the directory, we are most likely slowing down launching applications.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Fine-Tune Registry for Faster Startups:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;Over time, our Registry can become bloated with unused entries, slowing down our system    &lt;br /&gt;startup because our system loads them every time we start up our PC. Get a Registry cleanup     &lt;br /&gt;tool to delete unneeded Registry entries and speed up startup times. Using Free Registry Cleaner     &lt;br /&gt;(www.eusing.com/free_registry_cleaner/registry_cleaner.htm), shown in Figure, is an excellent     &lt;br /&gt;Registry cleanup tool. It combs our Registry for outdated and useless entries and then lets us     &lt;br /&gt;choose which entries to delete and which to keep. It also lets we restore our Registry if we run     &lt;br /&gt;into a problem.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technetnepal.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/parask/image_5F00_2415A980.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="clip_image001" border="0" alt="clip_image001" src="http://technetnepal.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/parask/clip_5F00_image001_5F00_741769CC.png" width="705" height="324" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Registry cleanup tool combs our Registry for outdated and useless entries and then lets us    &lt;br /&gt;choose which entries to delete and which to keep. It also lets us restore our Registry if we run     &lt;br /&gt;into a problem.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Don’t have Windows clear our paging file at shutdown:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;For security reasons, we can have Windows clear our paging file (pagefile.sys) contents    &lt;br /&gt;whenever we shut down. However, clearing the paging file can slow shutdown times significantly, so if extreme     &lt;br /&gt;security isn’t a high priority, we might not want to clear it.     &lt;br /&gt;To shut down Windows without clearing our paging file, run the Registry Editor and go to:     &lt;br /&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management     &lt;br /&gt;Change the value of ClearPageFileAtShutdown to 0. (It may already be set to this). Close the Registry and restart computer. Whenever we turn off Windows from now on, the paging file won’t be cleared, and we should be able to shut down more quickly.     &lt;br /&gt;&lt;strong&gt;**&lt;/strong&gt;One simple way to speed up shutdown (and startup) times is to not ever actually shut down our PC. Instead,     &lt;br /&gt;use sleep or hibernate modes. They use very little power, and shut down and start up our PC far more quickly     &lt;br /&gt;than when we shut off the power completely.&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Changing the waiting time during shutdown:&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;Sometimes it takes Windows a long time to shut down because it’s waiting to see whether a service will stop on its own before prompting we to manually shut it down. Windows, by default, waits 15 seconds before prompting us, which can sometimes seem interminable. We can hack the Registry to have Windows ask we sooner than 15 seconds. Run the Registry Editor and go to:    &lt;br /&gt;HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control     &lt;br /&gt;Look for the WaitToKillServiceTimeout value. By default, it’s set to 15000 (15,000 milliseconds).     &lt;br /&gt;Change it to another number, in milliseconds—such as 10000, which would have Windows wait 10seconds instead of 15 before prompting we. It’s a good idea to start off lowering the number in     &lt;br /&gt;increments of not more than five seconds, to see how our computer responds. And don’t set it to     &lt;br /&gt;lower than 5000, or we might lose data or our PC might not shut down properly.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Shutting off applications and services that we don’t need at startup:&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;One of the best ways to speed up our PC without having to spend money on extra RAM is to stop    &lt;br /&gt;unnecessary programs and services from running whenever we start our PC. When too many     &lt;br /&gt;programs and services run automatically every time we start up our system, startup itself takes a     &lt;br /&gt;long time—and too many programs and services running simultaneously can bog down our CPU     &lt;br /&gt;and hog our memory. &lt;/p&gt;  &lt;p&gt;To do this, go to command window, run msconfig and then go to startup tab. Now uncheck the programs that we don’t need to be started up automatically. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://technetnepal.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/parask/image_5F00_7F1082AF.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="clip_image002" border="0" alt="clip_image002" src="http://technetnepal.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/parask/clip_5F00_image002_5F00_1168AD98.png" width="735" height="372" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetnepal.net/aggbug.aspx?PostID=2914" width="1" height="1"&gt;</description><category domain="http://technetnepal.net/blogs/parask/archive/tags/win7+hacks/default.aspx">win7 hacks</category><category domain="http://technetnepal.net/blogs/parask/archive/tags/faster+boot/default.aspx">faster boot</category></item><item><title>Startup Weekend</title><link>http://technetnepal.net/blogs/parask/archive/2011/03/17/startup-weekend.aspx</link><pubDate>Thu, 17 Mar 2011 03:15:47 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:2912</guid><dc:creator>Paras</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://technetnepal.net/blogs/parask/rsscomments.aspx?PostID=2912</wfw:commentRss><comments>http://technetnepal.net/blogs/parask/archive/2011/03/17/startup-weekend.aspx#comments</comments><description>&lt;p&gt;This is a place to build own community or own companies.&lt;/p&gt;  &lt;p&gt;Less talk, All action.&lt;/p&gt;  &lt;p&gt;This is about 54 hour event going to be organized on April 15-17(Date may vary later) at Banepa Training Center with full residential arrangements on a nominal fee of registration. The event has targeted 75 participants along with 50-50 percentage of technical and non-technical participants.&lt;/p&gt;  &lt;p&gt;What do we get on Startup Weekend:&lt;/p&gt;  &lt;p&gt;· Experimental education&lt;/p&gt;  &lt;p&gt;· Co-founder dating&lt;/p&gt;  &lt;p&gt;· Build our network&lt;/p&gt;  &lt;p&gt;· Learn new skills&lt;/p&gt;  &lt;p&gt;· Learn how to launch a business (&amp;amp; actually do it)&lt;/p&gt;  &lt;p&gt;· Mentorship&lt;/p&gt;  &lt;p&gt;· Get access to valuable startup resources&lt;/p&gt;  &lt;p&gt;This Startup Weekend event has targeted to promote IT entrepreneurship by respecting local ideas and building local capacities in Nepal. This is the correct platform for sustainable entrepreneurship, which is most necessary in the context of Nepal. Besides these we can have collaboration with various entrepreneurs and will be able to link with global communities. This event will definitely help us with networking at local and international level.&lt;/p&gt;  &lt;p&gt;For more information&amp;#160;&amp;#160; &lt;a href="http://nepal.startupweekend.org/"&gt;http://nepal.startupweekend.org/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetnepal.net/aggbug.aspx?PostID=2912" width="1" height="1"&gt;</description></item><item><title>A Road to Imagine Cup 2011, USA</title><link>http://technetnepal.net/blogs/parask/archive/2011/03/07/a-road-to-imagine-cup-2011-usa.aspx</link><pubDate>Mon, 07 Mar 2011 12:47:00 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:2898</guid><dc:creator>Paras</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://technetnepal.net/blogs/parask/rsscomments.aspx?PostID=2898</wfw:commentRss><comments>http://technetnepal.net/blogs/parask/archive/2011/03/07/a-road-to-imagine-cup-2011-usa.aspx#comments</comments><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;The Imagine Cup is all about solving the toughest problems,
like hunger, poverty,health,education,etc. in the world with the help of
technology. It has been started since 2003 with only 1000 competitors and this
year this is going to be organized at USA. This time 3,75,000 competitors are
taking part and more than 3,00,000 have already registered. This competition
deals around with the social cause around the world that needs to be solved as
soon as possible.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;The main reasons for participation are like:&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst"&gt;&lt;span&gt;&lt;span&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Learn new skills&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Make new friends of international level&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast"&gt;&lt;span&gt;&lt;span&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Last but not the least, to change the world&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;The imagine cup has 5 competitions in the subjects like:&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpFirst"&gt;&lt;span&gt;&lt;span&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Software Design&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Embedded Design&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Game Design&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Digital media&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Windows phone 7&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;IT challenge&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpMiddle"&gt;&lt;span&gt;&lt;span&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Orchard challenge&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoListParagraphCxSpLast"&gt;&lt;span&gt;&lt;span&gt;&amp;middot;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;Windows 7&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span&gt;In order to get participated, all we have to get a project
with a world changing concept and a team of 5 members(4 students and 1
faculty).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetnepal.net/aggbug.aspx?PostID=2898" width="1" height="1"&gt;</description><category domain="http://technetnepal.net/blogs/parask/archive/tags/imagine+cup/default.aspx">imagine cup</category></item><item><title>Dual Boot for</title><link>http://technetnepal.net/blogs/parask/archive/2010/09/07/dual-boot-for.aspx</link><pubDate>Tue, 07 Sep 2010 04:11:00 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:2646</guid><dc:creator>Paras</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://technetnepal.net/blogs/parask/rsscomments.aspx?PostID=2646</wfw:commentRss><comments>http://technetnepal.net/blogs/parask/archive/2010/09/07/dual-boot-for.aspx#comments</comments><description>&lt;p&gt;
	








&lt;/p&gt;
&lt;p style="margin-left:1in;margin-top:0.08in;line-height:0.18in;"&gt;&lt;span style="color:#000000;"&gt;&lt;b&gt;&lt;span style="font-size:x-large;"&gt;Windows
Server 2008&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-left:1in;margin-top:0.08in;line-height:0.18in;"&gt;&lt;span style="color:#000000;"&gt;&lt;b&gt;&lt;span style="font-size:x-large;"&gt;&lt;/span&gt;&lt;/b&gt;&lt;span style="font-family:Segoe,sans-serif;"&gt;&lt;span style="font-size:x-small;"&gt;&lt;span style="font-size:small;"&gt;&lt;span style="font-family:Segoe UI,sans-serif;"&gt;Windows
Server 2008, built with web and virtualization technologies, is the
most robust, secure, and reliable foundation on which to develop,
deliver, and manage rich user experiences and applications.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-left:1in;margin-top:0.08in;line-height:0.18in;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin-left:1in;margin-top:0.08in;line-height:0.18in;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;To
be a MTA on &amp;ldquo;fundamentals on Windows Server 2008&amp;rdquo;, a test
comprising the 14 modules should be passed successfully. The 14
modules involved are:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-bottom:0in;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;Network
	Infrastructure&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;TCP/IP&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;Installing
	and Configuring Windows Server&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;Windows
	Server Roles&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;Implementing
	Active Directory Domain Service&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;Active
	Directory Lightweight Directory Services&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;Active
	Directory Rights Management Services&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;Active
	Directory Federation Services&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;Implementing
	Windows Server Security&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;Implementing
	network software&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;Implementing
	Security software&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;Monitoring
	Server performance&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;Maintaining
	Windows Server&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;Network
	load balancing fundamentals&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="margin-bottom:0in;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;If
you are planning to learn about Windows Server 2008 and want to
install it (usually for academic purposes) on your PC without
hampering the existing OS, then &lt;b&gt;dual-boot &lt;/b&gt;facility is
available. T&lt;span&gt;his allows you&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;to
use either OS. Windows Server 2008 would be in its own partition even
for even 10GB available space at your hard disk&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;.
&lt;/span&gt;&lt;span style="font-size:medium;"&gt;You can dual-boot Windows Server 2008 with
Windows 2000 and later Windows OSs, both client and server. In all
cases, you must have installed the other OS before installing Windows
Server 2008. If you are installing Windows Server 2008 on a computer
that already has a dual-boot environment, Windows Server 2008 Setup
will create a third boot environment in which you can boot all three
OSs&lt;i&gt;.&lt;/i&gt; If you dual-boot, you need to use at least two different
partitions to keep the two OSs separate so that the Windows Server
2008 installation does not replace any of the original OS&amp;rsquo;s files..
To dual-boot, you must partition a drive to divide it between the
OSs. Windows Server 2008 installation does not replace any of the
original OS&amp;rsquo;s files.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-bottom:0in;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;Dual-booting
also has significant drawbacks:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;You
	must install Windows Server 2008 in a separate partition so that it
	doesn&amp;rsquo;t overwrite any of the files belonging to the original OS.
	This means that you must reinstall all the applications you want to
	run under Windows Server 2008and you must reestablish all your
	settings, as you do in a clean install.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;You
	may have to handle some complex file-system compatibility issues.
	See the discussion following this list of bulleted items.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;
	&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;In a dual-booting
	situation, the Plug and Play features of prior OSs and Windows
	Server 2008 could cause a device not to work properly in one OS
	because the other OS reconfigured it.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;Dual-booting
	takes up additional disk space with two complete OSs.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;span style="font-family:Times New Roman,serif;"&gt;&lt;span style="font-size:medium;"&gt;Dual-booting
	makes the operating environment more complex than it would be
	otherwise&lt;/span&gt;&lt;span style="font-size:x-small;"&gt;.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p style="margin-bottom:0in;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin-bottom:0in;"&gt;&lt;span style="color:#000000;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p style="margin-bottom:0in;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin-bottom:0in;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin-bottom:0in;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin-bottom:0in;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin-bottom:0in;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="margin-bottom:0in;"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetnepal.net/aggbug.aspx?PostID=2646" width="1" height="1"&gt;</description><category domain="http://technetnepal.net/blogs/parask/archive/tags/Dual+boot+for+Windows+Server+2008/default.aspx">Dual boot for Windows Server 2008</category></item></channel></rss>
