Skip to content
David Kittell
David Kittell

Application & System: Development / Integration / Orchestration

  • Services
    • Application Development
    • Online Application Integration
  • Code
  • Online Tools
  • Tech Support
David Kittell

Application & System: Development / Integration / Orchestration

Show Windows Version On Desktop

Posted on November 9, 2013October 26, 2015 By David Kittell

WARNING: Backup the computer you try these scripts on before you run these.

Windows Registry Editor Version 5.00

[[HKEY_CURRENT_USERControl PanelDesktop]
"PaintDesktopVersion"=dword:00000000
Originally Posted on November 9, 2013
Last Updated on October 26, 2015
All information on this site is shared with the intention to help. Before any source code or program is ran on a production (non-development) system it is suggested you test it and fully understand what it is doing not just what it appears it is doing. I accept no responsibility for any damage you may do with this code.

Related

Code Windows Reg

Post navigation

Previous post
Next post

Related Posts

Excel – VLookup – Compare Two Columns/Sheets

Posted on January 6, 2015August 15, 2019

Sometimes we need to compare lists in Excel, this function will assist in getting a clean comparison. NOTE: It is best when comparing that all columns are same format (ie. Text, Number, etc.) =IF(ISERROR(VLOOKUP(A1,Sheet1!$A$1:$A$3,1,FALSE)),"MISSING FROM OTHER SHEET","") ‘ OR =IF(ISERROR(VLOOKUP(A1,Sheet1!$A:A,1,FALSE)),"No","Yes") Going one step further, if you find a match and…

Read More

Uninstall Application

Posted on September 5, 2014October 26, 2015

First step is to get the application information Get-WmiObject -Query "SELECT * FROM Win32_Product WHERE Name like ‘%Outlook%’" Get-WmiObject -Class Win32_Product | Where-Object { $_.Name -match "Outlook" } Either option will display information similar to this IdentifyingNumber : {90140000-001A-0409-0000-0000000FF1CE} Name : Microsoft Office Outlook MUI (English) 2010 Vendor : Microsoft…

Read More

C# ASPX – Force SSL

Posted on July 9, 2013June 13, 2017

Why would I need this? If you have a page that loads in HTTP (unsecure) and HTTPS (secure) you may have a need for this when requesting information on a form that involves private information. What is “Private” information Up to your discretion but a site (http://support.exware.com/ssl.html) that I found…

Read More

Code

Top Posts & Pages

  • PowerShell - Rename Pictures to Image Taken
  • Front Page
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions

Recent Posts

  • Javascript – Digital Clock with Style
  • BASH – Web Ping Log
  • BASH – Picture / Video File Name Manipulation
  • Mac OSX Terminal – Create SSH Key
  • Bash – Rename Picture

Top Posts

  • PowerShell - Rename Pictures to Image Taken
  • C# - Start/Stop/Restart Services
  • MacPorts / HomeBrew - Rip CD tracks from terminal
  • PowerShell - Show File Extensions
©2025 David Kittell | WordPress Theme by SuperbThemes