Search found 9 matches

by morb
10 May 2012 06:14
Forum: DOS Batch Forum
Topic: Batch script to fix wmi - urgent
Replies: 48
Views: 33495

Re: Batch script to fix wmi - urgent

some problems:
1. after terminating process x
I got the error:
'c:\Document' is not recognized like an external...
2. After removing repository
I got the error that it being used by another program
3.After requesting wbemtest.dll Filex
I got a pop-up about the registry of wbemupgd.dll
by morb
10 May 2012 05:32
Forum: DOS Batch Forum
Topic: Batch script to fix wmi - urgent
Replies: 48
Views: 33495

Re: Batch script to fix wmi - urgent

I found wbemupgd.dll on the computer.
What the connection?
by morb
10 May 2012 02:58
Forum: DOS Batch Forum
Topic: Batch script to fix wmi - urgent
Replies: 48
Views: 33495

Re: Batch script to fix wmi - urgent

Hi
1. I saw that I got this message after the pskill when it try to RMDIR /S /Q Repository
2.I don't need the test so you can skip it in the script

Thx
by morb
10 May 2012 01:17
Forum: DOS Batch Forum
Topic: Batch script to fix wmi - urgent
Replies: 48
Views: 33495

Re: Batch script to fix wmi - urgent

Hi It's work with pskill I have just two problems 1. After the pskill command I got in the next command that the process can not access because it being used by another process can I need an delay after the pskill? 2.in the command: FOR /R %%e IN (*.exe) DO %%e -regserver it run for me the wbemtest....
by morb
10 May 2012 00:11
Forum: DOS Batch Forum
Topic: Batch script to fix wmi - urgent
Replies: 48
Views: 33495

Re: Batch script to fix wmi - urgent

I don't want to do it manually. I want is all automatic in silent without any user interaction. I got this in the screen when I run the batch that foxidrive give. ERROR: Access denied TASKKILL /PID ERROR: Invalid syntax. Value expected for '/PID'. Type "TASKKILL /?" for usage. Press any ke...
by morb
09 May 2012 23:28
Forum: DOS Batch Forum
Topic: Batch script to fix wmi - urgent
Replies: 48
Views: 33495

Re: Batch script to fix wmi - urgent

I got access denied.
by morb
09 May 2012 23:09
Forum: DOS Batch Forum
Topic: Batch script to fix wmi - urgent
Replies: 48
Views: 33495

Re: Batch script to fix wmi - urgent

yes.
I'm running it locally on the computer with the wmi problem.
(there is no problem to me to kill the process manually).
by morb
09 May 2012 22:53
Forum: DOS Batch Forum
Topic: Batch script to fix wmi - urgent
Replies: 48
Views: 33495

Re: Batch script to fix wmi - urgent

Hi
It doesn't work fine because at the command taskkill it's output access denied (I told you the taskkill connect to wmi and it's corrupted).
Can you please think about another way to kill the process?
by morb
09 May 2012 07:03
Forum: DOS Batch Forum
Topic: Batch script to fix wmi - urgent
Replies: 48
Views: 33495

Batch script to fix wmi - urgent

Hi I have this instruction to fix wmi problem: for %i in ("wbemcomn.dll") do (echo %~$PATH:i) for %i in ("wmiutils.dll") do (echo %~$PATH:i) sc config winmgmt start= disabled cd /D %windir%\system32\wbem * Check PID in Regedit (My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WB...