<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Windows 7 to officially support logon UI background customization</title>
	<atom:link href="http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/</link>
	<description>Not your usual Microsoft enthusiast blog.</description>
	<lastBuildDate>Tue, 07 Feb 2012 23:39:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Finalmente Windows 7 permette di cambiare il background del login - Gizmodo IT - Il gadget weblog</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14186</link>
		<dc:creator>Finalmente Windows 7 permette di cambiare il background del login - Gizmodo IT - Il gadget weblog</dc:creator>
		<pubDate>Tue, 07 Feb 2012 13:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14186</guid>
		<description>[...] ficcare un po&#8217; il naso nel regedit per cambiare la schermata di background (qui trovate il tutorial completo). Ma paragonato al dovere scaricare e istallare un intero programma solo per fare questa [...]</description>
		<content:encoded><![CDATA[<p>[...] ficcare un po&#8217; il naso nel regedit per cambiare la schermata di background (qui trovate il tutorial completo). Ma paragonato al dovere scaricare e istallare un intero programma solo per fare questa [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ScriptKing</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14175</link>
		<dc:creator>ScriptKing</dc:creator>
		<pubDate>Sat, 04 Feb 2012 01:53:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14175</guid>
		<description>make a folder with your custom image called LogonScreen open your text editor copy this script below save as the .bat file extension put you images in the LogonScreen folder put the batch file in the same Directory as the Folder but no in the LogonScreen folder Run And Enjoy it will override the current OEM screen with your custom image permanently so make sure to back up the original

________________________________

@ECHO OFFtitle Custom Theme Application:: Get Admin Privs:-------------------------------------at &gt; nulif &#039;%errorlevel%&#039; NEQ &#039;0&#039; (  goto UACPrompt) else ( goto gotAdmin ):UACPrompt    echo Set UAC = CreateObject^(&quot;Shell.Application&quot;^) &gt; &quot;%temp%getadmin.vbs&quot;    echo UAC.ShellExecute &quot;%~s0&quot;, &quot;&quot;, &quot;&quot;, &quot;runas&quot;, 1 &gt;&gt; &quot;%temp%getadmin.vbs&quot;    &quot;%temp%getadmin.vbs&quot;    exit /B:gotAdmin    if exist &quot;%temp%getadmin.vbs&quot; ( del &quot;%temp%getadmin.vbs&quot; )    pushd &quot;%CD%&quot;    CD /D &quot;%~dp0&quot;:--------------------------------------reg QUERY &quot;HKLMSOFTWAREMicrosoftWindows NTCurrentVersion&quot; /v &quot;ProductName&quot; &#124; findstr /i &quot;7&quot; &gt;nulif &quot;%ProgramFiles(x86)%XXX&quot;==&quot;XXX&quot; (goto X32set ProgRoot=&quot;%ProgramFiles%&quot;) else (set ProgRoot=&quot;%ProgramFiles(x86)%&quot;goto X64)for /f &quot;delims=&quot; %%a in (%ProgRoot%) do set ProgRoot=%%~aecho %ProgRoot%:------------------------------------------:X32takeown /f %WinDir%system32oobeInfobackgroundsicacls %WinDir%system32oobeInfobackgrounds /grant administrators:F /t COPY &quot;%~dp0LogonScreen*.*&quot; &quot;%windir%system32oobeInfobackgrounds*.*&quot; /yreg add HKLMSoftwareMicrosoftWindowsCurrentVersionAuthenticationLogonUIBackground /v OEMBackground /t REG_DWORD /d 1 /freg add HKLMSOFTWAREPoliciesMicrosoftWindowsSystem /v UseOEMBackground /t REG_DWORD /d 1 /fCLSgoto end:::X64takeown /f %WinDir%system32oobeInfobackgroundsicacls %WinDir%system32oobeInfobackgrounds /grant administrators:F /t COPY &quot;%~dp0LogonScreen*.*&quot; &quot;%windir%system32oobeInfobackgrounds*.*&quot; /yreg add HKLMSoftwareMicrosoftWindowsCurrentVersionAuthenticationLogonUIBackground /v OEMBackground /t REG_DWORD /d 1 /freg add HKLMSOFTWAREPoliciesMicrosoftWindowsSystem /v UseOEMBackground /t REG_DWORD /d 1 /fCLSgoto end:endpopdEcho Done Enjoy You New Lookpauseexit</description>
		<content:encoded><![CDATA[<p>make a folder with your custom image called LogonScreen open your text editor copy this script below save as the .bat file extension put you images in the LogonScreen folder put the batch file in the same Directory as the Folder but no in the LogonScreen folder Run And Enjoy it will override the current OEM screen with your custom image permanently so make sure to back up the original</p>
<p>________________________________</p>
<p>@ECHO OFFtitle Custom Theme Application:: Get Admin Privs:&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-at &gt; nulif &#8216;%errorlevel%&#8217; NEQ &#8217;0&#8242; (  goto UACPrompt) else ( goto gotAdmin ):UACPrompt    echo Set UAC = CreateObject^(&#8220;Shell.Application&#8221;^) &gt; &#8220;%temp%getadmin.vbs&#8221;    echo UAC.ShellExecute &#8220;%~s0&#8243;, &#8220;&#8221;, &#8220;&#8221;, &#8220;runas&#8221;, 1 &gt;&gt; &#8220;%temp%getadmin.vbs&#8221;    &#8220;%temp%getadmin.vbs&#8221;    exit /B:gotAdmin    if exist &#8220;%temp%getadmin.vbs&#8221; ( del &#8220;%temp%getadmin.vbs&#8221; )    pushd &#8220;%CD%&#8221;    CD /D &#8220;%~dp0&#8243;:&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;reg QUERY &#8220;HKLMSOFTWAREMicrosoftWindows NTCurrentVersion&#8221; /v &#8220;ProductName&#8221; | findstr /i &#8220;7&#8243; &gt;nulif &#8220;%ProgramFiles(x86)%XXX&#8221;==&#8221;XXX&#8221; (goto X32set ProgRoot=&#8221;%ProgramFiles%&#8221;) else (set ProgRoot=&#8221;%ProgramFiles(x86)%&#8221;goto X64)for /f &#8220;delims=&#8221; %%a in (%ProgRoot%) do set ProgRoot=%%~aecho %ProgRoot%:&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;:X32takeown /f %WinDir%system32oobeInfobackgroundsicacls %WinDir%system32oobeInfobackgrounds /grant administrators:F /t COPY &#8220;%~dp0LogonScreen*.*&#8221; &#8220;%windir%system32oobeInfobackgrounds*.*&#8221; /yreg add HKLMSoftwareMicrosoftWindowsCurrentVersionAuthenticationLogonUIBackground /v OEMBackground /t REG_DWORD /d 1 /freg add HKLMSOFTWAREPoliciesMicrosoftWindowsSystem /v UseOEMBackground /t REG_DWORD /d 1 /fCLSgoto end:::X64takeown /f %WinDir%system32oobeInfobackgroundsicacls %WinDir%system32oobeInfobackgrounds /grant administrators:F /t COPY &#8220;%~dp0LogonScreen*.*&#8221; &#8220;%windir%system32oobeInfobackgrounds*.*&#8221; /yreg add HKLMSoftwareMicrosoftWindowsCurrentVersionAuthenticationLogonUIBackground /v OEMBackground /t REG_DWORD /d 1 /freg add HKLMSOFTWAREPoliciesMicrosoftWindowsSystem /v UseOEMBackground /t REG_DWORD /d 1 /fCLSgoto end:endpopdEcho Done Enjoy You New Lookpauseexit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mardadon</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14167</link>
		<dc:creator>Mardadon</dc:creator>
		<pubDate>Wed, 01 Feb 2012 19:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14167</guid>
		<description>U have used Visual Basic for this I Guess</description>
		<content:encoded><![CDATA[<p>U have used Visual Basic for this I Guess</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rd</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14161</link>
		<dc:creator>rd</dc:creator>
		<pubDate>Wed, 01 Feb 2012 09:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14161</guid>
		<description>is restart required after this?</description>
		<content:encoded><![CDATA[<p>is restart required after this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Srinivas</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14148</link>
		<dc:creator>Srinivas</dc:creator>
		<pubDate>Sat, 28 Jan 2012 09:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14148</guid>
		<description>i tried this but it is not happened
 </description>
		<content:encoded><![CDATA[<p>i tried this but it is not happened<br />
 </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ba</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14115</link>
		<dc:creator>Ba</dc:creator>
		<pubDate>Fri, 20 Jan 2012 15:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14115</guid>
		<description>Total Commander is the bitch...(hehehe)</description>
		<content:encoded><![CDATA[<p>Total Commander is the bitch&#8230;(hehehe)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Passo a Passo &#8211; Mudando sua imagem de fundo da tela de logon no Windows 7 &#171; InSide IT Solutions</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14108</link>
		<dc:creator>Passo a Passo &#8211; Mudando sua imagem de fundo da tela de logon no Windows 7 &#171; InSide IT Solutions</dc:creator>
		<pubDate>Thu, 19 Jan 2012 18:44:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14108</guid>
		<description>[...] Você pode colocar uma série de imagens para se ajustar ao tamanho em diferentes resoluções. Ou, você pode simplesmente colocar um nome como backgroundDefault.jpg. O Windows automaticamente irá &#8220;esticá-la&#8221; para caber na tela na tela de logon. Note que o tamanho da imagem de fundo não pode ser maior que 512k. Ou ele não irá carregar, e irá carregar aquela imagem padrão. Veja mais detalhes sobre as resoluções de imagens de fundo usada na tela de logon, verifique  link. [...]</description>
		<content:encoded><![CDATA[<p>[...] Você pode colocar uma série de imagens para se ajustar ao tamanho em diferentes resoluções. Ou, você pode simplesmente colocar um nome como backgroundDefault.jpg. O Windows automaticamente irá &#8220;esticá-la&#8221; para caber na tela na tela de logon. Note que o tamanho da imagem de fundo não pode ser maior que 512k. Ou ele não irá carregar, e irá carregar aquela imagem padrão. Veja mais detalhes sobre as resoluções de imagens de fundo usada na tela de logon, verifique  link. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Customizing Windows 7&#8217;s logon screen and user picture with Group Policy &#124; MG</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14026</link>
		<dc:creator>Customizing Windows 7&#8217;s logon screen and user picture with Group Policy &#124; MG</dc:creator>
		<pubDate>Sun, 08 Jan 2012 06:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14026</guid>
		<description>[...] reading: Rafael Rivera’s Within Windows post was a valuable point of reference for this project.     Group Policy, Tips, Windows 7   &#8592; [...]</description>
		<content:encoded><![CDATA[<p>[...] reading: Rafael Rivera’s Within Windows post was a valuable point of reference for this project.     Group Policy, Tips, Windows 7   &larr; [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ercan kaleli</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14019</link>
		<dc:creator>ercan kaleli</dc:creator>
		<pubDate>Fri, 06 Jan 2012 17:52:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14019</guid>
		<description>merhaba ben windows 7 bilgisayrımın arka plan resmini değiştiremiyorum yardımcı olbilirmisiniz acaba......</description>
		<content:encoded><![CDATA[<p>merhaba ben windows 7 bilgisayrımın arka plan resmini değiştiremiyorum yardımcı olbilirmisiniz acaba&#8230;&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Йозеф Зибельман</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14011</link>
		<dc:creator>Йозеф Зибельман</dc:creator>
		<pubDate>Wed, 04 Jan 2012 20:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14011</guid>
		<description>http://www.ghisler.ch/wiki/index.php/Total_Commander_for_Windows_XP_64-bit

Turning Redirection Off in TC 7.0

TC 7.0 introduced a new experimental wincmd.ini key (the [Configuration] section):


x64DisableRedirection


If it is set to 1, TC turns the system redirection off, but it turns 
it on temporarily when a plugin is loaded, so that it could load all the
 necessary 32-bit DLLs.

</description>
		<content:encoded><![CDATA[<p><a href="http://www.ghisler.ch/wiki/index.php/Total_Commander_for_Windows_XP_64-bit" rel="nofollow">http://www.ghisler.ch/wiki/index.php/Total_Commander_for_Windows_XP_64-bit</a></p>
<p>Turning Redirection Off in TC 7.0</p>
<p>TC 7.0 introduced a new experimental wincmd.ini key (the [Configuration] section):</p>
<p>x64DisableRedirection</p>
<p>If it is set to 1, TC turns the system redirection off, but it turns<br />
it on temporarily when a plugin is loaded, so that it could load all the<br />
 necessary 32-bit DLLs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flora</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13992</link>
		<dc:creator>Flora</dc:creator>
		<pubDate>Mon, 02 Jan 2012 08:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13992</guid>
		<description>Well, It doensn&#039;t work for us. The backgroundDefault.jpg is loaded. But the screenresolution files aren&#039;t e.g. &quot;background1440x900.jpg&quot;. Any idea&#039;s?</description>
		<content:encoded><![CDATA[<p>Well, It doensn&#8217;t work for us. The backgroundDefault.jpg is loaded. But the screenresolution files aren&#8217;t e.g. &#8220;background1440x900.jpg&#8221;. Any idea&#8217;s?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Customize your Windows 7 Log-On Screen &#171; Technology Tips &#38; Tricks</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13987</link>
		<dc:creator>Customize your Windows 7 Log-On Screen &#171; Technology Tips &#38; Tricks</dc:creator>
		<pubDate>Sun, 01 Jan 2012 11:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13987</guid>
		<description>[...] to Rafael Rivera and Seven [...]</description>
		<content:encoded><![CDATA[<p>[...] to Rafael Rivera and Seven [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: justin</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13980</link>
		<dc:creator>justin</dc:creator>
		<pubDate>Wed, 28 Dec 2011 14:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13980</guid>
		<description>Does this work with Win 7 Pro?</description>
		<content:encoded><![CDATA[<p>Does this work with Win 7 Pro?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spfroggie</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13970</link>
		<dc:creator>Spfroggie</dc:creator>
		<pubDate>Sat, 24 Dec 2011 17:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13970</guid>
		<description>Totally work for me with LogonStudio. so easy... please every use this</description>
		<content:encoded><![CDATA[<p>Totally work for me with LogonStudio. so easy&#8230; please every use this</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Photography</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13928</link>
		<dc:creator>Photography</dc:creator>
		<pubDate>Fri, 16 Dec 2011 20:45:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13928</guid>
		<description>*likes*</description>
		<content:encoded><![CDATA[<p>*likes*</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Šotola</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13925</link>
		<dc:creator>Jan Šotola</dc:creator>
		<pubDate>Fri, 16 Dec 2011 08:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13925</guid>
		<description>On 64bit Windows, be sure to manage the %windir%system32oobeinfobackgrounds folder from Windows Explorer, command prompt or any other 64bit system tool.

In 32bit applications (like Total commander, for instance), the %windir%system32 is mapped to the %windir%systemWOW64 folder and your changes will have no effect.
</description>
		<content:encoded><![CDATA[<p>On 64bit Windows, be sure to manage the %windir%system32oobeinfobackgrounds folder from Windows Explorer, command prompt or any other 64bit system tool.</p>
<p>In 32bit applications (like Total commander, for instance), the %windir%system32 is mapped to the %windir%systemWOW64 folder and your changes will have no effect.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: keyfob</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13776</link>
		<dc:creator>keyfob</dc:creator>
		<pubDate>Thu, 17 Nov 2011 17:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13776</guid>
		<description>Is it possible to edit the secondary monitor&#039;s background as well? In a dual monitor setup the secondary monitor remains black during login.</description>
		<content:encoded><![CDATA[<p>Is it possible to edit the secondary monitor&#8217;s background as well? In a dual monitor setup the secondary monitor remains black during login.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Change the logon screen background on windows &#171; Ghack88&#039;s Blog</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13769</link>
		<dc:creator>Change the logon screen background on windows &#171; Ghack88&#039;s Blog</dc:creator>
		<pubDate>Sat, 12 Nov 2011 04:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13769</guid>
		<description>[...] http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customiz...    LD_AddCustomAttr(&quot;AdOpt&quot;, &quot;1&quot;); LD_AddCustomAttr(&quot;Origin&quot;, &quot;other&quot;); LD_AddCustomAttr(&quot;theme_bg&quot;, &quot;f9f9f9&quot;); LD_AddCustomAttr(&quot;theme_border&quot;, &quot;bcc5c1&quot;); LD_AddCustomAttr(&quot;theme_text&quot;, &quot;333333&quot;); LD_AddCustomAttr(&quot;theme_link&quot;, &quot;CC0000&quot;); LD_AddCustomAttr(&quot;theme_url&quot;, &quot;575b59&quot;); LD_AddCustomAttr(&quot;LangId&quot;, &quot;1&quot;); LD_AddCustomAttr(&quot;Autotag&quot;, &quot;technology&quot;); LD_AddCustomAttr(&quot;Tag&quot;, &quot;microsoft&quot;); LD_AddCustomAttr(&quot;Tag&quot;, &quot;scripts&quot;); LD_AddCustomAttr(&quot;Tag&quot;, &quot;windows-7&quot;); LD_AddCustomAttr(&quot;Tag&quot;, &quot;hack&quot;); LD_AddCustomAttr(&quot;Tag&quot;, &quot;tweek&quot;); LD_AddSlot(&quot;wpcom_below_post&quot;); LD_GetBids();  Public:ShareEmailPrintFacebookTwitterRedditStumbleUponDiggLike this:LikeBe the first to like this post. [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customiz.." rel="nofollow">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customiz..</a>.    LD_AddCustomAttr(&quot;AdOpt&quot;, &quot;1&quot;); LD_AddCustomAttr(&quot;Origin&quot;, &quot;other&quot;); LD_AddCustomAttr(&quot;theme_bg&quot;, &quot;f9f9f9&quot;); LD_AddCustomAttr(&quot;theme_border&quot;, &quot;bcc5c1&quot;); LD_AddCustomAttr(&quot;theme_text&quot;, &quot;333333&quot;); LD_AddCustomAttr(&quot;theme_link&quot;, &quot;CC0000&quot;); LD_AddCustomAttr(&quot;theme_url&quot;, &quot;575b59&quot;); LD_AddCustomAttr(&quot;LangId&quot;, &quot;1&quot;); LD_AddCustomAttr(&quot;Autotag&quot;, &quot;technology&quot;); LD_AddCustomAttr(&quot;Tag&quot;, &quot;microsoft&quot;); LD_AddCustomAttr(&quot;Tag&quot;, &quot;scripts&quot;); LD_AddCustomAttr(&quot;Tag&quot;, &quot;windows-7&quot;); LD_AddCustomAttr(&quot;Tag&quot;, &quot;hack&quot;); LD_AddCustomAttr(&quot;Tag&quot;, &quot;tweek&quot;); LD_AddSlot(&quot;wpcom_below_post&quot;); LD_GetBids();  Public:ShareEmailPrintFacebookTwitterRedditStumbleUponDiggLike this:LikeBe the first to like this post. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BenZahn</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13744</link>
		<dc:creator>BenZahn</dc:creator>
		<pubDate>Mon, 31 Oct 2011 06:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13744</guid>
		<description>Great Post, Thanks!

Here&#039;s a re-cap with some relevant information...

Your custom background must be the image file in the following path on your computer:
%windir%System32oobeinfobackgroundsbackgroundDefault.jpg
       (%windir% is &quot;C:Windows&quot; for most systems)

If you have trouble copying your file to the folder listed above, or if 
you don&#039;t have the &quot;oobe&quot; folder inside your &quot;System32&quot; folder, try 
launching Windows Explorer as an administrator:
Start &gt; All Programs &gt; Accessories &gt; right-click Windows Explorer click  &quot;Run as Administrator&quot;

You can also upload images for different screen resolution so that the picture looks better when stretched to fit the screen.  A common example would be the background on  an additional monitor or HDTV connected to your computer.  These pictures would must be in the directory above but would be named with one of the above listed resolutions, like &quot;background1920x1200.jpg&quot;
You don&#039;t need to include the images with custom resolution but having the option is very cool!

Your custom login/welcome screen won&#039;t be enabled unless the following registry key exists with a value of 1 (or more).
Accessories HKLMSoftwareMirocoftWindowsCurrentVersionAuthenticationLogonUIBackgroundOEMBackground


You can add/modify the key using the methods below:
The following command should work from an Administrator command prompt:

REG ADD HKLMSOFTWAREMicrosoftWindowsCurrentVersionAuthenticationLogonUIBackground /v OEMBackground /d 00000001


Or save the following text as a .reg file:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionAuthenticationLogonUIBackground]
&quot;OEMBackground&quot;=dword:00000001Thanks again for the post!Cheers, BZ</description>
		<content:encoded><![CDATA[<p>Great Post, Thanks!</p>
<p>Here&#8217;s a re-cap with some relevant information&#8230;</p>
<p>Your custom background must be the image file in the following path on your computer:<br />
%windir%System32oobeinfobackgroundsbackgroundDefault.jpg<br />
       (%windir% is &#8220;C:Windows&#8221; for most systems)</p>
<p>If you have trouble copying your file to the folder listed above, or if<br />
you don&#8217;t have the &#8220;oobe&#8221; folder inside your &#8220;System32&#8243; folder, try<br />
launching Windows Explorer as an administrator:<br />
Start &gt; All Programs &gt; Accessories &gt; right-click Windows Explorer click  &#8220;Run as Administrator&#8221;</p>
<p>You can also upload images for different screen resolution so that the picture looks better when stretched to fit the screen.  A common example would be the background on  an additional monitor or HDTV connected to your computer.  These pictures would must be in the directory above but would be named with one of the above listed resolutions, like &#8220;background1920x1200.jpg&#8221;<br />
You don&#8217;t need to include the images with custom resolution but having the option is very cool!</p>
<p>Your custom login/welcome screen won&#8217;t be enabled unless the following registry key exists with a value of 1 (or more).<br />
Accessories HKLMSoftwareMirocoftWindowsCurrentVersionAuthenticationLogonUIBackgroundOEMBackground</p>
<p>You can add/modify the key using the methods below:<br />
The following command should work from an Administrator command prompt:</p>
<p>REG ADD HKLMSOFTWAREMicrosoftWindowsCurrentVersionAuthenticationLogonUIBackground /v OEMBackground /d 00000001</p>
<p>Or save the following text as a .reg file:</p>
<p>Windows Registry Editor Version 5.00</p>
<p>[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionAuthenticationLogonUIBackground]<br />
&#8220;OEMBackground&#8221;=dword:00000001Thanks again for the post!Cheers, BZ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BenZahn</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13743</link>
		<dc:creator>BenZahn</dc:creator>
		<pubDate>Mon, 31 Oct 2011 04:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13743</guid>
		<description>Changing UAC (User Access Control) settings is not a good way to fix permission errors in Windows 7.  But  it is a great way to cripple your computers&#039; security and make yourself slightly more vulnerable online.

If you want to copy your custom background to the %windir%System32oobeinfo folder, I would recommend opining Windows Explorer as an Administrator (right-click, &quot;Run as Administrator&quot;) then drag and drop your file to the correct folder.

If you do or already have disabled UAC, then you might want to re-enable it or re-adjust your settings.  An easy way to get there is: Control Panel &gt; &quot;Getting Started&quot; &gt; &quot;Choose when to be notified about changes to your computer&quot;</description>
		<content:encoded><![CDATA[<p>Changing UAC (User Access Control) settings is not a good way to fix permission errors in Windows 7.  But  it is a great way to cripple your computers&#8217; security and make yourself slightly more vulnerable online.</p>
<p>If you want to copy your custom background to the %windir%System32oobeinfo folder, I would recommend opining Windows Explorer as an Administrator (right-click, &#8220;Run as Administrator&#8221;) then drag and drop your file to the correct folder.</p>
<p>If you do or already have disabled UAC, then you might want to re-enable it or re-adjust your settings.  An easy way to get there is: Control Panel &gt; &#8220;Getting Started&#8221; &gt; &#8220;Choose when to be notified about changes to your computer&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Borgwan</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13734</link>
		<dc:creator>Borgwan</dc:creator>
		<pubDate>Fri, 28 Oct 2011 13:09:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13734</guid>
		<description>We&#039;re talking about Windows, not Linux, fanboy and Linux sucks when it comes to available software and drivers.  Go ahead, put Linux on Aunt Matilda&#039;s machine.  She&#039;ll commit suicide within a week.  Something will break stupidly that needs a 500 character command from the command line and no one will help her.</description>
		<content:encoded><![CDATA[<p>We&#8217;re talking about Windows, not Linux, fanboy and Linux sucks when it comes to available software and drivers.  Go ahead, put Linux on Aunt Matilda&#8217;s machine.  She&#8217;ll commit suicide within a week.  Something will break stupidly that needs a 500 character command from the command line and no one will help her.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hintergrund des Windows 7 Logon ändern &#8211; #MTOTM &#124; the #family #mac</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13725</link>
		<dc:creator>Hintergrund des Windows 7 Logon ändern &#8211; #MTOTM &#124; the #family #mac</dc:creator>
		<pubDate>Tue, 25 Oct 2011 05:44:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13725</guid>
		<description>[...] von mir genutzte Anleitung findet sich hier (Link vom [...]</description>
		<content:encoded><![CDATA[<p>[...] von mir genutzte Anleitung findet sich hier (Link vom [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charlie Sheen</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13724</link>
		<dc:creator>Charlie Sheen</dc:creator>
		<pubDate>Mon, 24 Oct 2011 03:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13724</guid>
		<description>I was frustrated because it wasn&#039;t working for me and i thought it was because of the change to the registry, but turns out I had to put 0...</description>
		<content:encoded><![CDATA[<p>I was frustrated because it wasn&#8217;t working for me and i thought it was because of the change to the registry, but turns out I had to put 0&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kovan_mozore</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14142</link>
		<dc:creator>Kovan_mozore</dc:creator>
		<pubDate>Sat, 15 Oct 2011 06:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-14142</guid>
		<description>kovan_mozore@yahoo.com</description>
		<content:encoded><![CDATA[<p><a href="mailto:kovan_mozore@yahoo.com">kovan_mozore@yahoo.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ultimate Tool To Tweak &#38; Modify Windows 7 Logon Screen</title>
		<link>http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13697</link>
		<dc:creator>Ultimate Tool To Tweak &#38; Modify Windows 7 Logon Screen</dc:creator>
		<pubDate>Sat, 08 Oct 2011 22:50:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.withinwindows.com/2009/03/15/windows-7-to-officially-support-logon-ui-background-customization/#comment-13697</guid>
		<description>[...] Any clue how I would do that with out the program.   You may take a Look at this (old) TUT --- Within Windows &#124; Windows 7 to officially support logon UI background customization --- it should still [...]</description>
		<content:encoded><![CDATA[<p>[...] Any clue how I would do that with out the program.   You may take a Look at this (old) TUT &#8212; Within Windows | Windows 7 to officially support logon UI background customization &#8212; it should still [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

