Tom's Guide | Tom's Hardware | Tom's Games
![]() |
![]() |
![]() |
hi, here is the problem i face.
everytime i start my PC, IE will automatic load the page http://me.5e163.com without any clicking on IE icon.the problem with IE will automatically load http://me.5e163.com was sloved by disable its startup in msconfig.
but my internet option there, the default homepage still is http://me.5e163.com. since the whole homepage box is shown inactive, so i have no idea how to change it. i had try go run>>regedit, but "registry editing has been disabled by your aministrator." anyone can help me? thx u very much

you may need to increase the privileges in your area to administrator.
also i would run Ad-aware and Spybot Search and Destroy
update them before you run them.
Simon
If at first you don't succeed, hide all knowledge you even tried.

my friend help me write this VBS to overcome my problem...
but i don't really know what this code does.
isn't it will clear my registry or just edit some? any one can tell me?the code is below:
1st code to execute in *.vbs
'Enable Registry Editing
'? Veegertx - 06/27/2003
'This code may be freely distributed/modified
On Error Resume Next
'Prevents errors from values that don't exist
Set WshShell = WScript.CreateObject("WScript.Shell")
'Delete DisableRegistryTools registry valuesWshShell.RegDelete "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"
WshShell.RegDelete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System\DisableRegistryTools"'display message
Message = "You should have access to Regedit now"X = MsgBox(Message, vbOKOnly, "Done")
Set WshShell = Nothing
Set fso = Nothing
2nd code to execute in *.vbs
'Enable Disable Homepage Change.vbs
'? Veegertx - 4/7/2004
'This code may be freely distributed/modified
Option Explicit
Dim WSHShell, RegKey, ValueA, Result
On Error Resume Next
Set WSHShell = CreateObject("WScript.Shell")
RegKey = "HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel\"
ValueA = WSHShell.RegRead (regkey & "HomePage")If ValueA = 0 Then 'Change Homepage is Enabled.
Result = MsgBox("YanShi aR..ur Homepage is currently [Enabled]." & _
vbNewLine & "Would you like me to Disable?" & _
vbNewLine & "Will lock and Gray it out." & _
vbNewLine & "May need to Log-off for effect.", 36)
If Result = 6 Then 'clicked yes
WSHShell.RegWrite regkey & "HomePage", 1
End If
Else 'Change Homepage is Disabled
Result = MsgBox("ur Homepage is currently [Disabled]." & _
vbNewLine & "Would you like to me Enable?", 36)
If Result = 6 Then 'clicked yes
WshShell.RegDelete "HKCU\Software\Policies\Microsoft\Internet Explorer\Control Panel\HomePage"
'Delete Key cause it don't exist normally
End If
End If

![]() |
![]() |
![]() |

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.
| Ads by Google |