Gina.dll
Gönderilme zamanı: Pzt Eyl 01, 2008 9:29 am
Sorun
Gina.dll hatası (Karşılam ekranında oluşur)
Çözüm
Kod'u not defterine yapıştırın ve uzantısını .vbs yaparak kaydedin.Ardından oluşan dosya üzerinde sağ tıklayarak çalıştırın.
Kod:
On Error Resume NextSet WshShell = WScript.CreateObject("WScript. Shell")WshShell.RegD elete "HKEY_LOCAL_MACHINE\SOFTWARE\M icrosoft\Windows NT\CurrentVersion\Winlogon\Gin aDLL"Message = "Your Windows Logon Screen is restored" & vbCR & vbCRMessage = Message & "You may need to log off/log on, or" & vbCRMessage = Message & "restart for the change to take effect."X = MsgBox(Message, vbOKOnly, "Done")Set WshShell = Nothing
Gina.dll hatası (Karşılam ekranında oluşur)
Çözüm
Kod'u not defterine yapıştırın ve uzantısını .vbs yaparak kaydedin.Ardından oluşan dosya üzerinde sağ tıklayarak çalıştırın.
Kod:
On Error Resume NextSet WshShell = WScript.CreateObject("WScript. Shell")WshShell.RegD elete "HKEY_LOCAL_MACHINE\SOFTWARE\M icrosoft\Windows NT\CurrentVersion\Winlogon\Gin aDLL"Message = "Your Windows Logon Screen is restored" & vbCR & vbCRMessage = Message & "You may need to log off/log on, or" & vbCRMessage = Message & "restart for the change to take effect."X = MsgBox(Message, vbOKOnly, "Done")Set WshShell = Nothing