Geo Posted August 19, 2006 Report Posted August 19, 2006 Primul script este facut in Visual Basic asa ca il salvati nume.vbsDim sh, v, rSet sh = WScript.CreateObject("WScript.Shell")v = Msgbox("Internet Explorer", 1, "Tweak!")If v = 2 Thenwscript.quitEnd ifr = inputbox("Ce ai vrea sa apara ?")If r = "empty" Thensh.regwrite "HKEY_LOCAL_MACHINESoftwareMicrosoftInternet ExplorerMainWindow Title", "", "REG_SZ"sh.regwrite "HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMainWindow Title", "", "REG_SZ"Elsesh.regwrite "HKEY_LOCAL_MACHINESoftwareMicrosoftInternet ExplorerMainWindow Title", "", "REG_SZ"sh.regwrite "HKEY_LOCAL_MACHINESoftwareMicrosoftInternet ExplorerMainWindow Title", r, "REG_SZ"sh.regwrite "HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMainWindow Title", "", "REG_SZ"sh.regwrite "HKEY_CURRENT_USERSoftwareMicrosoftInternet ExplorerMainWindow Title", r, "REG_SZ"End ifmsgbox "Terminat. Deschide IE acum", 0, "End" Quote
Alexxp Posted September 8, 2006 Report Posted September 8, 2006 Apare la internet explorer sus! adik titlul paginii +ce ai scris tu! Quote
!_30 Posted September 8, 2006 Report Posted September 8, 2006 suck's so easier : run ->mmc -> add/remove .. -> group policy editor Local policy .. => user configuration -> Windows setting -> Internet Explorer -> Browser user itnerface ..simplu .. mai aveti ceva optiuni , doar ca nu registri si ... LPGOthen run -> gpupdate ;DBai fratilor , facem un script pentru fiecare shit din LPGO .. Quote
6CMNWW Posted September 29, 2006 Report Posted September 29, 2006 !_30 wrote: Bai fratilor , facem un script pentru fiecare shit din LPGO .. Asa se invata... faci scripturi/programele pentru chestii marunte pana te prinzi cum functioneaza treaba... apoi treci la chestii mai mari Quote
F1BDM7 Posted October 1, 2006 Report Posted October 1, 2006 $-Geo-$ wrote: Primul script [...] facut in Visual Basic [...] asa ca il salvati nume.vbsscripturi in visual basic? visual basic-compilator.vbs-vbscript - limbaj de scripting=>interpretat Quote