🍃
Studying
Pinned Loading
-
simplify11
simplify11 PublicSimpler way to setup your Windows 🪟 (Individual Perfomance & Privacy tweaks, Space cleaner, App Installer)
-
autounattend.xml
autounattend.xml 1<?xml version="1.0" encoding="utf-8"?>
2<unattend xmlns="urn:schemas-microsoft-com:unattend" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State">
3<!--https://schneegans.de/windows/unattend-generator/?LanguageMode=Unattended&UILanguage=en-US&Locale=en-US&Keyboard=00000409&GeoLocation=244&ProcessorArchitecture=amd64&ComputerNameMode=Random&CompactOsMode=Default&TimeZoneMode=Implicit&PartitionMode=Interactive&WindowsEditionMode=Interactive&UserAccountMode=Interactive&PasswordExpirationMode=Unlimited&LockoutMode=Default&HideFiles=HiddenSystem&TaskbarSearch=Box&ShowFileExtensions=true&DeleteTaskbarIcons=true&HideTaskViewButton=true&LaunchToThisPC=true&TurnOffSystemSounds=true&DisableAppSuggestions=true&HideEdgeFre=true&WifiMode=Interactive&ExpressSettings=DisableAll&KeysMode=Skip&ColorMode=Default&WallpaperMode=Solid&WallpaperColor=%23000000&Remove3DViewer=true&RemoveBingSearch=true&RemoveClipchamp=true&RemoveMailCalendar=true&RemoveMaps=true&RemoveMixedReality=true&RemoveZuneVideo=true&RemoveNews=true&RemoveOneDrive=true&RemoveOneNote=true&RemoveOneSync=true&RemoveOutlook=true&RemovePeople=true&RemovePowerAutomate=true&RemoveQuickAssist=true&RemoveSkype=true&RemoveSolitaire=true&RemoveStickyNotes=true&RemoveTeams=true&RemoveGetStarted=true&RemoveToDo=true&StartTilesMode=Default&StartPinsMode=Default&FirstLogonScript1=%23+Define+the+path+to+the+desktop%0D%0A%24desktopPath+%3D+%5BSystem.Environment%5D%3A%3AGetFolderPath%28%27Desktop%27%29%0D%0A%0D%0A%23+Define+the+path+for+the+shortcut%0D%0A%24shortcutPath+%3D+Join-Path+-Path+%24desktopPath+-ChildPath+%22Simplify11.lnk%22%0D%0A%0D%0A%23+Create+a+new+COM+object+for+WScript.Shell%0D%0A%24wshShell+%3D+New-Object+-ComObject+WScript.Shell%0D%0A%0D%0A%23+Create+a+new+shortcut%0D%0A%24shortcut+%3D+%24wshShell.CreateShortcut%28%24shortcutPath%29%0D%0A%0D%0A%23+Set+the+target+path+to+launch+PowerShell+with+the+desired+command%0D%0A%24shortcut.TargetPath+%3D+%22powershell.exe%22%0D%0A%0D%0A%23+Set+the+arguments+to+execute+the+command%0D%0A%24shortcut.Arguments+%3D+%27-NoProfile+-ExecutionPolicy+Bypass+-Command+%22iwr+%5C%22https%3A%2F%2Fdub.sh%2Fsimplify11%5C%22+%7C+iex%22%27%0D%0A%0D%0A%23+Set+the+shortcut+description%0D%0A%24shortcut.Description+%3D+%22Launch+Simplify11%22%0D%0A%0D%0A%23+Set+the+shortcut+working+directory+%28optional%29%0D%0A%24shortcut.WorkingDirectory+%3D+%24desktopPath%0D%0A%0D%0A%23+Save+the+shortcut%0D%0A%24shortcut.Save%28%29%0D%0A%0D%0A%23+Output+confirmation+message%0D%0AWrite-Host+%22Shortcut+%27Simplify11%27+created+on+the+desktop.%22&FirstLogonScriptType1=Ps1&WdacMode=Skip-->
4<settings pass="offlineServicing"></settings>
5<settings pass="windowsPE">
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.