<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>computer on Notities</title><link>https://www.vandenboom.icu/en/tags/computer/</link><description>Recent content in computer on Notities</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Mon, 28 Apr 2025 16:04:39 +0000</lastBuildDate><atom:link href="https://www.vandenboom.icu/en/tags/computer/index.xml" rel="self" type="application/rss+xml"/><item><title>This version of BootCamp is not intented for this computer</title><link>https://www.vandenboom.icu/en/blog/2025-this-version-of-boot-camp-is-not-intented-for-this-computer/</link><pubDate>Mon, 28 Apr 2025 16:04:39 +0000</pubDate><guid>https://www.vandenboom.icu/en/blog/2025-this-version-of-boot-camp-is-not-intented-for-this-computer/</guid><description>D﻿ear reader,
R﻿ecently I updated my Windows version of my MacBook Pro 16,1 BootCamp setup to Windows 11. Now I ran into the problem that my build in keyboard and trackpad were not working anymore. I had to overcome this issue by connecting a separate keyboard and mouse on a USB port.
I﻿ downloaded the software in the BootCamp utility on macOS that is compatible with my laptop, in this case version: Boot Camp drivers 6.</description></item><item><title>PowerShell computer resource monitor script with cpu percentage and advanced memory information</title><link>https://www.vandenboom.icu/en/blog/2024-powershell-computer-resource-monitor-script-with-cpu-percentage-and-advanced-memory-information/</link><pubDate>Thu, 04 Jan 2024 22:21:38 +0000</pubDate><guid>https://www.vandenboom.icu/en/blog/2024-powershell-computer-resource-monitor-script-with-cpu-percentage-and-advanced-memory-information/</guid><description>PowerShell computer resource monitor script with cpu percentage and advanced memory information
PowerShell Resource monitor $app=&amp;quot;notepad&amp;quot; $ids = Get-Process $app | Select-Object -Property Id | ForEach-Object {$_.Id} $filedate = Get-Date -format &amp;quot;yyyy-MM-dd&amp;quot; #echo $pids foreach ($id in $ids) { $date = Get-Date -format &amp;quot;yyyy-MM-dd HH:mm:ss&amp;quot; # process CPU information $ProcessId = $id $Process = Get-WmiObject -Query &amp;quot;SELECT * FROM Win32_PerfFormattedData_PerfProc_Process WHERE IDProcess = $ProcessId&amp;quot; $usage = $Process.PercentProcessorTime # process Mem information $TotalMemory = (Get-CimInstance Win32_ComputerSystem).</description></item><item><title>New life in an old Apple computer (iMac, MacBook)</title><link>https://www.vandenboom.icu/en/blog/2022-nieuw-leven-in-een-oude-apple-computer-imac-macbook/</link><pubDate>Fri, 25 Feb 2022 11:09:02 +0000</pubDate><guid>https://www.vandenboom.icu/en/blog/2022-nieuw-leven-in-een-oude-apple-computer-imac-macbook/</guid><description>Install the VirtualBox application and run a virtual machine inside it with the latest version of Linux or Windows. In many cases this can solve problems with browsing the internet — for example, making it possible to visit websites that no longer work in the old Apple environment.</description></item></channel></rss>