Windows 10: Remove accounts used by other applications in Windows 10 by CMD/Powershell script or...

Discus and support Remove accounts used by other applications in Windows 10 by CMD/Powershell script or... in Windows 10 Gaming to solve the problem; Hi there!So we're developing an application that works as a background service on Windows in case someone steal your laptop or PC. In order to protect... Discussion in 'Windows 10 Gaming' started by ClaudioTorres5, Jan 25, 2022.

  1. Remove accounts used by other applications in Windows 10 by CMD/Powershell script or...


    Hi there!So we're developing an application that works as a background service on Windows in case someone steal your laptop or PC. In order to protect personal information, we need to "remotely" and without the theft intervention, delete those accounts because the theft could be using them even if he/she doesnt know the password or any of those.Is there a way to do it by CMD/Powershell script or deleting registers? Please, I have been looking for that everywhere, but for the love of God I could not find anything.Thank you in advice!Cheers!

    :)
     
    ClaudioTorres5, Jan 25, 2022
    #1
  2. OneMoar Win User

    Windows 10 Tweaks

    @W1zzard looks like the hashing/version is different on some systems
    this syntax works better
    powershell "Get-AppxPackage *3d* | Remove-AppxPackage"
    powershell "Get-AppxPackage *bing* | Remove-AppxPackage"
    powershell "Get-AppxPackage *solit* | Remove-AppxPackage"
    powershell "Get-AppxPackage *people* | Remove-AppxPackage"
    powershell "Get-AppxPackage *zune* | Remove-AppxPackage"
    powershell "Get-AppxPackage *photos* | Remove-AppxPackage"
    powershell "Get-AppxPackage *phone* | Remove-AppxPackage"
    powershell "Get-AppxPackage *communi* | Remove-AppxPackage"
    someone already compiled all the tweaks listed into a handy choice driven .cmd file
    you can get that from here
    http://forums.mydigitallife.info/threads/63498-Windows-10-TNBT-(The-next-big-tweak)-official-thread
     
    OneMoar, Jan 25, 2022
    #2
  3. AsRock Win User
    Windows 10 Tweaks

    I will have to agree, as when i upgraded the fixes work and now i am using a clean install none of them work except onedrive.
     
    AsRock, Jan 25, 2022
    #3
  4. roy111 Win User

    Remove accounts used by other applications in Windows 10 by CMD/Powershell script or...

    Settings using powershell/cmd?

    Ok I'll try to explain better what I'm looking for: a more fast and effective way to manage windows 10 settings using a powershell/cmd script, but i do not no if it is possible.
    To do that I need of course to verify if it is possible to change win 10 settings using powershel; now is it true that the only way to do that is changing windows 10 registry values? (I don't know); if this is the only way are windows 10 registry documented registry name + change effect? othewise I think it would be quite hard to reverse engineer all win registers by trial and error and would defeat my purpose (I'll became slower not faster).
    I know there are many scripts that auto change registry values, how are those values found, serching an trying or are they based on some document?
    Are there a list of powershell commands to change windows 10 settings values (I don't know).

    I hope it make more sense now.
     
    roy111, Jan 25, 2022
    #4
Thema:

Remove accounts used by other applications in Windows 10 by CMD/Powershell script or...

Loading...
  1. Remove accounts used by other applications in Windows 10 by CMD/Powershell script or... - Similar Threads - Remove accounts used

  2. how to connect to Wi-Fi with cmd/powershell script

    in Windows 10 Software and Apps
    how to connect to Wi-Fi with cmd/powershell script: i'm trying to create command to connect to my Wi-Fi via automation script, however my Wi-Fi demand user name and password to connectWindows Security Login pop up when connecting to wireless NetworkI tried to Add a new wireless profile to the system: netsh wlan add profile...
  3. Remove accounts used by other applications in Windows 10 by CMD/Powershell script or...

    in AntiVirus, Firewalls and System Security
    Remove accounts used by other applications in Windows 10 by CMD/Powershell script or...: Hi there!So we're developing an application that works as a background service on Windows in case someone steal your laptop or PC. In order to protect personal information, we need to "remotely" and without the theft intervention, delete those accounts because the theft could...
  4. Remove accounts used by other applications in Windows 10 by CMD/Powershell script or...

    in Windows 10 Software and Apps
    Remove accounts used by other applications in Windows 10 by CMD/Powershell script or...: Hi there!So we're developing an application that works as a background service on Windows in case someone steal your laptop or PC. In order to protect personal information, we need to "remotely" and without the theft intervention, delete those accounts because the theft could...
  5. Remove an 'Account used by other apps' on Windows 10

    in Windows 10 Gaming
    Remove an 'Account used by other apps' on Windows 10: On Windows 10, under 'Email & app accounts' - 'Accounts used by other apps' I have a 'Work or school account' listed that I would like to remove. However, there is no option to remove this account.Please provide details on how to fix this....
  6. Remove an 'Account used by other apps' on Windows 10

    in Windows 10 Software and Apps
    Remove an 'Account used by other apps' on Windows 10: On Windows 10, under 'Email & app accounts' - 'Accounts used by other apps' I have a 'Work or school account' listed that I would like to remove. However, there is no option to remove this account.Please provide details on how to fix this....
  7. Remove an 'Account used by other apps' on Windows 10

    in Windows 10 Customization
    Remove an 'Account used by other apps' on Windows 10: On Windows 10, under 'Email & app accounts' - 'Accounts used by other apps' I have a 'Work or school account' listed that I would like to remove. However, there is no option to remove this account.Please provide details on how to fix this....
  8. Powershell Script - Reinstalling Application

    in Windows 10 Support
    Powershell Script - Reinstalling Application: Hoping someone can assist, I'm trying to create a powershell script that uninstalls and then reinstalls an application, the new installer is using an executable file (.exe). I've been able to get the commands to run when opening Powershell as Admin and copying the code in...
  9. Settings using powershell/cmd?

    in Windows 10 Performance & Maintenance
    Settings using powershell/cmd?: Is there a way to manage settings using command line/powershell? Thanks. 124376
  10. How can cmd script check for powershell environment?

    in Windows 10 Support
    How can cmd script check for powershell environment?: I can execute script abc.cmd in either a command prompt or powershell environment/window. Can it determine the environment in which it runs? Powershell 5, W10Pro64, 1803 Thank you and a Merry Christmas. 124044

Users found this page by searching for:

  1. powershell (delete|remove) Accounts used by other apps