News Archives 2017 Q4
2017-12-28
•
RotateImage.exe has been updated again: it now accepts another optional command line argument specifying the maximum dimensions of the output file.
2017-12-25
2017-12-23
•
RotateImage.exe has been updated: it now accepts a third optional command line argument specifying the output file name
and type.
2017-12-20
• For a project I needed to rotate generated barcode images by 90 degrees.
My new
RotateImage.exe does exactly that (and any other multiple of 90 degrees).
2017-11-16
•
CaptureDate.exe has been updated: it still displays an image file's capture date and time, but besides that, with the new optional
/S
switch it will also
set the file's
timestamp to the capture date and time.
2017-10-19
2017-10-11
•
Hardware.hta has been updated: it can now run in WinPE and safe mode too (though it won't be able to get all the hardware details available in a "full" Windows environment).
2017-10-04
2017-10-02
• For a project I needed to have my script check if Windows was booted normally or from a Windows PE DVD-ROM.
To detect Windows PE, just check if the registry key
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\MiniNT
exists: if it does, you are running in WinPE (
tip by Mitch Tulloch).
My new
BootState.exe goes one step further: it not just checks for WinPE, it also checks for Safe Mode!
Thanks Mitch
page last modified: 2018-04-16; loaded in 0.0015 seconds