Thursday, March 27, 2025

Security and the boy who didn't want to go touch every computer because of a printer driver update...

DON'T DO THIS.  I REPEAT  DON'T DO THIS

Open Group Policy Editor:

  • Press Windows + R to open the Run dialog.
  • Type gpedit.msc and press Enter.

Navigate to Security Options:
  • Go to Computer Configuration > Policies > Windows Settings > Security Settings > Local Policies > Security Options.
  • Find the policy Devices: Prevent users from installing printer drivers.
  • Set this policy to Disabled.
Allow Non-Administrators to Install Drivers:

  • Navigate to Computer Configuration > Policies > Administrative Templates > System > Driver Installation.
  • Find the policy Allow non-administrators to install drivers for these device setup classes.
  • Set this policy to Enabled.
  • Click the Show button under the Options section and enter the following GUIDs:
    • Class = Printer {4658ee7e-f050-11d1-b6bd-00c04fa372a7}
    • Class = PNPPrinters {4d36e979-e325-11ce-bfc1-08002be10318}

Disable Point and Print Restrictions:

  • In Group Policy Editor, navigate to Computer Configuration > Policies > Administrative Templates > Printers.
  • Find the policy Point and Print Restrictions.
  • Set this policy to Disabled.

Restart Your Computer

Friday, March 7, 2025

Windows print to PDF

It's Friday and it's 4:02 PM. I have nothing more clever in me. I'm just ready to go home and pet my dog Lucy. Here's a poem about Lucy.

With fur like clouds, a snowy heap, 
Lucy the fluff, in slumber deep. 
A gentle giant, soft and white, 
A cuddly dream, a pure delight. 

Her paws like pillows, big and grand,
A wagging tail, across the land.
A loving gaze, a happy sigh,
My fluffy Lucy, reaching high!

Go to a command prompt and enter this command
dism /Online /Disable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestart
After it finishes, enter the following command and you should be good
dism /Online /Enable-Feature /FeatureName:"Printing-PrintToPDFServices-Features" /NoRestart

Awkward Introductions & Windows Hello

You know that feeling when you meet someone new and it just starts off a little awkward? You are then thinking to yourself it sure would be nice if I can start over. Well, this sometimes happens when you set up Windows Hello. IF you want to say goodbye to windows hello and start over, enter this command into powershell.

certutil -deletehellocontainer

.Net said .No so this says .Youbetterorelsebuddy

 I was having trouble with .net framework install on new computers.  I'm not sure why it didn't work repeatedly, but found that if y...