Update apps list

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2022-06-09 16:32:21 +07:00
parent 4996b67cc0
commit e64f27542a

43
main.py
View File

@@ -69,42 +69,49 @@ dism /cleanup-wim
# dism /export-image /sourceimagefile:"{wimpath}" /sourceindex:1 /destinationimagefile:"{wimpath}.esd" /Compress:recovery # dism /export-image /sourceimagefile:"{wimpath}" /sourceindex:1 /destinationimagefile:"{wimpath}.esd" /Compress:recovery
apps = [ apps = [
"Microsoft.549981C3F5F10", # Cortana (W11)
"Microsoft.BingWeather", "Microsoft.BingWeather",
"Microsoft.GetHelp", "Microsoft.GetHelp",
"Microsoft.Getstarted", "Microsoft.Getstarted",
"Microsoft.MSPaint", # Paint 3D (W10)
"Microsoft.Messaging", "Microsoft.Messaging",
"Microsoft.Microsoft3DViewer", "Microsoft.Microsoft3DViewer",
"Microsoft.MixedReality.Portal",
"Microsoft.MicrosoftOfficeHub", "Microsoft.MicrosoftOfficeHub",
"Microsoft.MicrosoftSolitaireCollection", "Microsoft.MicrosoftSolitaireCollection",
"Microsoft.MicrosoftStickyNotes", "Microsoft.MicrosoftStickyNotes",
"Microsoft.MSPaint",#Paint 3D (Windows 10) "Microsoft.MixedReality.Portal",
"Microsoft.Office.OneNote", "Microsoft.Office.OneNote",
"Microsoft.OneConnect", "Microsoft.OneConnect",
"Microsoft.People", "Microsoft.People",
"Microsoft.ScreenSketch",#Скриншоты (Windows 10 1809+)
"Microsoft.YourPhone",#Ваш телефон (Windows 10 1809+)
"Microsoft.Print3D", "Microsoft.Print3D",
"Microsoft.ScreenSketch", # Скриншоты (W10 1809+)
"Microsoft.SkypeApp", "Microsoft.SkypeApp",
"Microsoft.Xbox.TCUI", # Xbox Live (W11)
"Microsoft.XboxApp", # Xbox (W10)
"Microsoft.XboxGameOverlay", # (W11)
"Microsoft.XboxGamingOverlay", # Xbox Game Bar (W11)
"Microsoft.XboxIdentityProvider", # (W11)
"Microsoft.XboxSpeechToTextOverlay", # (W11)
"Microsoft.YourPhone", # Ваш телефон (W10 1809+)
"Microsoft.ZuneMusic", "Microsoft.ZuneMusic",
"Microsoft.ZuneVideo",#Кино и ТВ "Microsoft.ZuneVideo", # Кино и ТВ
"Microsoft.XboxApp"#Xbox (Windows 10) # Все что было обнаружено в W10 из списка W11
# "Microsoft.Windows.Cortana" # ?????
]
w11_apps = [
"Microsoft.WindowsAlarms", "Microsoft.WindowsAlarms",
"Microsoft.WindowsCamera", "Microsoft.WindowsCamera",
"microsoft.windowscommunicationsapps",
"Microsoft.WindowsFeedbackHub", "Microsoft.WindowsFeedbackHub",
"Microsoft.WindowsMaps", "Microsoft.WindowsMaps",
"Microsoft.WindowsSoundRecorder", "Microsoft.WindowsSoundRecorder",
"Microsoft.GamingApp",#Xbox (Windows 11) "microsoft.windowscommunicationsapps",
"Microsoft.PowerAutomateDesktop",#(Windows11) ]
"Microsoft.Todos",#(Windows11)
"Microsoft.BingNews",#Новости (Windows 11) w11_apps = [
"MicrosoftWindows.Client.WebExperience",#Виджеты (Windows 11) "Microsoft.BingNews", # Новости (W11)
"Microsoft.Paint"#Paint (Windows11) "Microsoft.GamingApp", # Xbox (W11)
# "Microsoft.Paint", # Paint (W11)
"Microsoft.PowerAutomateDesktop", # (W11)
"Microsoft.Todos", # (W11)
"MicrosoftTeams", # Teams (W11)
"MicrosoftWindows.Client.WebExperience", # Виджеты (W11)
] ]
@@ -183,7 +190,7 @@ def main():
print("Затраченное время:", ((time()-time_start) / 60)) print("Затраченное время:", ((time()-time_start) / 60))
if __name__ == '__main__': if __name__ == "__main__":
try: try:
if not is_admin(): if not is_admin():
print("Запустите программу от имени администратора!") print("Запустите программу от имени администратора!")