<?xml version="1.0" encoding="utf-8"?>
 
 
 
 
 

<rss version="2.0">
	<channel>

		<title>SysPanacea</title>
		<link>http://www.syspanacea.com</link>
		<description> </description>
		<lastBuildDate>Tue, 7 Sep 2010 08:11:54 GMT</lastBuildDate>
		<language>en-us</language>


<item>
	<title>&#60;b&#62;Get information about your processor in a single step.&#60;/b&#62;</title>
	<link>http://www.syspanacea.com</link>
	<guid>Wed, 9 Jun 2010 15:48:20 GMT</guid>
	<pubDate>Wed, 9 Jun 2010 15:48:20 GMT</pubDate>
	<description>&#60;b&#62;Get information about your processor in a single step.&#60;/b&#62;&#60;p&#62;From Run windows, type command &#60;b&#62;cmd /k echo %processor_architecture%&#60;/b&#62; and press enter. Command Windows 
will appear and display processor architecture. Eg: x86.</description>
	<category>Windows 7</category>
	<author>HelpnSupport@syspanacea.com (Help n Support)</author>
</item>


<item>
	<title>&#60;b&#62;Display a caption for message displayed during boot (before logging) in Windows 7.&#60;/b&#62;</title>
	<link>http://www.syspanacea.com</link>
	<guid>Fri, 14 May 2010 16:12:33 GMT</guid>
	<pubDate>Fri, 14 May 2010 16:12:33 GMT</pubDate>
	<description>&#60;b&#62;Display a caption for message displayed during boot (before logging) in Windows 7.&#60;/b&#62;&#60;p&#62;To display a message caption before logging, goto Run &#62; type Regedit and press OK. This will open Windows Registry Editor. Navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\Policies\System. On RHS double click on legalnoticecaption key. Type you message here. The message you type here, will be displayed during next boot.</description>
	<category>Windows 7</category>
	<author>HelpnSupport@syspanacea.com (Help n Support)</author>
</item>


<item>
	<title>&#60;b&#62;Display a message during boot (before logging) in Windows 7.&#60;/b&#62;</title>
	<link>http://www.syspanacea.com</link>
	<guid>Fri, 14 May 2010 16:10:42 GMT</guid>
	<pubDate>Fri, 14 May 2010 16:10:42 GMT</pubDate>
	<description>&#60;b&#62;Display a message during boot (before logging) in Windows 7.&#60;/b&#62;&#60;p&#62;To display a message before logging, goto Run &#62; type Regedit and press OK. This will open Windows Registry Editor. Navigate to HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\Policies\System. On RHS double click on legalnoticetext key. Type you message here. The message you type here, will be displayed during next boot.</description>
	<category>Windows 7</category>
	<author>HelpnSupport@syspanacea.com (Help n Support)</author>
</item>


<item>
	<title>&#60;b&#62;For better representation of graph in a cell, create Sparkline in Excel 2010.&#60;/b&#62;</title>
	<link>http://www.syspanacea.com</link>
	<guid>Thu, 13 May 2010 17:27:57 GMT</guid>
	<pubDate>Thu, 13 May 2010 17:27:57 GMT</pubDate>
	<description>&#60;b&#62;For better representation of graph in a cell, create Sparkline in Excel 2010.&#60;/b&#62;&#60;p&#62;To create a set off figures in a cell with Sparklines, on the Insert tab on the Ribbon, locate the Sparklines group. Select the type of Sparklines you want to insert, such as Line, Column, or Win/Loss. In the Create Sparklines dialog box, define your Data Range and Location Range, and then click OK.</description>
	<category>Ms-Excel</category>
	<author>HelpnSupport@syspanacea.com (Help n Support)</author>
</item>


<item>
	<title>&#60;b&#62;Fast browsing using IE8 by disabling Add-ons.&#60;/b&#62;</title>
	<link>http://www.syspanacea.com</link>
	<guid>Thu, 15 Apr 2010 16:47:33 GMT</guid>
	<pubDate>Thu, 15 Apr 2010 16:47:33 GMT</pubDate>
	<description>&#60;b&#62;Fast browsing using IE8 by disabling Add-ons.&#60;/b&#62;&#60;p&#62;For fast browsing in Internet Explorer, you can disable the Add-ons. All Internet Explorer add-ons, such as ActiveX controls or toolbars, will be turned off. Although, browser add-ons can add great new features to your browser, they can also introduce performance issues if written poorly. From Run Windows, type command &#60;b&#62;iexplore -extoff&#60;/b&#62; and click on OK button. This will launch Internet Explorer 8 without any add-ons.</description>
	<category>Internet Explorer</category>
	<author>HelpnSupport@syspanacea.com (Help n Support)</author>
</item>


<item>
	<title>&#60;b&#62;Enable the UAC through a single command.&#60;/b&#62;</title>
	<link>http://www.syspanacea.com</link>
	<guid>Tue, 30 Mar 2010 14:55:35 GMT</guid>
	<pubDate>Tue, 30 Mar 2010 14:55:35 GMT</pubDate>
	<description>&#60;b&#62;Enable the UAC through a single command.&#60;/b&#62;&#60;p&#62;To enable the UAC prompt, using a single command, run the following command in elevated command prompt or through Run&#60;br&#62;
