How do i delete SunJavaUpdateSched in registry, using the K1000?
I'm trying to delete "SunJavaUpdateSched" in the registry, so I exported the following registry entry to an .reg file and added a hyphen behind the = sign...but I'm getting Parse errors from the K1000, saying there is no match. How can i delete the following entry? I copied and pasted this in the Registry wizard.
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run]
"SunJavaUpdateSched"="\"C:\\Program Files (x86)\\Common Files\\Java\\Java Update\\jusched.exe\""
0 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Please log in to answer
Posted by:
JasonEgg
7 years ago
Top Answer
run this command in a BAT:
reg delete HKLM\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run /f /v SunJavaUpdateSched
Comments:
-
I appreciate the help, I'm trying to get the BAT file to run in the K1000, but having trouble. How do i get the K1000 to run my BAT file? - rpsolis 7 years ago
-
Run it as an offline kscript. Upload the batch as a dependency. In task 1 either verify a directory or say always fail. Depending on your choice, select on success or remediation (always fail) and select Run the Batch file then populate your info. - rockhead44 7 years ago