windows firewall ini onarmak icin komut dosyasi

PC hakkındaki genel bilgi ve ipucu paylaşım alanıdır.
Cevapla
Kullanıcı avatarı
velociraptor
Yottabyte4
Yottabyte4
Mesajlar: 44297
Kayıt: 14 Mar 2006, 02:33
cinsiyet: Erkek
Teşekkür etti: 2915 kez
Teşekkür edildi: 2585 kez

windows firewall ini onarmak icin komut dosyasi

Mesaj gönderen velociraptor »

Kod: Tümünü seç

net stop winmgmt
pause
cd %SystemDrive%
cd %windir%system32wbem
rd /S /Q repository
regsvr32 /s %systemroot%system32scecli.dll
regsvr32 /s %systemroot%system32userenv.dll
mofcomp cimwin32.mof
mofcomp cimwin32.mfl
mofcomp rsop.mof
mofcomp rsop.mfl
for /f %%s in ('dir /b /s *.dll') do regsvr32 /s %%s
for /f %%s in ('dir /b *.mof') do mofcomp %%s
for /f %%s in ('dir /b *.mfl') do mofcomp %%s
mofcomp exwmi.mof
mofcomp -n:rootcimv2applicationsexchange wbemcons.mof
mofcomp -n:rootcimv2applicationsexchange smtpcons.mof
mofcomp exmgmt.mof
pause
Üsttekini Notepad e yapistirip uzantisini .cmd yapip calistirmaniz yeterlidir.


Cevapla