From a96b01271ed78ee2387337f8a147d10e8cdad923 Mon Sep 17 00:00:00 2001 From: andre Date: Thu, 1 Feb 2018 15:06:41 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20script=20pour=20appliquer=20le=20param?= =?UTF-8?q?=C3=A9trage=20du=20menu=20de=20d=C3=A9marrage=20de=20windows=20?= =?UTF-8?q?10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Windows10/ApplyCleanstartmenu.ps1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 Windows10/ApplyCleanstartmenu.ps1 diff --git a/Windows10/ApplyCleanstartmenu.ps1 b/Windows10/ApplyCleanstartmenu.ps1 new file mode 100644 index 0000000..8377919 --- /dev/null +++ b/Windows10/ApplyCleanstartmenu.ps1 @@ -0,0 +1 @@ +import-startlayout -layoutpath c:\Windows\Temp\Cleanstartmenu.xml -MountPath $env:SystemDrive\ \ No newline at end of file