Skorpion Posted January 1, 2019 Share Posted January 1, 2019 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 Quote Link to comment Share on other sites More sharing options...
EgeGrkn Posted January 1, 2019 Share Posted January 1, 2019 Denetim Masası\Tüm Denetim Masası Öğeleri\Kurtarma a gir üstteki yolda kurtarma yazısını masaüstüne sürükle? 1 Quote Link to comment Share on other sites More sharing options...
Mehmet Posted January 2, 2019 Share Posted January 2, 2019 (edited) #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 January 2, 2019 by Mehmet 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.