<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; reboot</title> <atom:link href="http://www.ghacks.net/tag/reboot/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 16:53:42 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Speed up your Ubuntu machine boot time</title><link>http://www.ghacks.net/2010/07/12/speed-up-your-ubuntu-machines-boot-time/</link> <comments>http://www.ghacks.net/2010/07/12/speed-up-your-ubuntu-machines-boot-time/#comments</comments> <pubDate>Mon, 12 Jul 2010 11:21:04 +0000</pubDate> <dc:creator>Jack Wallen</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Tutorials Advanced]]></category> <category><![CDATA[grub]]></category> <category><![CDATA[linux bootup]]></category> <category><![CDATA[reboot]]></category> <category><![CDATA[start-up]]></category> <category><![CDATA[ubuntu]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=28143</guid> <description><![CDATA[Are you desperately searching for ways to finally reach that elusive 10 second boot time? You certainly heard that Ubuntu 10.04 has the capability of doing just that right? It can&#8230;but you have to help it along. One of the ways you can help your boot time is removing unnecessary services and drivers that are [...]]]></description> <content:encoded><![CDATA[<p>Are you desperately searching for ways to finally reach that elusive 10 second boot time? You certainly heard that Ubuntu 10.04 has the capability of doing just that right? It can&#8230;but you have to help it along. One of the ways you can help your boot time is removing unnecessary services and drivers that are loaded at boot time. Fortunately, this isn&#8217;t something you have to manually do. How is this? There is a tool that can help the Grub boot loader learn what it is you need at start up. This tool is called profile.</p><p>Profile is not a tool you install, or run from the command line. Instead, profile is an option you add to your grub configuration file to inform the boot loader you want to create a profile  during the next boot loading sequence. In this article I am going to show you how to profile your grub boot sequence for a faster boot process.</p><p><span
id="more-28143"></span><strong>How this works</strong></p><p>When you boot up your machine Grub does a search for all the necessary drivers to load. This takes time. Instead of making Grub search for these drivers, the profiling actually makes Grub remember every driver necessary to work, thereby cutting down all of the driver load times.</p><p>This is a proven technique that can help the boot process. It has actually been around since Ubuntu 6.04, so it has been tested and tested and does work. I will make this normal disclaimer. Even though Grub profile works, anytime you deal with your bootloader you take the chance that you can render your machine unbootable. So you use this tool at your own risk. Don&#8217;t take that to mean profile is a dangerous tool and your machine will wind up bricked and mocking you&#8230;that is just to say should something happen, you were warned.</p><p><strong>How to add profiling</strong></p><p>To do this you are going to have to modify your <strong>/etc/default/grub </strong>file. The edits are not challenging at all. So, open up a terminal window and get ready to work.</p><p>The line you are looking for is:</p><p><em>GRUB_CMDLINE_LINUX_DEFAULT=&#8221;quiet splash&#8221;</em></p><p><em></em>This is the line that gives the options to Grup upon boot. You need to add one more option to that line so it now looks like:</p><p><em>GRUB_CMDLINE_LINUX_DEFAULT=&#8221;quiet splash profile&#8221;</em></p><p>Save that file and then issue the command:</p><p><em>sudo update-grub2</em></p><p>You are ready to reboot your machine.</p><p>During this next boot time you will see a noticeable SLOW DOWN. This is normal because Grub is now running the profile. This is quite necessary.</p><p>Once the boot up is complete, open up that <strong>/etc/default/grub</strong> file, remove the <em>profile</em> entry you just added, and re-run the command <em>sudo update-grub2</em>. Now reboot your machine again and see if you don&#8217;t notice a distinct speed increase in your boot times.</p><p><strong>Final thoughts</strong></p><p>There are so many ways to speed up the boot process of your Ubuntu Linux machine. This process, however, is one of the ones that will truly speed up the process and is tested and safe to use. You should gain some noticeable increases and should even speed up after 2 or 3 more start ups.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/07/12/speed-up-your-ubuntu-machines-boot-time/feed/</wfw:commentRss> <slash:comments>16</slash:comments> </item> <item><title>Disable Restart After Windows Update</title><link>http://www.ghacks.net/2010/06/12/disable-restart-after-windows-update/</link> <comments>http://www.ghacks.net/2010/06/12/disable-restart-after-windows-update/#comments</comments> <pubDate>Sat, 12 Jun 2010 19:36:09 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[automatic restart]]></category> <category><![CDATA[automatic-updates]]></category> <category><![CDATA[reboot]]></category> <category><![CDATA[restart]]></category> <category><![CDATA[windows tips]]></category> <category><![CDATA[windows-update]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=26494</guid> <description><![CDATA[Windows Update is an essential Windows service that will by default automatically download and install updates. This ensures that Windows users are always getting the latest security updates whenever they are released by Microsoft. Windows update will prompt to restart the computer so that the updates can be applied. The Internet is full of users [...]]]></description> <content:encoded><![CDATA[<p>Windows Update is an essential Windows service that will by default automatically download and install updates. This ensures that Windows users are always getting the latest security updates whenever they are released by Microsoft.</p><p>Windows update will prompt to restart the computer so that the updates can be applied. The Internet is full of users who complain about this feature as it has interrupted work or other computer activities with some stating that they lost work because of the reboot.</p><p><span
id="more-26494"></span><div
id="attachment_26496" class="wp-caption alignnone" style="width: 426px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/windows_update1.png" alt="windows update" title="windows update" width="416" height="236" class="size-full wp-image-26496" /><p
class="wp-caption-text">windows update</p></div></p><p>Some operating systems might provide an option to postpone the restart by 10 minutes, 1 hour or 4 hours. This can be repeated if the prompt reappears.</p><p>Three options are available to turn off the automatic restart of the PC after new Windows updates have been downloaded to the computer system. Please note that turning of Automatic Updates is not recommended and therefor not an option that we will discuss here.</p><p><strong>Option 1: Stopping the Windows Update Service</strong></p><p>This is a temporary solution. It will stop the service that is responsible for downloading and installing updates in Windows. Stopping the service will stop the automatic restart prompt in that session. The command has to be issued at the command line or by stopping the service in the services configuration menu.</p><p>To open the command open the Start Menu, click on All Programs, locate Accessories, right-click the command prompt entry and select to run it as an administrator. Please note that the path to the command prompt entry might differ depending on the Windows version installed.</p><p>Now enter the command <em>net stop wuauserv</em> and hit enter. A message should be displayed that states that the Windows Update Service was stopped successfully.</p><div
id="attachment_26495" class="wp-caption alignnone" style="width: 510px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/stop_windows_update_service-500x156.png" alt="stop windows update service" title="stop windows update service" width="500" height="156" class="size-medium wp-image-26495" /><p
class="wp-caption-text">stop windows update service</p></div><p>It is also possible to issue the command <em>shutdown -a</em> to prevent a shutdown if the shutdown window is already displayed (windows will shut down in ..).</p><p><strong>Option 2: Using Group Policies</strong></p><p>Group Policies are not available in all editions of Microsoft Windows. It is usually the Home and Basic editions that do not offer this.</p><p>Windows XP: Available only in Windows XP Professional<br
/> Windows Vista: Available in Windows Vista Business and Ultimate / Enterprise<br
/> Windows 7: Available in Windows 7 Professional and Ultimate</p><p>The Group Policy Editor can be started by clicking on start and typing in gpedit.msc in the run box. Windows XP users need to select Run first and enter the filename afterwards.</p><p>Use the left sidebar to navigate to Computer Configuration > Administrative Templates > Windows Components > Windows Update.</p><div
id="attachment_26497" class="wp-caption alignnone" style="width: 510px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/no_auto-restart-automatic-updates-500x342.png" alt="no auto-restart automatic updates" width="500" height="342" class="size-medium wp-image-26497" /><p
class="wp-caption-text">no auto-restart automatic updates</p></div><p>Locate the No auto-restart with logged on users for scheduled automatic updates installations. Right-click the entry and select Edit from the menu. This opens a new window. Select Enable to activate the option.</p><blockquote><p>Specifies that to complete a scheduled installation, Automatic Updates will wait for the computer to be restarted by any user who is logged on, instead of causing the computer to restart automatically.</p><p>If the status is set to Enabled, Automatic Updates will not restart a computer automatically during a scheduled installation if a user is logged in to the computer. Instead, Automatic Updates will notify the user to restart the computer.</p></blockquote><p>Setting this to enabled will prevent the automatic restart of the PC for as long as the user is logged into the system.</p><div
id="attachment_26498" class="wp-caption alignnone" style="width: 510px"><img
src="http://www.ghacks.net/wp-content/uploads/2010/06/disable-restart-after-windows-update-500x458.png" alt="disable restart after windows update" width="500" height="458" class="size-medium wp-image-26498" /><p
class="wp-caption-text">disable restart after windows update</p></div><p>Please note that this entry might be different depending on the Windows version. The above is valid for Windows 7 Professional.</p><p><strong>Option 3: Configuring the Windows Registry</strong></p><p>The last option to change the Windows Update behavior permanently is located in the Windows Registry. Open the Windows Registry by clicking the start button and typing in regedit in the run form. This opens the Registry Editor.</p><p>Locate the key <em>HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU</em>. If it does not exist create it.</p><p>Create a New Dword (32-bit) and name it <em>NoAutoRebootWithLoggedOnUsers</em>. Set the value to 1 to turn the feature on. Please note that this will change the automatic restart window to display an option to postpone the restart. This feature is already enabled in Windows 7 which is why Windows 7 users do not need it. Windows XP users on the other hand get an option to postpone the updates.</p><p><strong>Bonus: Software for the lazy</strong></p><p>Several programs have been created to automate some of the processes above. The freeware <a
href="http://www.persistenceunlimited.com/2008/06/freeware-turn-off-windows-update-restart-nag/">Turn Off Windows Update Restart Nag</a> for instance turns of the Windows Update service when it is executed. Another software is <a
href="http://www.intelliadmin.com/index.php/downloads/">Automatic Reboot Remover</a> (officially only working on Windows XP)</p><p>How to do you handle automatic restarts after updates in Windows?</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/06/12/disable-restart-after-windows-update/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Reboot Computer Into Different Operating Systems</title><link>http://www.ghacks.net/2009/09/20/reboot-computer-into-different-operating-systems/</link> <comments>http://www.ghacks.net/2009/09/20/reboot-computer-into-different-operating-systems/#comments</comments> <pubDate>Sun, 20 Sep 2009 19:35:30 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[ireboot]]></category> <category><![CDATA[reboot]]></category> <category><![CDATA[reboot computer]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=16526</guid> <description><![CDATA[Some computer users use several operating side by side. Could be an avid Linux user who likes to play the occasional game in Windows, a Windows user who installed a test version of the upcoming Windows 7 operating system next to the standard operating system or simply someone who needs different operating systems for different [...]]]></description> <content:encoded><![CDATA[<p>Some computer users use several operating side by side. Could be an avid Linux user who likes to play the occasional game in Windows, a Windows user who installed a test version of the upcoming Windows 7 operating system next to the standard operating system or simply someone who needs different operating systems for different purposes. Users who want to switch to another operating system from the current one usually have to perform a task that requires their full attention. They need to press the reboot button, wait for the boot menu and select the right operating system from the selection.</p><p>iReboot makes rebooting into different operating systems more comfortable by providing the selection screen in the operating system. All a user would need to do to reboot the computer and load another operating system (or the same one) would be to select the operating system from the system tray icon.</p><p><span
id="more-16526"></span>The iReboot software would handle the rest. This means that users do not have to pay attention to the boot process, great for a quick stroll to the kitchen or restroom.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/09/reboot_computer.png" alt="reboot computer" title="reboot computer" width="169" height="169" class="alignnone size-full wp-image-16527" /></p><p>The program to reboot computers into different operating systems has a small memory footprint (roughly 2 Megabytes). It provides access to its features from the Windows system tray (<a
href="http://neosmart.net/dl.php?id=11">iReboot</a> via <a
href="http://www.intowindows.com/preselect-operating-system-you-want-to-reboot-into-using-ireboot/">Into Windows</a>)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/09/20/reboot-computer-into-different-operating-systems/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Don&#8217;t Reset!</title><link>http://www.ghacks.net/2008/06/15/dont-re_at/</link> <comments>http://www.ghacks.net/2008/06/15/dont-re_at/#comments</comments> <pubDate>Sun, 15 Jun 2008 10:07:04 +0000</pubDate> <dc:creator>joshua</dc:creator> <category><![CDATA[Windows]]></category> <category><![CDATA[computer]]></category> <category><![CDATA[reboot]]></category> <category><![CDATA[windows tips]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=4989</guid> <description><![CDATA[This is a incredibly handy little tip that I found in APC Magazine. When you’ve been working on your computer for a day or two and it’s starting to slow down and is struggling to open the start menu then it’s probably time to reset. Resetting clears the RAM and gets the system running fresh [...]]]></description> <content:encoded><![CDATA[<p>This is a incredibly handy little tip that I found in APC Magazine.</p><p>When you’ve been working on your computer for a day or two and it’s starting to slow down and is struggling to open the start menu then it’s probably time to reset. Resetting clears the RAM and gets the system running fresh again.</p><p>The Anonymous writer of <a
href="http://shippingseven.blogspot.com/">Shipping Seven</a> also had this suggestion:</p><p>Windows occasionally gets into a weird state where, well, things just stop working &#8211; the start menu doesn&#8217;t launch some apps anymore, clicking links in Internet Explorer doesn&#8217;t work, context menus stop working, etc.*</p><p><span
id="more-4989"></span><p>Instead of rebooting Windows to get things working again, try logging out and logging back in. When Windows (and the apps that plug into the Windows shell) get into some weird state, you don&#8217;t need to reboot; a logoff shuts down the Windows Explorer, and a logon loads it again.</p><p>This used to happen to me every now and again, but since SP1 It hasn’t happened once.</p><p>Alternatively there is a much easier way to get your computer running smoothly again and remove all the idle processed.</p><ul><li>Create a new shortcut on the desktop</li><li>In the input field type:</li></ul><p>“%windir%\system32\rundll32.exe advapi32.dll,ProcessIdleTasks”</p><ul><li>Click ‘next’ and name the shortcut.</li><li>When this shortcut is run the system should stop for a few seconds as it reclaims RAM before speeding up again as you use it.</li></ul><p>&#160;</p><p>Hope you find this useful.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/06/15/dont-re_at/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Superfast Shutdown for XP and Vista</title><link>http://www.ghacks.net/2007/03/18/superfast-shutdown-for-xp-and-vista/</link> <comments>http://www.ghacks.net/2007/03/18/superfast-shutdown-for-xp-and-vista/#comments</comments> <pubDate>Sun, 18 Mar 2007 12:55:55 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Operating Systems]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[freeware]]></category> <category><![CDATA[reboot]]></category> <category><![CDATA[shutdown]]></category> <category><![CDATA[superfast-shutdown]]></category> <category><![CDATA[vista]]></category> <category><![CDATA[xp]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2007/03/18/superfast-shutdown-for-xp-and-vista/</guid> <description><![CDATA[It sometimes takes ages to shutdown Windows XP and Windows Vista, most of the time when you are in a hurry. This can be caused by processes that are still open or not reacting. Windows tries to close those processes which can take a long time. If you don't have the time or patience to wait for the shutdown you might want to try the excellent freeware Superfast Shutdown which does exactly what the name suggests.]]></description> <content:encoded><![CDATA[<p>It sometimes takes ages to shutdown Windows XP and Windows Vista, most of the time when you are in a hurry. This can be caused by processes that are still open or not reacting. Windows tries to close those processes which can take a long time. If you don&#8217;t have the time or patience to wait for the shutdown you might want to try the excellent freeware Superfast Shutdown which does exactly what the name suggests.</p><p>The shutdown is almost immediate which means it is much faster than the shutdown with the usual registry tweaks that can be applied to reduce the timeout delay for processes. The freeware runs fine on Windows Vista and XP, you should just be aware that <a
target="_blank" href="http://www.xp-smoker.com/freeware.html" title="superfast shutdown">Superfast Shutdown </a>ignores everything that is still open and running. This could mean that you loose data that has not been saved. Make sure you save everything important before you activate the shutdown option.</p><p><span
id="more-1316"></span></p><p>Installing the freeware adds two shortcuts to your desktop. The first is called superfast shutdown and the second superfast reboot. Both options are great if you think that the normal shutdown and reboot procedure takes to long. Again, make sure that everything important is saved before you click on the shortcuts.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2007/03/18/superfast-shutdown-for-xp-and-vista/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Why Reboot ?</title><link>http://www.ghacks.net/2006/05/09/why-reboot/</link> <comments>http://www.ghacks.net/2006/05/09/why-reboot/#comments</comments> <pubDate>Tue, 09 May 2006 05:03:41 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tools]]></category> <category><![CDATA[explain reboot]]></category> <category><![CDATA[reboot]]></category> <category><![CDATA[why reboot]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/05/09/why-reboot/</guid> <description><![CDATA[Why the hell do I need to restart my computer after installing this software, it works without problems without rebooting. If you asked yourself this question the little why reboot application might be the answer. Why reboot is freeware and only 60k in size. What it does is that it will give you a listing of operations that windows will perform after rebooting. (those are the operations that the newly installed software wants to perform).]]></description> <content:encoded><![CDATA[<p>Why the hell do I need to restart my computer after installing this software, it works without problems without rebooting. If you asked yourself this question the little <a
target="_blank" href="http://exodusdev.com/products/whyreboot">why reboot</a> application might be the answer.</p><p>Why reboot is freeware and only 60k in size. What it does is that it will give you a listing of operations that windows will perform after rebooting. (those are the operations that the newly installed software wants to perform).</p><p><span
id="more-475"></span></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/05/09/why-reboot/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
