New Dumb Apps On Fresh Install


SightUp

Well-known member
Local time
8:57 PM
Posts
120
OS
Windows
I just reinstalled Windows 11 and I got a few new apps I haven't seen before and I need to find out their names to add them to my .bat file that's below.

There was Tiktok, Disney+, Facebook, some kind of clip art... Maybe there was one or two more. Surely someone has noticed these.

PowerShell -Command "Get-appxpackage -allusers *Microsoft.Wallet* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.Wallet*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.Xbox.TCUI* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.Xbox.TCUI*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.XboxIdentityProvider* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.XboxIdentityProvider*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.549981C3F5F10* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.549981C3F5F10*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.BingNews* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.BingNews*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.BingWeather* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.BingWeather*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.DesktopAppInstaller* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.DesktopAppInstaller*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.GamingApp* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.GamingApp*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.GetHelp* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.GetHelp*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.Getstarted* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.Getstarted*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.MicrosoftOfficeHub* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.MicrosoftOfficeHub*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.MicrosoftSolitaireCollection* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.MicrosoftSolitaireCollection*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.MicrosoftStickyNotes* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.MicrosoftStickyNotes*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.People* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.People*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.PowerAutomateDesktop* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.PowerAutomateDesktop*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.ScreenSketch* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.ScreenSketch*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.StorePurchaseApp* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.StorePurchaseApp*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.Todos* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.Todos*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.WindowsAlarms* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.WindowsAlarms*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.WindowsCalculator* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.WindowsCalculator*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.WindowsCamera* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.WindowsCamera*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *microsoft.windowscommunicationsapps* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*microsoft.windowscommunicationsapps*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.WindowsFeedbackHub* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.WindowsFeedbackHub*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.WindowsMaps* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.WindowsMaps*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.WindowsSoundRecorder* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.WindowsSoundRecorder*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.WindowsStore* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.WindowsStore*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.XboxGameOverlay* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.XboxGameOverlay*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.XboxGamingOverlay* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.XboxGamingOverlay*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.XboxSpeechToTextOverlay* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.XboxSpeechToTextOverlay*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.YourPhone* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.YourPhone*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.ZuneMusic* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.ZuneMusic*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

PowerShell -Command "Get-appxpackage -allusers *Microsoft.ZuneVideo* | Remove-AppxPackage"
TIMEOUT 5
PowerShell -Command "Get-appxprovisionedpackage -online | where-object {$_.packagename -like '*Microsoft.ZuneVideo*'} | remove-appxprovisionedpackage -online"
TIMEOUT 5

Pause

What are the names of the apps so I can add them to my script?
 

My Computer

System One

  • OS
    Windows
    CPU
    Intel 8086k
    Motherboard
    Asus z370-F
    Graphics Card(s)
    EVGA 3080 Ti FTW3 Ultra
    Sound Card
    ADI-2 DAC fs
Scripts are handy... REVO Uninstaller is handier.

These are the Apps I didn't uninstall...

00000 REVO - Win 11-10.png


Advantages of REVO Uninstaller...

1. It doesn't need to know what Microsoft calls the Apps.
2. After uninstallation, it can "scan for leftovers", and remove them.
3. It has a special section just for uninstalling Windows Apps.
4. It's free.


 

My Computers

