Open text file paste below text and save it .bat format Or open regedit and create manually these entries.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"RunOnceHasShown"=dword:00000001
"RunOnceComplete"=dword:00000001
Solution2:-
1..Open" Run" and past the below command and hit enter onceREG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /V "RunOnceComplete" /T REG_DWORD /D 1 /F
2.again open" Run" and past the below command and hit enter onceREG ADD "HKCU\Software\Microsoft\Internet Explorer\Main" /V "RunOnceHasShown" /T REG_DWORD /D 1 /F
No comments:
Post a Comment