Are you looking for a way to assess your cloud readiness and optimize your Azure solutions? Do you want to get tailored feedback and best practices from Microsoft experts? If so, you should check out Microsoft Assessments, a free online platform that helps you evaluate your business strategies and workloads on Microsoft Learn. Microsoft Assessments …
Category: ITPro – Dojo
Sep 16
CTRL key Tips in Task Manager
Here are 3 Task Manager hidden features that might come in handy: Stopping task manager from refreshing One of the features of the Windows Task Manager is that it automatically refreshes the data every few seconds. This can be useful for monitoring the performance and activity of your system, but sometimes you may want to …
Jun 17
Easy way to access your UEFI bios from Windows 10/11
Accessing the bios of a device has become quite challenging on a lot of devices, the time it takes to start loading Windows from power down ha sbecome so short it’s quite possible you are no longer able to quickly pres the right key on the keyboard to skip to the bios. One option is …
Feb 12
Retreive & install oem bios Windows License key
Having trouble with your Windows activation on an OEM device? You might be able to fix it by retrieving the key from the bios. Run this in Powershell (Elevation should not be needed) If your device came with a license this command will show the key (looks like this: XXXXX-XXXX-XXXXX-XXXXX-XXXXX) Next you’ll want to check …
Feb 05
New Windows Build not showing up?
Running the previous build of Windows 11 or Windows 10 and the new build is not showing up for you? Checked updates in setting with no new build available? This might be due to policies set on your device trough Group policies or Intune set by you company admin. If those are not interfering with …
Jan 14
Deleted shortcuts by Attack Surface Reduction rule
Yesterday, January 13th an unintentional impact was triggered by a pattern update (1.381.2140.0) to users that had the ASR rule “Block Win32 API calls from Office macro” set to block mode. The impact was hard to miss, shortcuts pinned to taskbar & in the start menu went missing. The best thing to do was change …
Oct 14
Delete OEM drivers (to enable memory integrity)
On Windows 10/11 when memory integrity cannot be switched on due to incompatible drivers, you can use pnputil.exe to remove the affected OEM drivers Open Windows Security Select Device Security Select the Core isolation details Set the slider to ON to enable core isolation If any incompatible (old) drivers are on the system, you will …
Aug 13
Reliability History- quick status check
When issues arrise on a Windows device many of us dive into the eventlogs, check when latest updates were installed, when the device was restarted, how often does a certain app crash… This can be quite a job filtering through logs, looking up info at numerous locations. Windows has a built-in tool that does a …
Jul 31
Best Practice Analyser – ‘Warning’ Short file name creation should be disabled – Configuration
Disabling Short filename Creation frees up performance for other file server tasks This will stop NTFSfrom generating the 8 char filename alias for all files (only required for very old software) Example: Query the current state for the setting: To disable the function, change the following registry value & reboot the system HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem NtfsDisable8dot3NameCreation Set …