IT

NTFS Performance Hacks

https://web.archive.org/web/20160429224823/http://www.windowsdevcenter.com/pub/a/windows/2005/02/08/NTFS_Hacks.html   1. Disable Short Filenames By default, NTFS creates an 8.3 filename every time it creates a long filename,

IT

Automating Dell Command Update

@echo off TITLE Running DELL Command Update… REM Checks for updated DELL Drivers using DELL Command Update CLI “C:\Program Files\Dell\CommandUpdate\dcu-cli.exe”

IT

All Microsoft Admin Portals

From: Administrator Portals | Microsoft Portals (msportals.io) Administrator Portals Welcome to this community driven project to list all of Microsoft’s

IT

Getting started with PowerCLI

  #Set the participation to false and ignore invalid certificates for all users Set-PowerCLIConfiguration -Scope AllUsers -ParticipateInCeip $false -InvalidCertificateAction Ignore

Scroll to Top