diff --git a/Windows10/ADDReg1703.ps1 b/Windows10/ADDReg1703.ps1 index d10e3a9..025d0d3 100644 --- a/Windows10/ADDReg1703.ps1 +++ b/Windows10/ADDReg1703.ps1 @@ -1,5 +1,5 @@ -$WimFile = "D:\TEMP\Windows10_1703\sources\install.wim" -$MountPath = “D:\TEMP\Mount” +$WimFile = "C:\users\test\Desktop\Windows10\win10-1709\sources\install.wim" +$MountPath = “C:\users\test\Desktop\Mount” Mount-WindowsImage -ImagePath $WimFile -Index 1 -Path $MountPath diff --git a/Windows10/Add_Users_Files_Desktop_Icon.reg b/Windows10/Add_Users_Files_Desktop_Icon.reg new file mode 100644 index 0000000..2c7225a --- /dev/null +++ b/Windows10/Add_Users_Files_Desktop_Icon.reg @@ -0,0 +1,12 @@ +Windows Registry Editor Version 5.00 + +; Created by: Shawn Brink +; http://www.tenforums.com +; Tutorial: http://www.tenforums.com/tutorials/6942-desktop-icons-add-remove-windows-10-a.html + + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel] +"{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000 + +[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\ClassicStartMenu] +"{59031a47-3f72-44a7-89c5-5595fe6b30ee}"=dword:00000000 \ No newline at end of file diff --git a/Windows10/ApplyCleanstartmenu.ps1 b/Windows10/ApplyCleanstartmenu.ps1 index 8377919..244a424 100644 --- a/Windows10/ApplyCleanstartmenu.ps1 +++ b/Windows10/ApplyCleanstartmenu.ps1 @@ -1 +1 @@ -import-startlayout -layoutpath c:\Windows\Temp\Cleanstartmenu.xml -MountPath $env:SystemDrive\ \ No newline at end of file +import-startlayout -layoutpath c:\Windows\Temp\Cleanstartmenu_v1.xml -MountPath $env:SystemDrive\ \ No newline at end of file diff --git a/Windows10/Cleanstartmenu_v1.xml b/Windows10/Cleanstartmenu_v1.xml new file mode 100644 index 0000000..0ec7c1f --- /dev/null +++ b/Windows10/Cleanstartmenu_v1.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Windows10/bloc-barre des taches.xml b/Windows10/bloc-barre des taches.xml new file mode 100644 index 0000000..a73a023 --- /dev/null +++ b/Windows10/bloc-barre des taches.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file