System One System Two

  • OS
    Win 11 Home ♦♦♦22631.3374 ♦♦♦♦♦♦♦23H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Built by Ghot® [May 2020]
    CPU
    AMD Ryzen 7 3700X
    Motherboard
    Asus Pro WS X570-ACE (BIOS 4702)
    Memory
    G.Skill (F4-3200C14D-16GTZKW)
    Graphics Card(s)
    EVGA RTX 2070 (08G-P4-2171-KR)
    Sound Card
    Realtek ALC1220P / ALC S1220A
    Monitor(s) Displays
    Dell U3011 30"
    Screen Resolution
    2560 x 1600
    Hard Drives
    2x Samsung 860 EVO 500GB,
    WD 4TB Black FZBX - SATA III,
    WD 8TB Black FZBX - SATA III,
    DRW-24B1ST CD/DVD Burner
    PSU
    PC Power & Cooling 750W Quad EPS12V
    Case
    Cooler Master ATCS 840 Tower
    Cooling
    CM Hyper 212 EVO (push/pull)
    Keyboard
    Ducky DK9008 Shine II Blue LED
    Mouse
    Logitech Optical M-100
    Internet Speed
    300/300
    Browser
    Firefox (latest)
    Antivirus
    Bitdefender Internet Security
    Other Info
    Speakers: Klipsch Pro Media 2.1
  • Operating System
    Windows XP Pro 32bit w/SP3
    Computer type
    PC/Desktop
    Manufacturer/Model
    Built by Ghot® (not in use)
    CPU
    AMD Athlon 64 X2 5000+ (OC'd @ 3.2Ghz)
    Motherboard
    ASUS M2N32-SLI Deluxe Wireless Edition
    Memory
    TWIN2X2048-6400C4DHX (2 x 1GB, DDR2 800)
    Graphics card(s)
    EVGA 256-P2-N758-TR GeForce 8600GT SSC
    Sound Card
    Onboard
    Monitor(s) Displays
    ViewSonic G90FB Black 19" Professional (CRT)
    Screen Resolution
    up to 2048 x 1536
    Hard Drives
    WD 36GB 10,000rpm Raptor SATA
    Seagate 80GB 7200rpm SATA
    Lite-On LTR-52246S CD/RW
    Lite-On LH-18A1P CD/DVD Burner
    PSU
    PC Power & Cooling Silencer 750 Quad EPS12V
    Case
    Generic Beige case, 80mm fans
    Cooling
    ZALMAN 9500A 92mm CPU Cooler
    Mouse
    Logitech Optical M-BT96a
    Keyboard
    Logitech Classic Keybooard 200
    Internet Speed
    300/300
    Browser
    Firefox 3.x ??
    Antivirus
    Symantec (Norton)
    Other Info
    Still assembled, still runs. Haven't turned it on for 13 years?
Here's an example.
I just uninstalled Power Automate.
Then I scanned for leftovers...


Image1.png



Unlike Remove-AppxPackage which I doubt removes leftovers, REVO does clean up all the junk left behind.
I've always deleted all the "leftovers". I haven't managed to break anything yet.

Ofc, I do use backup software. Namely, Macrium Reflect.
 

My Computers

System One System Two

  • OS
    Win 11 Home ♦♦♦22631.3374 ♦♦♦♦♦♦♦23H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Built by Ghot® [May 2020]
    CPU
    AMD Ryzen 7 3700X
    Motherboard
    Asus Pro WS X570-ACE (BIOS 4702)
    Memory
    G.Skill (F4-3200C14D-16GTZKW)
    Graphics Card(s)
    EVGA RTX 2070 (08G-P4-2171-KR)
    Sound Card
    Realtek ALC1220P / ALC S1220A
    Monitor(s) Displays
    Dell U3011 30"
    Screen Resolution
    2560 x 1600
    Hard Drives
    2x Samsung 860 EVO 500GB,
    WD 4TB Black FZBX - SATA III,
    WD 8TB Black FZBX - SATA III,
    DRW-24B1ST CD/DVD Burner
    PSU
    PC Power & Cooling 750W Quad EPS12V
    Case
    Cooler Master ATCS 840 Tower
    Cooling
    CM Hyper 212 EVO (push/pull)
    Keyboard
    Ducky DK9008 Shine II Blue LED
    Mouse
    Logitech Optical M-100
    Internet Speed
    300/300
    Browser
    Firefox (latest)
    Antivirus
    Bitdefender Internet Security
    Other Info
    Speakers: Klipsch Pro Media 2.1
  • Operating System
    Windows XP Pro 32bit w/SP3
    Computer type
    PC/Desktop
    Manufacturer/Model
    Built by Ghot® (not in use)
    CPU
    AMD Athlon 64 X2 5000+ (OC'd @ 3.2Ghz)
    Motherboard
    ASUS M2N32-SLI Deluxe Wireless Edition
    Memory
    TWIN2X2048-6400C4DHX (2 x 1GB, DDR2 800)
    Graphics card(s)
    EVGA 256-P2-N758-TR GeForce 8600GT SSC
    Sound Card
    Onboard
    Monitor(s) Displays
    ViewSonic G90FB Black 19" Professional (CRT)
    Screen Resolution
    up to 2048 x 1536
    Hard Drives
    WD 36GB 10,000rpm Raptor SATA
    Seagate 80GB 7200rpm SATA
    Lite-On LTR-52246S CD/RW
    Lite-On LH-18A1P CD/DVD Burner
    PSU
    PC Power & Cooling Silencer 750 Quad EPS12V
    Case
    Generic Beige case, 80mm fans
    Cooling
    ZALMAN 9500A 92mm CPU Cooler
    Mouse
    Logitech Optical M-BT96a
    Keyboard
    Logitech Classic Keybooard 200
    Internet Speed
    300/300
    Browser
    Firefox 3.x ??
    Antivirus
    Symantec (Norton)
    Other Info
    Still assembled, still runs. Haven't turned it on for 13 years?
I have been very apprehensive about Revo Uninstaller. Maybe I should give it a shot. It doesn't deposit a file in one of the appdata folders or anything like that?
 

My Computer

System One

  • OS
    Windows
    CPU
    Intel 8086k
    Motherboard
    Asus z370-F
    Graphics Card(s)
    EVGA 3080 Ti FTW3 Ultra
    Sound Card
    ADI-2 DAC fs
I have been very apprehensive about Revo Uninstaller. Maybe I should give it a shot. It doesn't deposit a file in one of the appdata folders or anything like that?


I doubt it. I've been using it for years, never had any problems.
But... "you can never have too much backup".


Macrium Software | Reflect Free Edition


Quickie Macrium picture guide...
Macrium Reflect and Bootable Rescue Media, pictures...


Macrium Reflect User Guide...
https://updates.macrium.com/reflect/v8/user_guide/macrium_reflect_v8.0_user_guide.pdf

Macrium Notes:
1. A full OS image backup will be approx. 1/2 the size of the total "used space" on the C:\ drive.
2. Backing up takes about 75 seconds for every 20GB of "used space" on the C:\ drive.


Full tutorial...
Backup and Restore with Macrium Reflect

000000 Get backup software.png






Once you have a decent backup, you can "TRY" anything. With the Macrium bootable rescue media, you can even access your backups if Windows won't boot.

Install REVO. Pick some benign Windows App to uninstall. Then do the scan for leftovers.
Then check and see if there was anything "deposited" anywhere.
After using REVO for 10-15 years... I quit checking and just started trusting the program. ^^
 
Last edited:

My Computers

System One System Two

  • OS
    Win 11 Home ♦♦♦22631.3374 ♦♦♦♦♦♦♦23H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Built by Ghot® [May 2020]
    CPU
    AMD Ryzen 7 3700X
    Motherboard
    Asus Pro WS X570-ACE (BIOS 4702)
    Memory
    G.Skill (F4-3200C14D-16GTZKW)
    Graphics Card(s)
    EVGA RTX 2070 (08G-P4-2171-KR)
    Sound Card
    Realtek ALC1220P / ALC S1220A
    Monitor(s) Displays
    Dell U3011 30"
    Screen Resolution
    2560 x 1600
    Hard Drives
    2x Samsung 860 EVO 500GB,
    WD 4TB Black FZBX - SATA III,
    WD 8TB Black FZBX - SATA III,
    DRW-24B1ST CD/DVD Burner
    PSU
    PC Power & Cooling 750W Quad EPS12V
    Case
    Cooler Master ATCS 840 Tower
    Cooling
    CM Hyper 212 EVO (push/pull)
    Keyboard
    Ducky DK9008 Shine II Blue LED
    Mouse
    Logitech Optical M-100
    Internet Speed
    300/300
    Browser
    Firefox (latest)
    Antivirus
    Bitdefender Internet Security
    Other Info
    Speakers: Klipsch Pro Media 2.1
  • Operating System
    Windows XP Pro 32bit w/SP3
    Computer type
    PC/Desktop
    Manufacturer/Model
    Built by Ghot® (not in use)
    CPU
    AMD Athlon 64 X2 5000+ (OC'd @ 3.2Ghz)
    Motherboard
    ASUS M2N32-SLI Deluxe Wireless Edition
    Memory
    TWIN2X2048-6400C4DHX (2 x 1GB, DDR2 800)
    Graphics card(s)
    EVGA 256-P2-N758-TR GeForce 8600GT SSC
    Sound Card
    Onboard
    Monitor(s) Displays
    ViewSonic G90FB Black 19" Professional (CRT)
    Screen Resolution
    up to 2048 x 1536
    Hard Drives
    WD 36GB 10,000rpm Raptor SATA
    Seagate 80GB 7200rpm SATA
    Lite-On LTR-52246S CD/RW
    Lite-On LH-18A1P CD/DVD Burner
    PSU
    PC Power & Cooling Silencer 750 Quad EPS12V
    Case
    Generic Beige case, 80mm fans
    Cooling
    ZALMAN 9500A 92mm CPU Cooler
    Mouse
    Logitech Optical M-BT96a
    Keyboard
    Logitech Classic Keybooard 200
    Internet Speed
    300/300
    Browser
    Firefox 3.x ??
    Antivirus
    Symantec (Norton)
    Other Info
    Still assembled, still runs. Haven't turned it on for 13 years?
Here's some more stuff you might like...





And let's not forget Winaero Tweaker.


Old pic, taken on Windows 10. But I use it on Windows 11 as well.
All it really does is give you check boxes to enable or disable, ton of Windows... things.
00000 Winaero Tweaker.png




My Windows 10 and Windows 11 desktops...

000000 Win 10 vs Win 11.jpg 00000 Hard Drives.pngMS aint the boss.jpg
 
Last edited:

My Computers

System One System Two

  • OS
    Win 11 Home ♦♦♦22631.3374 ♦♦♦♦♦♦♦23H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Built by Ghot® [May 2020]
    CPU
    AMD Ryzen 7 3700X
    Motherboard
    Asus Pro WS X570-ACE (BIOS 4702)
    Memory
    G.Skill (F4-3200C14D-16GTZKW)
    Graphics Card(s)
    EVGA RTX 2070 (08G-P4-2171-KR)
    Sound Card
    Realtek ALC1220P / ALC S1220A
    Monitor(s) Displays
    Dell U3011 30"
    Screen Resolution
    2560 x 1600
    Hard Drives
    2x Samsung 860 EVO 500GB,
    WD 4TB Black FZBX - SATA III,
    WD 8TB Black FZBX - SATA III,
    DRW-24B1ST CD/DVD Burner
    PSU
    PC Power & Cooling 750W Quad EPS12V
    Case
    Cooler Master ATCS 840 Tower
    Cooling
    CM Hyper 212 EVO (push/pull)
    Keyboard
    Ducky DK9008 Shine II Blue LED
    Mouse
    Logitech Optical M-100
    Internet Speed
    300/300
    Browser
    Firefox (latest)
    Antivirus
    Bitdefender Internet Security
    Other Info
    Speakers: Klipsch Pro Media 2.1
  • Operating System
    Windows XP Pro 32bit w/SP3
    Computer type
    PC/Desktop
    Manufacturer/Model
    Built by Ghot® (not in use)
    CPU
    AMD Athlon 64 X2 5000+ (OC'd @ 3.2Ghz)
    Motherboard
    ASUS M2N32-SLI Deluxe Wireless Edition
    Memory
    TWIN2X2048-6400C4DHX (2 x 1GB, DDR2 800)
    Graphics card(s)
    EVGA 256-P2-N758-TR GeForce 8600GT SSC
    Sound Card
    Onboard
    Monitor(s) Displays
    ViewSonic G90FB Black 19" Professional (CRT)
    Screen Resolution
    up to 2048 x 1536
    Hard Drives
    WD 36GB 10,000rpm Raptor SATA
    Seagate 80GB 7200rpm SATA
    Lite-On LTR-52246S CD/RW
    Lite-On LH-18A1P CD/DVD Burner
    PSU
    PC Power & Cooling Silencer 750 Quad EPS12V
    Case
    Generic Beige case, 80mm fans
    Cooling
    ZALMAN 9500A 92mm CPU Cooler
    Mouse
    Logitech Optical M-BT96a
    Keyboard
    Logitech Classic Keybooard 200
    Internet Speed
    300/300
    Browser
    Firefox 3.x ??
    Antivirus
    Symantec (Norton)
    Other Info
    Still assembled, still runs. Haven't turned it on for 13 years?
1657103030574.png

This garbage deposited folders everywhere!!! Thanks for the bad advice. :mad:

Can anyone help me with my original problem? How can I add the said to my .bat file?
 

My Computer

System One

  • OS
    Windows
    CPU
    Intel 8086k
    Motherboard
    Asus z370-F
    Graphics Card(s)
    EVGA 3080 Ti FTW3 Ultra
    Sound Card
    ADI-2 DAC fs
View attachment 33215

This garbage deposited folders everywhere!!! Thanks for the bad advice. :mad:
No bad advice at all, probably user error. Dunno what you did there (wherever that is on your device) to get those extra folders.. Can't find those folders anywhere near my VirtualStore.

Absolutely good advice if you know what you're doing.

RevoUninstaller, absolutely.
 

My Computers

System One System Two

  • OS
    Windows 11 22H2 (latest update ... forever anal)
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Slim S01
    CPU
    Intel i5-9400
    Memory
    8GB
    Graphics Card(s)
    NVIDIA GeForce GT730
    Sound Card
    OOBE
    Monitor(s) Displays
    Acer 32"
    Screen Resolution
    1920x1080
    Hard Drives
    2 x 1TB SSDs
    PSU
    OOBE
    Case
    OOBE
    Cooling
    OOBE
    Keyboard
    Logitech wireless
    Mouse
    Logitech wireless
    Internet Speed
    Classic Australian w.a.p.
    Browser
    Brave
    Antivirus
    KIS
  • Operating System
    Windows 11 Pro (latest upadte ... anally always)
    Computer type
    Laptop
    Manufacturer/Model
    HP Pavillion 15
    CPU
    i7-1165G7 @ 2.80GHz
    Graphics card(s)
    Intel Iris Xe Graphics
    Hard Drives
    Samsung NVMe 512GB
    + numerous/multiple SSD Type C USB enclosures
    Internet Speed
    NBN FTTN 50
    Browser
    Brave
    Antivirus
    KIS
If I ask about something specific, specifically It doesn't deposit a file in one of the appdata folders or anything like that and you say no, and it does it anyways, that's bad advice. That's the very definition. The whole reason of using .bat files and scripts is so nothing extra gets put on the system.
 

My Computer

System One

  • OS
    Windows
    CPU
    Intel 8086k
    Motherboard
    Asus z370-F
    Graphics Card(s)
    EVGA 3080 Ti FTW3 Ultra
    Sound Card
    ADI-2 DAC fs
If I ask about something specific, specifically It doesn't deposit a file in one of the appdata folders or anything like that and you say no, and it does it anyways, that's bad advice. That's the very definition. The whole reason of using .bat files and scripts is so nothing extra gets put on the system.
And I'm saying the installation of Revo didn't on mine, so something wrong your end. It wasn't bad advice.

In any case, what's it matter? Files and folders in AppData/Local or /Roaming are an intetgral part of the installation of many programs. It's part of the Windows OS structure.
 

My Computers

System One System Two

  • OS
    Windows 11 22H2 (latest update ... forever anal)
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Slim S01
    CPU
    Intel i5-9400
    Memory
    8GB
    Graphics Card(s)
    NVIDIA GeForce GT730
    Sound Card
    OOBE
    Monitor(s) Displays
    Acer 32"
    Screen Resolution
    1920x1080
    Hard Drives
    2 x 1TB SSDs
    PSU
    OOBE
    Case
    OOBE
    Cooling
    OOBE
    Keyboard
    Logitech wireless
    Mouse
    Logitech wireless
    Internet Speed
    Classic Australian w.a.p.
    Browser
    Brave
    Antivirus
    KIS
  • Operating System
    Windows 11 Pro (latest upadte ... anally always)
    Computer type
    Laptop
    Manufacturer/Model
    HP Pavillion 15
    CPU
    i7-1165G7 @ 2.80GHz
    Graphics card(s)
    Intel Iris Xe Graphics
    Hard Drives
    Samsung NVMe 512GB
    + numerous/multiple SSD Type C USB enclosures
    Internet Speed
    NBN FTTN 50
    Browser
    Brave
    Antivirus
    KIS
And I'm saying the installation of Revo didn't on mine, so something wrong your end. It wasn't bad advice.

In any case, what's it matter? Files and folders in AppData/Local or /Roaming are an intetgral part of the installation of many programs. It's part of the Windows OS structure.
So you don't know how to help with my question?
 

My Computer

System One

  • OS
    Windows
    CPU
    Intel 8086k
    Motherboard
    Asus z370-F
    Graphics Card(s)
    EVGA 3080 Ti FTW3 Ultra
    Sound Card
    ADI-2 DAC fs

My Computers

System One System Two

  • OS
    Windows 11 22H2 (latest update ... forever anal)
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Slim S01
    CPU
    Intel i5-9400
    Memory
    8GB
    Graphics Card(s)
    NVIDIA GeForce GT730
    Sound Card
    OOBE
    Monitor(s) Displays
    Acer 32"
    Screen Resolution
    1920x1080
    Hard Drives
    2 x 1TB SSDs
    PSU
    OOBE
    Case
    OOBE
    Cooling
    OOBE
    Keyboard
    Logitech wireless
    Mouse
    Logitech wireless
    Internet Speed
    Classic Australian w.a.p.
    Browser
    Brave
    Antivirus
    KIS
  • Operating System
    Windows 11 Pro (latest upadte ... anally always)
    Computer type
    Laptop
    Manufacturer/Model
    HP Pavillion 15
    CPU
    i7-1165G7 @ 2.80GHz
    Graphics card(s)
    Intel Iris Xe Graphics
    Hard Drives
    Samsung NVMe 512GB
    + numerous/multiple SSD Type C USB enclosures
    Internet Speed
    NBN FTTN 50
    Browser
    Brave
    Antivirus
    KIS
I thought I just did .... :unsure:
No, you did not. My question, if you actually cared to read the thread, is how do I add the aforementioned apps to the .bat?
 

My Computer

System One

  • OS
    Windows
    CPU
    Intel 8086k
    Motherboard
    Asus z370-F
    Graphics Card(s)
    EVGA 3080 Ti FTW3 Ultra
    Sound Card
    ADI-2 DAC fs
No, you did not. My question, if you actually cared to read the thread, is how do I add the aforementioned apps to the .bat?
The script displayed in your OP list apps that are installed and are more reliably and cleanly removed by RevoUninstaller, rather than by a script

The miscellaneous apps you indicate (Tik, Sidney, Bacefook etc) are not installed, they're just shortcut links to web sites. They don't need to be uninstalled, despite the fact that Microsoft use that term when you right-click on them and choose that word/option to remove them.
 

My Computers

System One System Two

  • OS
    Windows 11 22H2 (latest update ... forever anal)
    Computer type
    PC/Desktop
    Manufacturer/Model
    HP Slim S01
    CPU
    Intel i5-9400
    Memory
    8GB
    Graphics Card(s)
    NVIDIA GeForce GT730
    Sound Card
    OOBE
    Monitor(s) Displays
    Acer 32"
    Screen Resolution
    1920x1080
    Hard Drives
    2 x 1TB SSDs
    PSU
    OOBE
    Case
    OOBE
    Cooling
    OOBE
    Keyboard
    Logitech wireless
    Mouse
    Logitech wireless
    Internet Speed
    Classic Australian w.a.p.
    Browser
    Brave
    Antivirus
    KIS
  • Operating System
    Windows 11 Pro (latest upadte ... anally always)
    Computer type
    Laptop
    Manufacturer/Model
    HP Pavillion 15
    CPU
    i7-1165G7 @ 2.80GHz
    Graphics card(s)
    Intel Iris Xe Graphics
    Hard Drives
    Samsung NVMe 512GB
    + numerous/multiple SSD Type C USB enclosures
    Internet Speed
    NBN FTTN 50
    Browser
    Brave
    Antivirus
    KIS
I don't know how many times I have to say that I don't want to use a 3rd party application if I don't have to especially if it deposits folders.

I do want to create a .bat file that takes care of everything in one go.
 

My Computer

System One

  • OS
    Windows
    CPU
    Intel 8086k
    Motherboard
    Asus z370-F
    Graphics Card(s)
    EVGA 3080 Ti FTW3 Ultra
    Sound Card
    ADI-2 DAC fs
I just reinstalled Windows 11 and I got a few new apps I haven't seen before and I need to find out their names to add them to my .bat file that's below.

There was Tiktok, Disney+, Facebook, some kind of clip art... Maybe there was one or two more. Surely someone has noticed these.



What are the names of the apps so I can add them to my script?
I don't see those apps in my Windows 11 Pro and have never deleted them.

I don't know how many times I have to say that I don't want to use a 3rd party application if I don't have to especially if it deposits folders.

I do want to create a .bat file that takes care of everything in one go.
If no one sees them, they might not have a solution for you at the moment.

Out of curiosity, and I know it's your machine, why wouldn't you want something like Revo Uninstaller on your system? If you absolutely don't want anything created, the portable version of it might not create things on your system. But then, that one costs money.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro Beta
    Computer type
    PC/Desktop
    Manufacturer/Model
    Home built
    CPU
    Ryzen 9 5900X
    Motherboard
    MSI MPG X570S Edge Max WiFi
    Memory
    Patriot Viper Gaming DDR4 Extreme Performance (2 x32MB)
    Graphics Card(s)
    ZOTAC RTX 3060 Twin Edge OC 12GB GDDR6/ ZOTAC Gaming GeForce GTX 1660 Super 6GB GDDR6 192-bit Gaming Graphics Card
    Sound Card
    Proprietary
    Monitor(s) Displays
    ViewSonic XG2530 25"/Benq XL2411P 24"/ ASUS VA24DQSB) 23.8"
    Screen Resolution
    1920x1080 240Hz/144Hz/60Hz (based on monitor setup above)
    Hard Drives
    SK hynix Gold P31 1TB PCIe NVMe Gen3 M.2 2280 Internal SSD
    ADATA XPG SX8200 Pro 1TB
    Samsung SSD 860 EVO 1TB 2.5 Inch SATA III Internal SSD
    PSU
    Thermaltake Smart 700W 80+ White Certified PSU
    Case
    Rosewill ATX Mid Tower Gaming Computer Case, Gaming Case with Blue LED for Desktop
    Cooling
    Corsair iCUE H60i RGB PRO XT Liquid CPU Cooler
    Keyboard
    Corsair K70
    Mouse
    Logitech MX Master 3
    Internet Speed
    ~950Mb/s upload/ ~700Mb/s download
    Browser
    Edge (Chromium)
    Antivirus
    Norton 360
  • Operating System
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    Home Built
    CPU
    Ryzen 7 3700X
    Motherboard
    MSI B550 Gaming GEN3 Gaming Motherboard
    Memory
    32MB DDR4
    Graphics card(s)
    I forget, but it's old. I can't see the need to upgrade it.
    Sound Card
    Propietary
    Monitor(s) Displays
    ACER LED 24"
    Screen Resolution
    1920X1080
    Hard Drives
    1TB Samsung SSD 3.5"
    Case
    Corsair
    Cooling
    Stock
    Mouse
    Logitech
    Keyboard
    Logitech
    Internet Speed
    ~750Mb/s download / ~750Mb/s upload
    Browser
    Edge
    Antivirus
    Defender and Malware Bytes
I don't see those apps in my Windows 11 Pro and have never deleted them.


If no one sees them, they might not have a solution for you at the moment.

Out of curiosity, and I know it's your machine, why wouldn't you want something like Revo Uninstaller on your system? If you absolutely don't want anything created, the portable version of it might not create things on your system. But then, that one costs money.

I am super anal about files on my rig. I do a clean wipe every 6 moths or so. I want the cleanest possible system. I have created a how to guide for myself that took literal years to make and everything is tweaked just so. For example, I reinstalled Windows about 30 times and tested the correct order of operations of how you should install drivers, ie the order that you should install, chipset, IME, Nvidia, sound drivers, etc. I actually have never ran benchmarks in Windows 11, and so it might not even matter anymore, but back in Windows Vista when I started this the benchmarks actually varied depending on their install order. Back to your actual question, I do not want applications depositing files or registry values. And after launching REVO, I found out it still doesn't see Edge installed, albeit I uninstalled it with the script, but the application is still being shown installed via the Start menu. To me, it offers no value as it doesn't compete with the .bat file.
 

My Computer

System One

  • OS
    Windows
    CPU
    Intel 8086k
    Motherboard
    Asus z370-F
    Graphics Card(s)
    EVGA 3080 Ti FTW3 Ultra
    Sound Card
    ADI-2 DAC fs
I don't know how many times I have to say that I don't want to use a 3rd party application if I don't have to especially if it deposits folders.

I do want to create a .bat file that takes care of everything in one go.
Don't get your paranoia about having a program create files and folders when it installs itself and that's pretty standard practice. As has already been mentioned, the other 'apps' you see such as TikTok, Disney+ etc. are just SHORTCUTS to then install the app!! Although as your script removes Microsoft Store they won't get installed anyway! Just right click and select uninstall, also out of curiosity why do you want your system to be so stripped down?
 

My Computers

System One System Two

  • OS
    Windows 11 build 10.0.22635.3350
    Computer type
    Laptop
    Manufacturer/Model
    Dell Inspiron 14 5430
    CPU
    Intel i7-1355U
    Motherboard
    Dell 0GMW80
    Memory
    16GB
    Graphics Card(s)
    Intel Iris XE
    Sound Card
    Realtek
    Monitor(s) Displays
    Dell 14" and LG Ultrawide 26"
    Screen Resolution
    1920 x 1200 and 2560 x 1080
    Hard Drives
    Samsung 990 Pro 1TB NVME Gen 4 M.2 SSD
    PSU
    Dell
    Case
    Dell
    Cooling
    Dell
    Keyboard
    Dell
    Mouse
    Dell Trackpad or MS Intellimouse
    Internet Speed
    900mb down / 400mb up FTTP
    Browser
    Edge 123.0.2420.41
    Antivirus
    Windows Defender
    Other Info
    Windows 365
    1TB OneDrive
    Outlook
    Visual Studio Code
    Visual Studio
    Python 3.12.2
    Macrium Reflect
    Dell Update
    MyDell
    Dell SupportAssist
    Dell TB16 Thunderbolt dock
  • Operating System
    Windows 11
    Computer type
    Tablet
    Manufacturer/Model
    Microsoft Surface Pro 7
    CPU
    Core I5 - 1035G4
    Motherboard
    Microsoft
    Memory
    8GB
    Graphics card(s)
    Intel Iris Plus
    Monitor(s) Displays
    Surface touch
    Screen Resolution
    2736 x 1824
    Hard Drives
    128GB
    PSU
    Microsoft
    Case
    Microsoft Keyboard
    Cooling
    None
    Mouse
    Microsoft Arc Intellimouse
    Keyboard
    Microsoft Surface Keyboard
    Internet Speed
    900mb / 400mb FTTP
    Browser
    Edge
    Antivirus
    Windows Defender
I am super anal about files on my rig. I do a clean wipe every 6 moths or so. I want the cleanest possible system. I have created a how to guide for myself that took literal years to make and everything is tweaked just so. For example, I reinstalled Windows about 30 times and tested the correct order of operations of how you should install drivers, ie the order that you should install, chipset, IME, Nvidia, sound drivers, etc. I actually have never ran benchmarks in Windows 11, and so it might not even matter anymore, but back in Windows Vista when I started this the benchmarks actually varied depending on their install order. Back to your actual question, I do not want applications depositing files or registry values. And after launching REVO, I found out it still doesn't see Edge installed, albeit I uninstalled it with the script, but the application is still being shown installed via the Start menu. To me, it offers no value as it doesn't compete with the .bat file.
That's fair enough. You're clearly an extremely advanced user and know what you want. I wish you luck with your batch file.
 

My Computers

System One System Two

  • OS
    Windows 11 Pro Beta
    Computer type
    PC/Desktop
    Manufacturer/Model
    Home built
    CPU
    Ryzen 9 5900X
    Motherboard
    MSI MPG X570S Edge Max WiFi
    Memory
    Patriot Viper Gaming DDR4 Extreme Performance (2 x32MB)
    Graphics Card(s)
    ZOTAC RTX 3060 Twin Edge OC 12GB GDDR6/ ZOTAC Gaming GeForce GTX 1660 Super 6GB GDDR6 192-bit Gaming Graphics Card
    Sound Card
    Proprietary
    Monitor(s) Displays
    ViewSonic XG2530 25"/Benq XL2411P 24"/ ASUS VA24DQSB) 23.8"
    Screen Resolution
    1920x1080 240Hz/144Hz/60Hz (based on monitor setup above)
    Hard Drives
    SK hynix Gold P31 1TB PCIe NVMe Gen3 M.2 2280 Internal SSD
    ADATA XPG SX8200 Pro 1TB
    Samsung SSD 860 EVO 1TB 2.5 Inch SATA III Internal SSD
    PSU
    Thermaltake Smart 700W 80+ White Certified PSU
    Case
    Rosewill ATX Mid Tower Gaming Computer Case, Gaming Case with Blue LED for Desktop
    Cooling
    Corsair iCUE H60i RGB PRO XT Liquid CPU Cooler
    Keyboard
    Corsair K70
    Mouse
    Logitech MX Master 3
    Internet Speed
    ~950Mb/s upload/ ~700Mb/s download
    Browser
    Edge (Chromium)
    Antivirus
    Norton 360
  • Operating System
    Windows 11 Pro
    Computer type
    PC/Desktop
    Manufacturer/Model
    Home Built
    CPU
    Ryzen 7 3700X
    Motherboard
    MSI B550 Gaming GEN3 Gaming Motherboard
    Memory
    32MB DDR4
    Graphics card(s)
    I forget, but it's old. I can't see the need to upgrade it.
    Sound Card
    Propietary
    Monitor(s) Displays
    ACER LED 24"
    Screen Resolution
    1920X1080
    Hard Drives
    1TB Samsung SSD 3.5"
    Case
    Corsair
    Cooling
    Stock
    Mouse
    Logitech
    Keyboard
    Logitech
    Internet Speed
    ~750Mb/s download / ~750Mb/s upload
    Browser
    Edge
    Antivirus
    Defender and Malware Bytes
I am super anal about files on my rig. I do a clean wipe every 6 moths or so. I want the cleanest possible system. I have created a how to guide for myself that took literal years to make and everything is tweaked just so. For example, I reinstalled Windows about 30 times and tested the correct order of operations of how you should install drivers, ie the order that you should install, chipset, IME, Nvidia, sound drivers, etc. I actually have never ran benchmarks in Windows 11, and so it might not even matter anymore, but back in Windows Vista when I started this the benchmarks actually varied depending on their install order. Back to your actual question, I do not want applications depositing files or registry values. And after launching REVO, I found out it still doesn't see Edge installed, albeit I uninstalled it with the script, but the application is still being shown installed via the Start menu. To me, it offers no value as it doesn't compete with the .bat file.
So you don't run any other programs then? browse the internet? send emails? What do you use it for? looking pretty in the corner?
 

My Computers

System One System Two

  • OS
    Windows 11 build 10.0.22635.3350
    Computer type
    Laptop
    Manufacturer/Model
    Dell Inspiron 14 5430
    CPU
    Intel i7-1355U
    Motherboard
    Dell 0GMW80
    Memory
    16GB
    Graphics Card(s)
    Intel Iris XE
    Sound Card
    Realtek
    Monitor(s) Displays
    Dell 14" and LG Ultrawide 26"
    Screen Resolution
    1920 x 1200 and 2560 x 1080
    Hard Drives
    Samsung 990 Pro 1TB NVME Gen 4 M.2 SSD
    PSU
    Dell
    Case
    Dell
    Cooling
    Dell
    Keyboard
    Dell
    Mouse
    Dell Trackpad or MS Intellimouse
    Internet Speed
    900mb down / 400mb up FTTP
    Browser
    Edge 123.0.2420.41
    Antivirus
    Windows Defender
    Other Info
    Windows 365
    1TB OneDrive
    Outlook
    Visual Studio Code
    Visual Studio
    Python 3.12.2
    Macrium Reflect
    Dell Update
    MyDell
    Dell SupportAssist
    Dell TB16 Thunderbolt dock
  • Operating System
    Windows 11
    Computer type
    Tablet
    Manufacturer/Model
    Microsoft Surface Pro 7
    CPU
    Core I5 - 1035G4
    Motherboard
    Microsoft
    Memory
    8GB
    Graphics card(s)
    Intel Iris Plus
    Monitor(s) Displays
    Surface touch
    Screen Resolution
    2736 x 1824
    Hard Drives
    128GB
    PSU
    Microsoft
    Case
    Microsoft Keyboard
    Cooling
    None
    Mouse
    Microsoft Arc Intellimouse
    Keyboard
    Microsoft Surface Keyboard
    Internet Speed
    900mb / 400mb FTTP
    Browser
    Edge
    Antivirus
    Windows Defender

Latest Support Threads

Back
Top Bottom