<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Microsoft on Notities</title><link>https://d8224bcf.backup-website.pages.dev/en/tags/microsoft/</link><description>Recent content in Microsoft on Notities</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 20 Jul 2026 22:38:58 +0200</lastBuildDate><atom:link href="https://d8224bcf.backup-website.pages.dev/en/tags/microsoft/index.xml" rel="self" type="application/rss+xml"/><item><title>Microsoft OneNote search not working anymore</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2025-microsoft-onenote-search-not-working-anymore/</link><pubDate>Thu, 10 Apr 2025 08:48:17 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2025-microsoft-onenote-search-not-working-anymore/</guid><description>&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;C﻿lose all Microsoft applications&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;R﻿ename the cache folder in:&lt;br&gt;
C:\Users\&amp;lt;User&amp;gt;\AppData\Local\Microsoft\OneNote\16.0&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;R﻿estart OneNote&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;P﻿.S.&lt;br&gt;
D﻿on&amp;rsquo;t worry if the Notebooks seem empty, they will be regenerated.&lt;/p&gt;</description></item><item><title>Install Microsoft Visual Studio Code in Linux from the repo</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2025-install-microsoft-visual-studio-code-in-linux-from-the-repo/</link><pubDate>Sat, 22 Mar 2025 22:13:54 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2025-install-microsoft-visual-studio-code-in-linux-from-the-repo/</guid><description>&lt;p&gt;F﻿ollow the below steps to install Microsoft Visual Studio Code IDE on Linux from its repository:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;sudo rpm &amp;ndash;import &lt;a href="https://packages.microsoft.com/keys/microsoft.asc"&gt;https://packages.microsoft.com/keys/microsoft.asc&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;sudo sh -c &amp;rsquo;echo -e &amp;ldquo;[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc&amp;rdquo; &amp;gt; /etc/yum.repos.d/vscode.repo'&lt;/p&gt;
&lt;p&gt;sudo dnf install code -y&lt;/p&gt;
&lt;/blockquote&gt;</description></item><item><title>Putting the Microsoft EFI boot files on the EFI partition</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2024-putting-the-microsoft-efi-boot-files-on-the-efi-partition/</link><pubDate>Sun, 07 Jul 2024 20:49:33 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2024-putting-the-microsoft-efi-boot-files-on-the-efi-partition/</guid><description>&lt;p&gt;Boot into the Windows installer&lt;/p&gt;
&lt;p&gt;On the first screen press SHIFT + F10&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;
# diskpart
# list disk
# select disk 0
# list part
Look for the Windows partition

# select part 3
# assign letter=W
# format quick fs=NTFS
# list volume
Look for the EFI volume

# select volume 2
# assign letter=Z
# exit

# D:
Goto the USB installer of Windows
# cd D:\sources
# dir install*
The file install.esd exists

# dism /Get-WimInfo /WimFile:D:\Sources\install.esd
Select the Index of the version of Windows you want

# dism /Apply-image /ImageFile:D:\Sources\install.esd /index:6 /ApplyDir:W:\
# bcdboot W:\Windows /l en-us /s Z: /f UEFI
Shutdown your computer and remove the USB installer
Now we have the Microsoft EFI boot files in the EFI partition in its designated folder
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Follow the normal procedure of installing Windows&lt;/p&gt;</description></item><item><title>Microsoft makes Office available for free on the website</title><link>https://d8224bcf.backup-website.pages.dev/en/blog/2023-microsoft-maakt-office-gratis-beschikbaar-op-de-website/</link><pubDate>Wed, 21 Jun 2023 16:46:56 +0000</pubDate><guid>https://d8224bcf.backup-website.pages.dev/en/blog/2023-microsoft-maakt-office-gratis-beschikbaar-op-de-website/</guid><description>&lt;p&gt;Do you already have a Microsoft account?&lt;/p&gt;
&lt;p&gt;Step 1.: log in to the website: office.com&lt;/p&gt;
&lt;p&gt;Step 2.: click on the icon with the 9 dots in the top left of the screen&lt;/p&gt;
&lt;p&gt;Step 3.: choose the Office app you want to use&lt;/br&gt;&lt;/br&gt;&lt;/p&gt;
&lt;p&gt;If you don&amp;rsquo;t have a Microsoft account yet you can create one for free.&lt;/p&gt;
&lt;p&gt;Step 1.: go to the website: account.microsoft.com&lt;/p&gt;
&lt;p&gt;Step 2.: click the sign in button&lt;/p&gt;</description></item></channel></rss>