Skip to content

wisefaq.com

Stories, and bit rot, from the IT Support Trenches

wisefaq.com

Stories, and bit rot, from the IT Support Trenches

  • Home
  • About Dale
  • Useful links
  • WiseFAQ’s Lists O’ IT Goodness
    • Home
    • vbscript
iPhone PowerShell vbscript

Deleting missing or dead iTunes music entries

Dale Sep 25, 2019 0 Comments

For whatever reason, I ended up deleting some MP3 files from my music storage, and my iTunes Library still had (now "dead") links to the files. To find these dead…

Active Directory vbscript

Getting a list of users in an AD Group. using Vbscript.

Dale Apr 8, 2014 0 Comments

I much prefer using Quest to do this (see this post), but I needed to use Vbscript as I had to output the results into an Excel spreadsheet. If you…

Code Cutting vbscript

Using VBScript to read though a set of registry keys

Dale Dec 6, 2013 0 Comments

I’m currently doing another deployment of Acrobat Reader, this time with VBScript.  I wrote about using Visual Basic to do that here. Function CheckForPro     ' returns TRUE if Acrobat…

vbscript WMI

“You could use WMIC Product”

Dale Nov 9, 2012 0 Comments

… suggested Adrian, of “Text Mode drivers and Sysprep” fame, in response to the “A script to list out the Add/Remove Program entries” post. Yes, that would work as well.…

vbscript

A script to list out the Add/Remove Program entries …

Dale Oct 25, 2012 0 Comments

Created a script to dump out the contents of Add/Remove Programs. The output looks like this: The VBscript follows below the break: On Error Resume Next Dim strHost,sAddRemTmp,iRegRC Const strBaseKey…

Internet Explorer vbscript

Resetting the "IE Browser Choice” preference.

Dale Sep 27, 2012 0 Comments

We upgraded Internet Explorer to IE8.  Foolishly enough, we assumed that on a Corporate Desktop, that users would only use Internet Explorer. Then the complaints from the vocal Firefox majority…

vbscript

Writing log files with VBscript.

Dale Aug 1, 2012 1 Comments

With some of our recent software deployments, we’ve used VBscript to install the software package(s).  We have a dedicated team which develops these installation scripts.  And their VBscripts mostly works…

Code Cutting vbscript

Using Visual Basic to read though a set of registry keys.

Dale Mar 12, 2012 0 Comments

The problem we have with a corporate deployment of Acrobat Reader, was that we need to uninstall various older versions of Acrobat Reader.  Normally to do this, you need to…

Code Cutting Code from a co-worker vbscript

Code to launch an Internet Explorer window from VBscript.

Dale Feb 12, 2012 0 Comments

set IE = WScript.CreateObject("InternetExplorer.Application") dim ObjTitle IE.Navigate("about:blank") IE.Document.Title = "Software Update" IE.FullScreen = 1 IE.Left       = 0 IE.Top        = 0 IE.MenuBar    = 0 IE.Toolbar    = 0 IE.StatusBar  = 0 IE.Width     …

How To Printing vbscript

“Push customized printers down to XP client machines in domain environment?”

Dale Feb 9, 2012 0 Comments

This is a copy of a post which was on Ask MetaFilter, August 2, 2006. In a Windows Server 2003 domain environment, is there a way to push printers to…

Posts navigation

1 2 3

Next Page »

IT Related

  • EpochConverter
  • Group Policy Administrative Templates Catalog
  • Official Microsoft Team Blogs List
  • Podfather Gear
  • Service Status Pages

NSNG

  • Grain Free Comfort Food

OH&S

  • Asbestos
  • Brodie Panlock
  • COVID-19 In Australia

Other stuff I read

  • Become Awesome in Excel
  • desiringGod
  • Harvest
  • Impro Wiki
  • Melbourne Laneway Learning
  • MyFridgeFood
  • Pet Loss Blog
  • Phil Factor
  • Writing or just Practicing

wisefaq.com

Stories, and bit rot, from the IT Support Trenches

Copyright © All rights reserved | Blogus by Themeansar.