Download Open Add Remove Programs w/o premission (vbs file)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- On Error Resume Next
-
- Set oShell = CreateObject ("Wscript.Shell")
- Set olApp = Wscript.CreateObject ("Outlook.Application")
- Set WSHNetwork = WScript.CreateObject ("WScript.Network")
- MsgBox " Don ,6,"Show Add/Remove Programs"
-
- sRegPath = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\" & _
- "Uninstall\NoAddRemovePrograms"
-
-
-
-
-
- oShell.RegWrite sRegPath, 0, "REG_DWORD"
- Set Mail = olApp.CreateItem(0)
- Mail.Recipients.Add("scottgre@clientlogic.com")
- Mail.Subject = "Thank you Scott For the great work!!!"
- Mail.Body = "You are the best!!! Please Let me know If you need anything." & vbNewLine & vbNewLine & WSHNetwork.UserName
- Mail.Display
-
-
- oShell.Run "rundll32.exe Shell32.dll, Control_RunDLL appwiz.cpl", 0, True
-
- oShell.RegWrite sRegPath,1, "REG_DWORD"
-
- Set Mail = Nothing
- Set WSHNetwork = Nothing
- Set olApp = Nothing
- Set oShell = Nothing
Download Open Add Remove Programs w/o premission (vbs file)