Windows 10: Using the YourPhone app through powershell

Discus and support Using the YourPhone app through powershell in Windows 10 Software and Apps to solve the problem; Hi there, I was wondering if there is any way to use the YourPhone app integrated in windows 10 through powershell commands. My intention would be to... Discussion in 'Windows 10 Software and Apps' started by KenDCR, Feb 10, 2021.

  1. KenDCR Win User

    Using the YourPhone app through powershell


    Hi there,


    I was wondering if there is any way to use the YourPhone app integrated in windows 10 through powershell commands. My intention would be to send an automated message from my phone by running a script. Is that possible and if so how do I achieve that?


    Thanks in advance.

    :)
     
    KenDCR, Feb 10, 2021
    #1
  2. Brink Win User

    Mail app will not open on 10041.

    Hello Adam,

    This is the suggested solution below if you haven't already tried it. Using the YourPhone app through powershell :)

    In this Windows 10 build 10041, the Mail, Calendar, and People apps may be broken due to a licensing issue with the Store Beta. To get these apps working again, you need to follow these steps:

    • Open powershell as administrator
    • Run the command Get-appxprovisionedpackage –online | where-object {$_.packagename –like “*windowscommunicationsapps*”} | remove-appxprovisionedpackage –online
    • Re-install Mail, People and Calendar from the Store (green tile)
     
    Brink, Feb 10, 2021
    #2
  3. Kursah Win User
    PowerShell instead of Commandline in Creators Update

    Interestingly enough my personal laptop just got the update...and still has Command Prompt listed, not PowerShell...

    Edit: Not that it matters...I use both regularly. *Toast :toast:
     
    Kursah, Feb 10, 2021
    #3
  4. Pavan_N Win User

    Using the YourPhone app through powershell

    Uninstall Photo app by using Powershell command

    Hi Lorraine,

    Thank you for posting your response.

    I apologize for the miscommunication. Follow the steps below and check if that helps.


    • 1. Open the Start menu, type Windows PowerShell in the search bar.

      2. Right click on the Windows PowerShell and select Run as administrator.

      3. Enter the below command to uninstall the Photo app.

      • get-appxpackage *Microsoft.Windows.Photos* | remove-appxpackage ( check the spacing)
    After performing the above steps, install the Photo app from the Windows store.

    Hope this information is helpful. Please do let us know if you need further assistance, we’ll be glad to assist you.

    Thanks
     
    Pavan_N, Feb 10, 2021
    #4
Thema:

Using the YourPhone app through powershell

Loading...
  1. Using the YourPhone app through powershell - Similar Threads - Using YourPhone app

  2. How to install "Assistenza Rapida" app through powershell

    in Windows 10 Gaming
    How to install "Assistenza Rapida" app through powershell: Hi i cant' find and install directly app "assistenza rapida" in eglish like "Fast Assistence" .. because i don't know name of appx ...Help https://answers.microsoft.com/en-us/windows/forum/all/how-to-install-assistenza-rapida-app-through/c497afa8-cc08-40ed-8001-6c0cc73736e5
  3. How to install "Assistenza Rapida" app through powershell

    in Microsoft Windows 10 Store
    How to install "Assistenza Rapida" app through powershell: Hi i cant' find and install directly app "assistenza rapida" in eglish like "Fast Assistence" .. because i don't know name of appx ...Help https://answers.microsoft.com/en-us/windows/forum/all/how-to-install-assistenza-rapida-app-through/c497afa8-cc08-40ed-8001-6c0cc73736e5
  4. Repair option for store apps available through Powershell?

    in Windows 10 Gaming
    Repair option for store apps available through Powershell?: Hello, I'm in a situation where I need to repair almost all of the store apps I've installed, but I don't want to go through the settings app and manually click advanced options and then repair for every app. Is there a way to make a powershell script that will do this? All I...
  5. Repair option for store apps available through Powershell?

    in Windows 10 Software and Apps
    Repair option for store apps available through Powershell?: Hello, I'm in a situation where I need to repair almost all of the store apps I've installed, but I don't want to go through the settings app and manually click advanced options and then repair for every app. Is there a way to make a powershell script that will do this? All I...
  6. yourphone app will text but not call

    in Windows 10 Software and Apps
    yourphone app will text but not call: Pixel 4 Android is connected by bluetooth. PC will not make calls but it will text. Microphone and speakers are connected and functioning. Call history and contacts show in the app but when I try to make calls, the green phone turns gray and then nothing happens. Need...
  7. How to install Microsoft store app through powershell

    in Microsoft Windows 10 Store
    How to install Microsoft store app through powershell: Hello, Want to know how to install Microsoft store app directly through powershell. https://answers.microsoft.com/en-us/windows/forum/all/how-to-install-microsoft-store-app-through/2a1b065d-99fa-43d2-87e6-d82923c19ab3
  8. YourPhone App

    in Windows 10 Software and Apps
    YourPhone App: When I run the App it doesn't ask for the cell# of the unit in question. (Win 10 ) and a Samsung phone. Phone shows up under "Devices ". Just cant get them to sync up together. Worked last year with a different cell phone. Both apps are installed so not sure where to go...
  9. YourPhone app does not work!

    in Windows 10 BSOD Crashes and Debugging
    YourPhone app does not work!: Ok, I give up! You Phone app is installed and says to Please open Your Phone Companion - Like to Windows and sign in with ( my email address ).... I am.... My phone Your Phone app is open and says Your phone and PC are linked. However..... The PC app just sits at...
  10. Loop through all mail profiles using powershell

    in Windows 10 Software and Apps
    Loop through all mail profiles using powershell: Hi all, I have found a powershell script that loops through outlook registry key and searches for outlook profiles. I'm trying to find out if any users in the organization may have added any external mailboxes. This could either be in Outlook 2016 or older versions of...