Need Help [SOLVED]
August 5th, 2016
i have jscript.dll Error
I have vista 64bit
Your security software is blocking them…
try uninstalling kaspersky?
or disabling the script checker..
how can this happen i have kaspersky for years with no problems how can i disable the script checker ?
Read here:
http://kb.kaspersky.com.au/Article.aspx?id=10043
😉
EDIT: Installing two AVs on a computer is never a good thing.
Read here:
[code]
http://kb.kaspersky.com.au/Article.aspx?id=10043
[/code]
i read this before but i don’t have any norton program in my pc i don’t have
so that’s not helping and i don’t understand what to do here
Find this ID in the system registry, eg: HKEY_CLASSES_ROOT\CLSID\{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}\inprocServer32. The default variable under this location must point to KAV Script Checker path, eg: (default) REG_SZ C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus Personal Pro\avpscrch.dll
Remove OriginalDll REG_SZ value C:\Program Files\Common Files\Symantec Shared\Script Blocking\scrauth.dll and reset value to the path to orginal system jscript.dll, eg: OriginalDll REG_SZ C:\Windows\System32\jscript.dll
you've had kaspersky on 64bit vista with no problems until now? there might be an option to disable it in the kaspersky settings? (perhaps advanced settings) If not.. try disabling its protection somehow to see whether it is kaspersky causing the problem. i just presume kaspersky is the problem due to the dialogue box "KAV script checker"
Yeah i don’t have any problems besides the block license thing
and i try to disable the protection and still have the stupid error
EDIT: Installing two AVs on a computer is never a good thing.
I have one
Find this ID in the system registry, eg: HKEY_CLASSES_ROOT\CLSID\{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}\inprocServer32. The default variable under this location must point to KAV Script Checker path, eg: (default) REG_SZ C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus Personal Pro\avpscrch.dll
Remove OriginalDll REG_SZ value C:\Program Files\Common Files\Symantec Shared\Script Blocking\scrauth.dll and reset value to the path to orginal system jscript.dll, eg: OriginalDll REG_SZ C:\Windows\System32\jscript.dll
hmmmm
the above means to go into your registry (start–>run–>regedit)
and then to navigate to “HKEY_CLASSES_ROOT\CLSID\{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}\inprocServer32”
it then says ensure that the value of the file, called default, there is:
“C:\Program Files\Kaspersky Lab\Kaspersky Anti-Virus Personal Pro\avpscrch.dll”
it then says you must:
remove the contents in the “value” column
restore the contents in the “path” column to “C:\Windows\System32\jscript.dll” to your OriginalDll file in your registry (which i presume is in the inprocserver32 folder)
This is all presuming that you have windows installed to C: and that you installed kaspersky to the C:\Program Files\Kaspersky Lab
it’s ok now guys thanks alot i just did that :
First you will need to access an elevated command prompt, to do this:
Make sure you are signed on the computer as an administrator
Click the Start button.
Click All Programs.
Go into Accessories.
Right-click on Command Prompt.
Select Run as administrator.
When the UAC Prompt appears, click Continue.
NEXT:
At the elevated command prompt, type the following command, and then press ENTER:
takeown /f Path_And_File_Name
For example, type: takeown /f C:\windows\system32\jscript.dll
Type the following command, and then press ENTER to grant administrators full access to the file:
icacls Path_And_File_Name /GRANT ADMINISTRATORS:F
For example, type: icacls E:\windows\system32\jscript.dll /grant administrators:F
Type the following command to replace the file with a known good copy of the file:
Copy Path_And_File_Name_Of_Source_File Path_And_File_Name_Of_Destination
For example, type: copy C:\temp\jscript.dll C:\windows\system32\jscript.dll Mermy notes:
Mermy didn’t use the “/grant administrators:F” command on her vista machine to replace the notepad.exe files with the Notepad+ program. She used her machine name and sign-on name. EXAMPLE: For her, she used “/grant Merme_PC/Mermy:F” So one doesn’t need to use the name ‘adminstrators’ but one does need to be signed onto an administrator account.
and i download the new jscript.dll from here http://www.dll-files.com/dllindex/dll-files.shtml?jscript
Thanks
good to hear its sorted!
can you put a [Solved] tag in your title please
done