Jump to content

Masaüstü Script


Recommended Posts

sa masaüstü resmini değiştiren script lazım cmd reg vbs felan hepsi olur programın yanındaki resmi akaplan yapsında şimdiden teşekkürler her şeyi halletim hoca son bi istek te bulundu :D

iso dosyası 13 gb sadece win 7 olan :D vista 7 8 10 olan 23 gb tuttu 

ikisindede şifre kırıcı acronis hddregenertor progrm kurulumu driver kurulumu multi oem kurulumu felan var çok güzel oldu bi bu kaldı :D

Link to comment
Share on other sites

Autoit olmazmı

#RequireAdmin
Dim $oku = RegRead("HKCU\Control Panel\Desktop", "WallPaper")
Dim $arkaplan = @ScriptDir & "\resim.jpg"
RegWrite("HKCU\Control Panel\Desktop", "WallpaperStyle", "REG_SZ", 2)
RegWrite("HKCU\Control Panel\Desktop", "Wallpaper", "REG_SZ",$arkaplan)
DllCall("user32.dll", "none", "SystemParametersInfo", "int", 20, "int", 0, "str", $oku, "int", 0x02)
Run("RunDll32.exe USER32.DLL,UpdatePerUserSystemParameters ,1 ,True")

 

  • Like 2
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...