Monthly Archives: February 2015

PowerShell Script to Remove Macro Password on Office 2003/2007/2010/2013 Documents

Usage: .\Unlock-OfficeMacro.ps1 <input filename> <output filename> Supports .doc, .docm, .xlsm, .ppt, etc. Please read description in script before using. Download script here: http://1drv.ms/1DdzLGG Screenshot: The script: <# .SYNOPSIS Unlocks Office Macro Password Protection. .DESCRIPTION Unlocks Word/Excel/PowerPoint/etc 2003-2013 format files password … Continue reading

Posted in Hacking, PowerShell | Tagged | 13 Comments

Summarize A Folder of Event Logs with PowerShell

Sometimes you want to get a rapid summary of errors/warnings in the multitude of Windows event logs on a system. Point this to a folder of event logs to get a summary https://onedrive.live.com/redir?resid=E1A3C870740A073D!22863&authkey=!AOS4jOVgoFYI2JE&ithint=file%2czip <# .SYNOPSIS Provides a summary of event … Continue reading

Posted in PowerShell | Tagged | Leave a comment

Case of the Visual Basic Environment Could Not Be Initialized

Launching Word we got the following error: Clicking Show Help we get some explanations of potential causes: This error is usually caused by insufficient memory or low disk space. It also occurs when the default Word template (normal.dotm) is corrupt, … Continue reading

Posted in API Monitor, Office | Tagged | 7 Comments