<?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: Reg2Exe Converts REG to EXE to Bypass Registry Editing Restriction</title>
	<atom:link href="http://www.raymond.cc/blog/reg2exe-converts-reg-to-exe-to-bypass-registry-editing-restriction/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.raymond.cc/blog/reg2exe-converts-reg-to-exe-to-bypass-registry-editing-restriction/</link>
	<description>Daily updated news of useful advanced computer tips and tricks</description>
	<lastBuildDate>Mon, 23 Jan 2012 16:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: adhir ch. mondal</title>
		<link>http://www.raymond.cc/blog/reg2exe-converts-reg-to-exe-to-bypass-registry-editing-restriction/#comment-482141</link>
		<dc:creator>adhir ch. mondal</dc:creator>
		<pubDate>Wed, 14 Jul 2010 13:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/?p=4604#comment-482141</guid>
		<description>i can disable my monitor power by regedit.please tell me this procces.</description>
		<content:encoded><![CDATA[<p>i can disable my monitor power by regedit.please tell me this procces.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eseth2k</title>
		<link>http://www.raymond.cc/blog/reg2exe-converts-reg-to-exe-to-bypass-registry-editing-restriction/#comment-437758</link>
		<dc:creator>eseth2k</dc:creator>
		<pubDate>Thu, 25 Jun 2009 05:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/?p=4604#comment-437758</guid>
		<description>For standalone Windows XP systems,This error is caused if the DisableTaskMgr restriction is enabled. 

To enable Task Manager, try one of these methods:

Method 1: Using the REG.EXE console tool

1. Click Start, Run and type or copy this command:

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f

try tyiping</description>
		<content:encoded><![CDATA[<p>For standalone Windows XP systems,This error is caused if the DisableTaskMgr restriction is enabled. </p>
<p>To enable Task Manager, try one of these methods:</p>
<p>Method 1: Using the REG.EXE console tool</p>
<p>1. Click Start, Run and type or copy this command:</p>
<p>REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableTaskMgr /t REG_DWORD /d 0 /f</p>
<p>try tyiping</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eseth2k</title>
		<link>http://www.raymond.cc/blog/reg2exe-converts-reg-to-exe-to-bypass-registry-editing-restriction/#comment-437757</link>
		<dc:creator>eseth2k</dc:creator>
		<pubDate>Thu, 25 Jun 2009 05:45:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/?p=4604#comment-437757</guid>
		<description>For standalone Windows XP systems, perform the steps below to remove the registry editing restrictions.

Method 1: Using the REG.EXE console tool

1. Click Start, Run and type this command:

REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f

exit</description>
		<content:encoded><![CDATA[<p>For standalone Windows XP systems, perform the steps below to remove the registry editing restrictions.</p>
<p>Method 1: Using the REG.EXE console tool</p>
<p>1. Click Start, Run and type this command:</p>
<p>REG add HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System /v DisableRegistryTools /t REG_DWORD /d 0 /f</p>
<p>exit</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EDu</title>
		<link>http://www.raymond.cc/blog/reg2exe-converts-reg-to-exe-to-bypass-registry-editing-restriction/#comment-433507</link>
		<dc:creator>EDu</dc:creator>
		<pubDate>Thu, 07 May 2009 02:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/?p=4604#comment-433507</guid>
		<description>This program may be usefull for beginners and people who have malware and cant get rid of it somehow and needs to urgently merge some registry scripts into the registry. 

One can easily bypass this restriction by using a vbscript file (Wscript.Shell object has a method called RegWrite, in which u can edit the registry under the Wscript.exe program. other programs can instantiate activex such as IE, Windows Explorer, mshta, HTML Help, etc because they utilize the IE webbrowser control. 

Also it is possible to edit the registry using an INF file. This type of script has among other features the ability to write to the windows registry under Rundll32.exe.

You can use the command line registry editor too, the comand line tool reg.exe, that comes on Windows 2000 and above.</description>
		<content:encoded><![CDATA[<p>This program may be usefull for beginners and people who have malware and cant get rid of it somehow and needs to urgently merge some registry scripts into the registry. </p>
<p>One can easily bypass this restriction by using a vbscript file (Wscript.Shell object has a method called RegWrite, in which u can edit the registry under the Wscript.exe program. other programs can instantiate activex such as IE, Windows Explorer, mshta, HTML Help, etc because they utilize the IE webbrowser control. </p>
<p>Also it is possible to edit the registry using an INF file. This type of script has among other features the ability to write to the windows registry under Rundll32.exe.</p>
<p>You can use the command line registry editor too, the comand line tool reg.exe, that comes on Windows 2000 and above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mohan</title>
		<link>http://www.raymond.cc/blog/reg2exe-converts-reg-to-exe-to-bypass-registry-editing-restriction/#comment-432963</link>
		<dc:creator>mohan</dc:creator>
		<pubDate>Sun, 03 May 2009 04:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/?p=4604#comment-432963</guid>
		<description>Nice Hack! Thanks for the Excellent Idea!
Is there any possibility of guests changing the registry without administrator by using the 
REGtoEXE?
@BillytheGreat:Thanks for the VBscript  !!!</description>
		<content:encoded><![CDATA[<p>Nice Hack! Thanks for the Excellent Idea!<br />
Is there any possibility of guests changing the registry without administrator by using the<br />
REGtoEXE?<br />
@BillytheGreat:Thanks for the VBscript  !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amirz</title>
		<link>http://www.raymond.cc/blog/reg2exe-converts-reg-to-exe-to-bypass-registry-editing-restriction/#comment-432940</link>
		<dc:creator>Amirz</dc:creator>
		<pubDate>Sat, 02 May 2009 18:21:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/?p=4604#comment-432940</guid>
		<description>Thanks Raymond very useful for me im a software dev many thanks again</description>
		<content:encoded><![CDATA[<p>Thanks Raymond very useful for me im a software dev many thanks again</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Firas</title>
		<link>http://www.raymond.cc/blog/reg2exe-converts-reg-to-exe-to-bypass-registry-editing-restriction/#comment-432930</link>
		<dc:creator>Firas</dc:creator>
		<pubDate>Sat, 02 May 2009 15:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.raymond.cc/blog/?p=4604#comment-432930</guid>
		<description>Another Nice tool Raymond :-)</description>
		<content:encoded><![CDATA[<p>Another Nice tool Raymond :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 1/5 queries in 0.002 seconds using disk: basic
Object Caching 271/272 objects using disk: basic
Content Delivery Network via cdn.raymond.cc

Served from: www.raymond.cc @ 2012-02-11 04:55:26 -->
