Jump to content
Son zamanlarda artan kullanıcı hesap hırsızlıkları sebebiyle tüm kullanıcılara şifre sıfırlama maili gönderilmiştir. Lütfen güveli şifreler seçiniz. Mevcut e-mail adresinize erişemiyorsanız, en aşağıdaki destek linkinden bize ulaşınız. ×

Windows Denetim Masası /tüm Denetim Masası öğeleri Actirmak


Skorpion
 Share

Recommended Posts

windows Denetim Masası /Tüm Denetim Masası Öğeleri actirmak

Selam arkadaslar

konu basliginda hata varsa kusura bakmayin yurt disinda yasadigim icin türkce terimleri pek bilmiyorum

dilim döndügünce istedigimi yazmaya calisayim

ben autoit ile Denetim Masası \ Tüm Denetim Masası Öğeleri \ Kurtarma konumunu actirmak istiyorum

yani scripti tiklayinca bu sayfa acilacak bunu nasil yapabilirim

ShellExecute("explorer.exe", "Systemsteuerung\Alle Systemsteuerungselemente\Wiederherstellung") denedim olmadi

umarim anlatabilmisimdir

Saygilar

Link to comment
Share on other sites

#RequireAdmin
_CreateRestorePoint('Geri yükleme noktası adı')
If Not @error Then MsgBox(0x40, "Geri yükleme!", "Geri yükleme noktası başarıyla oluşturuldu!.", 20)

Func _CreateRestorePoint($sRestorePointName)
    Local $objSystemRestore
    $objSystemRestore = ObjGet("winmgmts:{impersonationLevel=impersonate}!root/default:SystemRestore")
    If Not $objSystemRestore.createrestorepoint($sRestorePointName, 0, 100) = 0 Then SetError(1)
EndFunc


;veya Sistem geri yükleme
If @OSArch = "X64" Then
    Local $stOldVal = DllStructCreate("dword")
    DllCall("kernel32.dll", "int", "Wow64DisableWow64FsRedirection", "ptr", DllStructGetPtr($stOldVal))
    ShellExecute (@WindowsDir & "\System32\rstrui.exe")
    DllCall("kernel32.dll", "int", "Wow64RevertWow64FsRedirection", "ptr", DllStructGetPtr($stOldVal))
Else
    ShellExecute (@WindowsDir & "\System32\rstrui.exe")
EndIf

 

Edited by Mehmet
  • Thanks 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...