<?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: Replacing Notepad in Windows Vista</title>
	<atom:link href="http://www.mattberther.com/2006/11/19/replacing-notepad-in-windows-vista/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattberther.com/2006/11/19/replacing-notepad-in-windows-vista/</link>
	<description>Agile Manager and Occasional Code Monkey</description>
	<lastBuildDate>Sun, 21 Feb 2010 22:01:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jedi1973</title>
		<link>http://www.mattberther.com/2006/11/19/replacing-notepad-in-windows-vista/comment-page-1/#comment-166566</link>
		<dc:creator>Jedi1973</dc:creator>
		<pubDate>Mon, 08 Feb 2010 22:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/?p=828#comment-166566</guid>
		<description>Very Nice! 
And Props to Dylan for adding the SYSWOW folder (first post).</description>
		<content:encoded><![CDATA[<p>Very Nice!<br />
And Props to Dylan for adding the SYSWOW folder (first post).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: selyb</title>
		<link>http://www.mattberther.com/2006/11/19/replacing-notepad-in-windows-vista/comment-page-1/#comment-166519</link>
		<dc:creator>selyb</dc:creator>
		<pubDate>Sat, 29 Aug 2009 23:27:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/?p=828#comment-166519</guid>
		<description>Replace a System Program without Modifying System Files or Permissions

uses &#039;Image File Execution Options&#039; registry key

Full tutorial and sample scripts here

http://www.vistax64.com/tutorials/244527-programs-replace-system-program-without-modifying-system-files-permissions.html</description>
		<content:encoded><![CDATA[<p>Replace a System Program without Modifying System Files or Permissions</p>
<p>uses &#8216;Image File Execution Options&#8217; registry key</p>
<p>Full tutorial and sample scripts here</p>
<p><a href="http://www.vistax64.com/tutorials/244527-programs-replace-system-program-without-modifying-system-files-permissions.html" rel="nofollow">http://www.vistax64.com/tutorials/244527-programs-replace-system-program-without-modifying-system-files-permissions.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yo</title>
		<link>http://www.mattberther.com/2006/11/19/replacing-notepad-in-windows-vista/comment-page-1/#comment-166500</link>
		<dc:creator>Yo</dc:creator>
		<pubDate>Wed, 27 May 2009 10:46:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/?p=828#comment-166500</guid>
		<description>On Windows 7 the replacement by mentioned scripts work, as long as the .bat or .cmd file is ran as Administrator.

I also had to copy Notepad2.ini to C:\Windows folder and grand full permission to my userID to assure Setting changes of Notepad2 settings get saved.</description>
		<content:encoded><![CDATA[<p>On Windows 7 the replacement by mentioned scripts work, as long as the .bat or .cmd file is ran as Administrator.</p>
<p>I also had to copy Notepad2.ini to C:\Windows folder and grand full permission to my userID to assure Setting changes of Notepad2 settings get saved.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ralin</title>
		<link>http://www.mattberther.com/2006/11/19/replacing-notepad-in-windows-vista/comment-page-1/#comment-166494</link>
		<dc:creator>Ralin</dc:creator>
		<pubDate>Sun, 10 May 2009 13:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/?p=828#comment-166494</guid>
		<description>To replace the files in Windows 7, take ownership of the notepad.exe-file in SysWOW64 and System32, then add write/modify-permissions to Administrators and simply copy it over.
I ran explorer.exe as administrator too, so if above doesn&#039;t work run explorer.exe as administrator.</description>
		<content:encoded><![CDATA[<p>To replace the files in Windows 7, take ownership of the notepad.exe-file in SysWOW64 and System32, then add write/modify-permissions to Administrators and simply copy it over.<br />
I ran explorer.exe as administrator too, so if above doesn&#8217;t work run explorer.exe as administrator.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pieter</title>
		<link>http://www.mattberther.com/2006/11/19/replacing-notepad-in-windows-vista/comment-page-1/#comment-166492</link>
		<dc:creator>Pieter</dc:creator>
		<pubDate>Sat, 02 May 2009 12:58:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/?p=828#comment-166492</guid>
		<description>Doesn&#039;t seem to work on windows 7 (there is a &quot;TrustedUser&quot; who seems to have all the rights)</description>
		<content:encoded><![CDATA[<p>Doesn&#8217;t seem to work on windows 7 (there is a &#8220;TrustedUser&#8221; who seems to have all the rights)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mehtuus</title>
		<link>http://www.mattberther.com/2006/11/19/replacing-notepad-in-windows-vista/comment-page-1/#comment-166462</link>
		<dc:creator>Mehtuus</dc:creator>
		<pubDate>Wed, 25 Feb 2009 10:21:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/?p=828#comment-166462</guid>
		<description>Thanks Chris! The commands worked perfectly once I found out that UAC had to be disabled and the system rebooted first. Below is an updated version of the batch file that I successfully used on my Vista x64 Ultimate install:
=================================================================

rem START BATCH COMMANDS
rem USER ACCOUNT CONTROL (UAC) MUST BE TURNED OFF AND SYSTEM REBOOTED **FIRST** BEFORE THIS WILL WORK!
rem If you are using VISTA x32 version, then close this window BEFORE continuing and edit this file by putting &quot;rem &quot; in front of every line that contains the text &quot;syswow64&quot;. Then run this file again.
@echo off
PAUSE

takeown /f c:\windows\syswow64\notepad.exe
cacls c:\windows\syswow64\notepad.exe /G Administrators:F

takeown /f c:\windows\system32\notepad.exe
cacls c:\windows\system32\notepad.exe /G Administrators:F

takeown /f c:\windows\notepad.exe
cacls c:\windows\notepad.exe /G Administrators:F


copy c:\windows\syswow64\notepad.exe c:\windows\syswow64\notepad.exe.backup
copy c:\windows\system32\notepad.exe c:\windows\system32\notepad.exe.backup
copy c:\windows\notepad.exe c:\windows\notepad.exe.backup

copy notepad2.exe c:\windows\syswow64\notepad.exe
copy notepad2.exe c:\windows\system32\notepad.exe
copy notepad2.exe c:\windows\notepad.exe
@echo on
rem END BATCH COMMANDS</description>
		<content:encoded><![CDATA[<p>Thanks Chris! The commands worked perfectly once I found out that UAC had to be disabled and the system rebooted first. Below is an updated version of the batch file that I successfully used on my Vista x64 Ultimate install:<br />
=================================================================</p>
<p>rem START BATCH COMMANDS<br />
rem USER ACCOUNT CONTROL (UAC) MUST BE TURNED OFF AND SYSTEM REBOOTED **FIRST** BEFORE THIS WILL WORK!<br />
rem If you are using VISTA x32 version, then close this window BEFORE continuing and edit this file by putting &#8220;rem &#8221; in front of every line that contains the text &#8220;syswow64&#8243;. Then run this file again.<br />
@echo off<br />
PAUSE</p>
<p>takeown /f c:\windows\syswow64\notepad.exe<br />
cacls c:\windows\syswow64\notepad.exe /G Administrators:F</p>
<p>takeown /f c:\windows\system32\notepad.exe<br />
cacls c:\windows\system32\notepad.exe /G Administrators:F</p>
<p>takeown /f c:\windows\notepad.exe<br />
cacls c:\windows\notepad.exe /G Administrators:F</p>
<p>copy c:\windows\syswow64\notepad.exe c:\windows\syswow64\notepad.exe.backup<br />
copy c:\windows\system32\notepad.exe c:\windows\system32\notepad.exe.backup<br />
copy c:\windows\notepad.exe c:\windows\notepad.exe.backup</p>
<p>copy notepad2.exe c:\windows\syswow64\notepad.exe<br />
copy notepad2.exe c:\windows\system32\notepad.exe<br />
copy notepad2.exe c:\windows\notepad.exe<br />
@echo on<br />
rem END BATCH COMMANDS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webdesign heilbronn</title>
		<link>http://www.mattberther.com/2006/11/19/replacing-notepad-in-windows-vista/comment-page-1/#comment-166448</link>
		<dc:creator>webdesign heilbronn</dc:creator>
		<pubDate>Sun, 15 Feb 2009 12:55:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/?p=828#comment-166448</guid>
		<description>Thanks a lot Matt, it works perfectly.

Greatz

Steve</description>
		<content:encoded><![CDATA[<p>Thanks a lot Matt, it works perfectly.</p>
<p>Greatz</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brian</title>
		<link>http://www.mattberther.com/2006/11/19/replacing-notepad-in-windows-vista/comment-page-1/#comment-166446</link>
		<dc:creator>brian</dc:creator>
		<pubDate>Thu, 12 Feb 2009 04:53:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/?p=828#comment-166446</guid>
		<description>Thanks darco, works perfectly! :)</description>
		<content:encoded><![CDATA[<p>Thanks darco, works perfectly! :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: darco</title>
		<link>http://www.mattberther.com/2006/11/19/replacing-notepad-in-windows-vista/comment-page-1/#comment-166444</link>
		<dc:creator>darco</dc:creator>
		<pubDate>Mon, 09 Feb 2009 21:30:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/?p=828#comment-166444</guid>
		<description>chris colden has it exactly right. to specify, his method worked for me in vista ultimate sp1 x86

in the folder you extracted notepad2.exe to... make a new text file and rename it replace.bat ... open this text file with notepad and put in the following text:

takeown /f c:\windows\notepad.exe
cacls c:\windows\notepad.exe /G Administrators:F
takeown /f c:\windows\system32\notepad.exe
cacls c:\windows\system32\notepad.exe /G Administrators:F

COPY c:\windows\notepad.exe c:\windows\notepad.exe.bak
COPY c:\windows\system32\notepad.exe c:\windows\system32\notepad.exe.bak

COPY Notepad2.exe c:\windows\notepad.exe
COPY Notepad2.exe c:\windows\system32\notepad.exe

... then save, close the window, and run the file. it will prompt you to replace, so youll press &quot;y&quot; twice. thanks again chris</description>
		<content:encoded><![CDATA[<p>chris colden has it exactly right. to specify, his method worked for me in vista ultimate sp1 x86</p>
<p>in the folder you extracted notepad2.exe to&#8230; make a new text file and rename it replace.bat &#8230; open this text file with notepad and put in the following text:</p>
<p>takeown /f c:\windows\notepad.exe<br />
cacls c:\windows\notepad.exe /G Administrators:F<br />
takeown /f c:\windows\system32\notepad.exe<br />
cacls c:\windows\system32\notepad.exe /G Administrators:F</p>
<p>COPY c:\windows\notepad.exe c:\windows\notepad.exe.bak<br />
COPY c:\windows\system32\notepad.exe c:\windows\system32\notepad.exe.bak</p>
<p>COPY Notepad2.exe c:\windows\notepad.exe<br />
COPY Notepad2.exe c:\windows\system32\notepad.exe</p>
<p>&#8230; then save, close the window, and run the file. it will prompt you to replace, so youll press &#8220;y&#8221; twice. thanks again chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nopa</title>
		<link>http://www.mattberther.com/2006/11/19/replacing-notepad-in-windows-vista/comment-page-1/#comment-166437</link>
		<dc:creator>nopa</dc:creator>
		<pubDate>Sat, 31 Jan 2009 20:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattberther.com/?p=828#comment-166437</guid>
		<description>Thanks for the workaround! Now there&#039;s gotta be one for Wordpad ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the workaround! Now there&#8217;s gotta be one for Wordpad ;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
