Command line alternative to the Windows device manager

This content is 20 years old. I don't routinely update old blog posts as they are only intended to represent a view at a particular point in time. Please be warned that the information here may be out of date.

One of the Microsoft consultants that I have been working with sent me a link to a handy tool today – devcon.exe is a command line alternative to the Windows device manager and full details (including a download link) may be found in Microsoft knowledge base article 311272.

Removing hidden data in Office documents

This content is 20 years old. I don't routinely update old blog posts as they are only intended to represent a view at a particular point in time. Please be warned that the information here may be out of date.

A couple of months back, one of my clients came across an issue where they had a document which contained hidden information that they did not want to share publicly. In this instance, removing this information was proving problematic but now Microsoft have published a tool to do exactly this – the Remove Hidden Data add-in tool for Office XP and 2003.

The Remove Hidden Data add-in is a tool which may be used to remove personal or hidden data that might not be immediately apparent the document is viewed in a Microsoft Office application. Microsoft recommend that the following notes are observed when using the tool:

  • You should only run the tool when you are ready to publish your file(s). This is because some of the data that the tool removes is used by Office for collaboration features, such as Track Changes, Comments, and Send for Review;
  • You should always save to a new file name, rather than overwrite the original file with the new document, in order to preserve a copy of the document containing the original data;
  • The Remove Hidden Data add-in does not work with Information Rights Management-protected or digitally-signed files.

Scripting changes to resource permissions in Windows

This content is 21 years old. I don't routinely update old blog posts as they are only intended to represent a view at a particular point in time. Please be warned that the information here may be out of date.

Earlier today, I needed to include some registry permissions changes within a command line script that I was writing. Microsoft knowledge base article 245031 discusses a method using the regini.exe resource kit tool for Windows NT 4.0; however, for Windows 2000, XP and Server 2003 there is the SubInACL utility (subinacl.exe) which is far more powerful and much easier to use, enabling administrators to obtain security information about files, registry keys, and services, and transfer this information from user to user, from local or global group to group, and from domain to domain.