DOWNLOAD

Get our toolbar!

Wednesday 18 May 2011

Tweaking Regedit through Internet Explorer


Don’t say that I am doing plagiarism I have found this tweak sometime before and i don’t remeber the source but the whole credit not goes to the unnamed source.
You can edit (add, delete, modify etc…) registry using InternetExplorer also. This make use of a small script which is really simpleto understand, let’s take an example to understand it-
<html>
<head>
<title>Ritesh How To Edit Registry</title>
</head>
<script>
var wsho=new ActiveXObject ("Wscript.Shell");
function writeRegistry()
{
var strKeyBase = "HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon\\LegalNoticeText";
wsho.RegWrite(strKeyBase, value='Ritesh Kawadkar Welcomes You',"REG_SZ");
}
</script>
<body onload="writeRegistry()">
</body>
</html>

The above code will change the LegalNoticeCaption if previously set to something to ‘Ritesh Kawadkar Welcomes You’.
You can write any code by using this method


0 comments:

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites More