Skip to content

Instantly share code, notes, and snippets.

View raulcarlomagno's full-sized avatar
☢️

Raul Carlomagno raulcarlomagno

☢️
View GitHub Profile
@raulcarlomagno
raulcarlomagno / ResetWindowsSearchBox.ps1
Created April 16, 2024 19:47
Reset Windows Search Box (win10 & win11)
# Copyright © 2019, Microsoft Corporation. All rights reserved.
function T-R
{
[CmdletBinding()]
Param(
[String] $n
)
$o = Get-Item -LiteralPath $n -ErrorAction SilentlyContinue