&#60;b&#62;C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f&#60;/b&#62;&#60;br&#62;
You need to manually reboot your PC so that changes may take effect.</description>
	<category>Vista</category>
	<author>HelpnSupport@syspanacea.com (Help n Support)</author>
</item>


<item>
	<title>&#60;b&#62;Disable the UAC (User Account Control) through a single 
command.&#60;/b&#62;</title>
	<link>http://www.syspanacea.com</link>
	<guid>Wed, 24 Mar 2010 11:40:29 GMT</guid>
	<pubDate>Wed, 24 Mar 2010 11:40:29 GMT</pubDate>
	<description>&#60;b&#62;Disable the UAC (User Account Control) through a single 
command.&#60;/b&#62;&#60;p&#62;To disable the UAC prompt, using a single command, run the following command in elevated command prompt or through Run&#60;br&#62;&#60;i&#62;C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f&#60;/i&#62;&#60;br&#62;You need to manually reboot your Microsoft Windows so that changes may take effect.</description>
	<category>Vista</category>
	<author>HelpnSupport@syspanacea.com (Help n Support)</author>
</item>


<item>
	<title>&#60;b&#62;Enable &#60;i&#62;No Style&#60;/i&#62; setting in Internet Explorer 8.&#60;/b&#62;</title>
	<link>http://www.syspanacea.com</link>
	<guid>Thu, 18 Mar 2010 14:19:51 GMT</guid>
	<pubDate>Thu, 18 Mar 2010 14:19:51 GMT</pubDate>
	<description>&#60;b&#62;Enable &#60;i&#62;No Style&#60;/i&#62; setting in Internet Explorer 8.&#60;/b&#62;&#60;p&#62;To enable &#60;i&#62;No Style&#60;/i&#62; in IE8, open Internet Explorer, navigate to View &#62; Style &#62; No Style. This will select No Style option. When you are browsing using No Style, the CSS of the web site will not be used. By default, IE uses default Style which in return uses CSS of a website.</description>
	<category>Internet Explorer</category>
	<author>HelpnSupport@syspanacea.com (Help n Support)</author>
</item>


<item>
	<title>&#60;b&#62;Turn off Suggested Sites in IE8.&#60;/b&#62;</title>
	<link>http://www.syspanacea.com</link>
	<guid>Tue, 16 Feb 2010 16:44:22 GMT</guid>
	<pubDate>Tue, 16 Feb 2010 16:44:22 GMT</pubDate>
	<description>&#60;b&#62;Turn off Suggested Sites in IE8.&#60;/b&#62;&#60;p&#62;Suggested Sites is one of the new features introduced in Internet Explorer 8. To disable Suggested Site option, open &#60;b&#62;Internet Explorer, &#60;/b&#62;goto &#60;b&#62;Tools &#62; Internet Options, Advanced Tab&#60;/b&#62; and uncheck &#60;b&#62;Enable Suggested Site &#60;/b&#62;option under Browsing. </description>
	<category>Internet Explorer</category>
	<author>HelpnSupport@syspanacea.com (Help n Support)</author>
</item>


<item>
	<title>&#60;b&#62;Remove and Prevent access to Shut Down, Restart, Sleep, and Hibernate buttons in Windows 7 using Group Policy.&#60;/b&#62;</title>
	<link>http://www.syspanacea.com</link>
	<guid>Tue, 2 Feb 2010 15:34:51 GMT</guid>
	<pubDate>Tue, 2 Feb 2010 15:34:51 GMT</pubDate>
	<description>&#60;b&#62;Remove and Prevent access to Shut Down, Restart, Sleep, and Hibernate buttons in Windows 7 using Group Policy.&#60;/b&#62;&#60;p&#62;Click on Start/Orb button, type in gpedit.msc and hit Enter. This will open Group Policy Editor. Navigate to &#60;b&#62;User Configuration &#62; Administrative Templates &#62; Start Menu and Taskbar&#60;/b&#62;. From left pane look for &#60;i&#62;Remove and prevent access to the Shut Down, Restart, Sleep, and Hibernate commands &#60;/i&#62;setting. Enable the policy. The setting goes into effect right away for all users of the machine. The button to turn off the computer if the user hits Ctrl+Alt+Del will be gone as well. This policy setting prevents users from performing the following commands from the Start menu or Windows Security screen: Shut Down, Restart, Sleep, and Hibernate. This policy setting does not prevent users from running Windows-based programs that perform these functions. If you enable this policy setting, the Power button and the Shut Down, Restart, Sleep, and Hibernate commands are removed from the Start menu. The Power button is also removed from the Windows Security screen, which appears when you press CTRL+ALT+DELETE. </description>
	<category>Windows 7</category>
	<author>HelpnSupport@syspanacea.com (Help n Support)</author>
</item>



</channel>
</rss>