Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Life Blogs  >  Observations Blogs  >  hinchley.net observations Blog  > 

Hinchley.net Blog


hinchley.net
The web site of Peter Hinchley (Hinch). A random splattering of thoughts on faith, technology, design, photography, philosophy, fashion, culture, music, and anything else that grabs my attention.
2020-12-30 18:20
The following PowerShell code can be used to extract an icon from a file. The extracted icon will be saved with an ico file type. $Source = "C:\Path\To\SourceFile.exe" $Target = "C:\Path\To\… Read More
2017-09-04 19:21
If you are experiencing issues using the Offline Files capability within Windows to synchronize files and folders from a network share to a computer, you may benefit from enabling the Offlin… Read More
Remove Open File Security Warning Dialog
2017-08-13 18:41
If you attempt to run an executable from a UNC path you may encounter an Open File - Security Warning dialog as shown below: This dialog will be displayed if the server hosting the share is… Read More
2017-04-17 09:21
Here are a few PowerShell scripts for automating the creation of a new Windows Server 2016 Nano Server image. The following code is used to create a folder structure suitable for creating ne… Read More
2017-02-19 09:41
This post assumes you know something about the Windows registry, and in particular, registry hives. If not, I recommend you take up some background reading. Earlier this week I found myself… Read More
2016-07-09 08:37
I recently got caught out by a difference in behaviour between .NET and PowerShell when casting integers. Take the following C# code sample; it initialises an unsigned 16 bit integer with t… Read More
2016-06-13 08:32
This short article demonstrates how to update an ISO using PowerShell. The script is specifically designed to modify the content of an ISO generated using the "offline task sequence media" c… Read More
2016-06-04 05:09
In this article I will demonstrate how to create a simple web server in PowerShell. There are a few parts to the solution: The code that listens for inbound requests on a specific host hea… Read More
2016-03-25 05:22
I recently reworked this awesome code from Michael Murgolo to set the time zone of a Windows computer using PowerShell. To use the script, just pass the name of a valid time zone as listed… Read More
2016-01-22 08:50
Ever find yourself invoking a Microsoft Office application, such as Word, via COM, and needing to disable an add-on in the process? Probably not, but in case you do, here is a PowerShell sni… Read More
2015-12-30 07:36
This article briefly captures the steps I used to build a Debian 8.2 (Jessie) server with nginx 1.6.2, MySQL 5.5 and PHP 7.0.1. Firstly, I downloaded the first 64-bit (amd64) Debian 8.2.0 I… Read More
2015-12-07 11:09
I recently needed to reset the configuration, metadata, and content of a WSUS server. I wanted to wipe the entire slate clean, and start again. This is the process I followed: Stopped the W… Read More
2006-06-07 11:16
The default refresh interval for group policy is 90 minutes with an additional 0 to 30 minute random offset. You can also manually trigger a policy refresh by running gpupdate. Note: The ref… Read More
2006-06-07 11:16
Unicode is a character encoding standard that supports most of the world's written languages. To support such a broad character set with a standard US keyboard, individual Unicode characters… Read More
2006-06-07 11:16
Toward the end of my previous post on using SetWindowsHookEx to create global system hooks, I alluded to my failed attempt at changing window titles with PowerShell by hooking WM_SETTEXT mes… Read More

Share the post

hinchley.net

×

Subscribe to Hinchley.net

Get updates delivered right to your inbox!

Thank you for your subscription

×