disable skype startup

Page 2 of 2 FirstFirst 12

  1. Posts : 356
    windows 10 pro x64 21H1
    Thread Starter
       #11

    davidhk said:
    Yes. That is the best choice.
    thanks guys, I uninstalled the skype app that Microsoft just quietly bestowed upon us.
    I don't even have a mic or webcam on this desktop.
      My Computers


  2. Posts : 414
    Windows 10 Pro
       #12

    davidhk said:
    Not sure what you mean.
    Skype requires user to sign in first.
    And therein lies the problem. I use my Admin account to install programs (including Skype) and I use my regular account to use these programs. I don't want to sign in into Skype under Admin. Consequently, I have no access to full Skype options and can't disable automatic startup that way.

    I just use Auto runs to delete Skype startup entry in Admin profile.
      My Computer


  3. Posts : 87
    Windows 10 X64 Home
       #13

    Someone can help me ? How i can stop to autoexecute the "Skype Preview" ??

    I have both... the "old" Skype app and this stupid things....... i set on Desktop App to not start Skype at windows logon but now this "Skype Preview" it's appears on recent WIndows 10 Anniversay edition and apparently it's impossible to stop it to autoexecutes and autologin on boot..........
      My Computer


  4. Posts : 5,478
    2004
       #14

    DjDiabolik said:
    Someone can help me ? How i can stop to autoexecute the "Skype Preview" ??

    I have both... the "old" Skype app and this stupid things....... i set on Desktop App to not start Skype at windows logon but now this "Skype Preview" it's appears on recent WIndows 10 Anniversay edition and apparently it's impossible to stop it to autoexecutes and autologin on boot..........
    Yes I can.

    Open an administrator powershell window any put this in.

    Code:
    $app="Microsoft.SkypeApp"
    Get-AppXProvisionedPackage -Online |
    where DisplayName -EQ $app |
    Remove-AppxProvisionedPackage -Online
    The normal Skype is better then the new "app" version.

    See here for more details: Apps - Uninstall in Windows 10 - Windows 10 Forums
      My Computer


  5. Posts : 87
    Windows 10 X64 Home
       #15

    lx07 said:
    Yes I can.

    Open an administrator powershell window any put this in.

    Code:
    $app="Microsoft.SkypeApp"
    Get-AppXProvisionedPackage -Online |
    where DisplayName -EQ $app |
    Remove-AppxProvisionedPackage -Online
    The normal Skype is better then the new "app" version.

    See here for more details: Apps - Uninstall in Windows 10 - Windows 10 Forums
    Oh yeah... great... i have resolved by directly uninstall app directly from Start Menu.............
      My Computer


  6. Posts : 5,478
    2004
       #16

    DjDiabolik said:
    Oh yeah... great... i have resolved by directly uninstall app directly from Start Menu.............
    Not the same (if you look at the tutorial). If you uninstall the app from start menu it in-installs it for your user only.

    If you use the Remove-AppxProvisionedPackage it removes it for all users (including new ones) and deletes the package from "C:Program Files\WindowsApps"
      My Computer


  7. Posts : 87
    Windows 10 X64 Home
       #17

    lx07 said:
    Not the same (if you look at the tutorial). If you uninstall the app from start menu it in-installs it for your user only.

    If you use the Remove-AppxProvisionedPackage it removes it for all users (including new ones) and deletes the package from "C:Program Files\WindowsApps"
    Ah ok... at this point i do immediatelly... i only need to know how i can open an "administrator powershell"...

    *EDIT*
    I need to put line-by-line or i can copy and paste all line directly ?

    *EDIT 2*
    This is what's i obtain.... i have paste all line directly:
    Code:
    PS C:\WINDOWS\system32> $app="Microsoft.SkypeApp"
    Get-AppXProvisionedPackage -Online |
    where DisplayName -EQ $app |
    Remove-AppxProvisionedPackage -Online
    
    
    Path          : 
    Online        : True
    RestartNeeded : False
    
    
    
    
    PS C:\WINDOWS\system32>
    You thinks it's ok ? Now i can close the powershell i thinks........
      My Computer


  8. Posts : 5,478
    2004
       #18

    DjDiabolik said:
    You thinks it's ok ? Now i can close the powershell i thinks........
    Yes. That looks fine. You can close it.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 13:13.
Find Us




Windows 10 Forums