Windows 10: PowerShell 7 isn't handling what PS that comes with Windows 10 can do. Why?

Discus and support PowerShell 7 isn't handling what PS that comes with Windows 10 can do. Why? in Windows 10 Gaming to solve the problem; I have a shortcut to invoke PowerShell to run SSH to connect to another computer on my network. This works... Discussion in 'Windows 10 Gaming' started by MikeLiebeman, Feb 21, 2022.

  1. PowerShell 7 isn't handling what PS that comes with Windows 10 can do. Why?


    I have a shortcut to invoke PowerShell to run SSH to connect to another computer on my network. This works C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe ssh fubar@192.168.1.75None of these work:"C:\Program Files\PowerShell\7\pwsh.exe" ssh fubar@192.168.1.75"C:\Program Files\PowerShell\7\pwsh.exe" -ssh fubar@192.168.1.75"C:\Program Files\PowerShell\7\pwsh.exe" "ssh fubar@192.168.1.75""C:\Program Files\PowerShell\7\pwsh.exe" "-ssh fubar@192.168.1.75"What is the correct way to invoke version 7?

    :)
     
    MikeLiebeman, Feb 21, 2022
    #1

  2. Printer isn´t working after latest update.

    After the latest update from Windows, my Canon Pixma ip6600 printer isnt working. In Device Manager it shows up as working properly but when I go to print it isn´t listed as an option in any programs. Troubleshoot suggests it´s a USB 2 printer on a USB
    3 port and that that´s the problem but that cant be since it worked fine before the update. I´ve tried to uninstall and plug it back in but that doesn´t work either.
     
    Sigurdur WilliamBrynjarsson, Feb 21, 2022
    #2
  3. GFR
    gfr Win User
    Running Optimize literally does nothing; in PS it yields an error

    After doing a clean install of Windows 10 20H2 (OS Build 19042.906) and fully updating it, and updating all of the Dell drivers from Dell.com, I tried the following Optimize and Defrag options from How to Optimize and Defragment Drives in Windows 10 (tenforums.com/tutorials/8933-optimize-defrag-drives-windows-10-a.html):

    • OPTION ONE: To Optimize Drives in Optimize Drives Tool: Steps 2, 3, and 4,
    • OPTION TWO: To Optimize Drives in Command Prompt: Step 2, and
    • OPTION THREE: To Optimize Drives in PowerShell: Step 3
    The four steps attempted from Options 1 and 2 resulted in no notice action; i.e., it appeared as though nothing happened after executing the commands.

    When I ran Step 3 of Option 3, I received the following error message.

    What does this mean and now what do I do?

    Thanks!




    PowerShell 7 isn't handling what PS that comes with Windows 10 can do. Why? [​IMG]
     
  4. OneMoar Win User

    PowerShell 7 isn't handling what PS that comes with Windows 10 can do. Why?

    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, Feb 21, 2022
    #4
Thema:

PowerShell 7 isn't handling what PS that comes with Windows 10 can do. Why?

Loading...
  1. PowerShell 7 isn't handling what PS that comes with Windows 10 can do. Why? - Similar Threads - PowerShell isn't handling

  2. What to do with this and what it's means? Why these error come by? Почему эти ошибки...

    in Windows 10 Gaming
    What to do with this and what it's means? Why these error come by? Почему эти ошибки...: What means these reports and why there's every error after 6-10 minutes? https://answers.microsoft.com/en-us/windows/forum/all/what-to-do-with-this-and-what-its-means-why-these/b503fddb-b5e6-458b-9ca2-1ca68ba2b6d8
  3. What to do with this and what it's means? Why these error come by? Почему эти ошибки...

    in Windows 10 Software and Apps
    What to do with this and what it's means? Why these error come by? Почему эти ошибки...: What means these reports and why there's every error after 6-10 minutes? https://answers.microsoft.com/en-us/windows/forum/all/what-to-do-with-this-and-what-its-means-why-these/b503fddb-b5e6-458b-9ca2-1ca68ba2b6d8
  4. What to do with this and what it's means? Why these error come by? Почему эти ошибки...

    in Windows 10 BSOD Crashes and Debugging
    What to do with this and what it's means? Why these error come by? Почему эти ошибки...: What means these reports and why there's every error after 6-10 minutes? https://answers.microsoft.com/en-us/windows/forum/all/what-to-do-with-this-and-what-its-means-why-these/b503fddb-b5e6-458b-9ca2-1ca68ba2b6d8
  5. Powershell 7 !

    in Microsoft Windows 10 Store
    Powershell 7 !: Hi, when I use things like SCANNOW I now use Powershell instead of Command prompt. I keep seeing the message "try new cross-platform Powershell 6 ! I have looked in the Microsoft store and and "7" is listed is this the latest ? I guess the next question is "should I download...
  6. Powershell 7 !

    in Windows 10 Gaming
    Powershell 7 !: Hi, when I use things like SCANNOW I now use Powershell instead of Command prompt. I keep seeing the message "try new cross-platform Powershell 6 ! I have looked in the Microsoft store and and "7" is listed is this the latest ? I guess the next question is "should I download...
  7. Powershell 7 !

    in Windows 10 Software and Apps
    Powershell 7 !: Hi, when I use things like SCANNOW I now use Powershell instead of Command prompt. I keep seeing the message "try new cross-platform Powershell 6 ! I have looked in the Microsoft store and and "7" is listed is this the latest ? I guess the next question is "should I download...
  8. PowerShell 7 isn't handling what PS that comes with Windows 10 can do. Why?

    in Windows 10 Software and Apps
    PowerShell 7 isn't handling what PS that comes with Windows 10 can do. Why?: I have a shortcut to invoke PowerShell to run SSH to connect to another computer on my network. This works C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe ssh fubar@192.168.1.75None of these work:"C:\Program Files\PowerShell\7\pwsh.exe" ssh...
  9. PS, what can i do to activate my window 10

    in Windows 10 Updates and Activation
    PS, what can i do to activate my window 10: Please what can I do to activate my window 10. I had tried so many ways to do that but I couldn't figure it out at all. Please I need a response....
  10. What g speed can my windows 10 computer handle?

    in Windows 10 Network and Sharing
    What g speed can my windows 10 computer handle?: What g speed can my windows 10 computer handle? https://answers.microsoft.com/en-us/windows/forum/all/what-g-speed-can-my-windows-10-computer-handle/592612b3-db29-4c12-80fb-e23889993339