Windows 10: Question about where to find info for Powershell script

Discus and support Question about where to find info for Powershell script in Windows 10 Ask Insider to solve the problem; I looked up how to remove Candy crush and the following command did work: Remove-AppxPackage king.com.CandyCrushFriends1.26.7.0_x86_kgqvnymyfvs32 My... Discussion in 'Windows 10 Ask Insider' started by /u/Xx255q, Dec 7, 2019.

  1. /u/Xx255q Win User

    Question about where to find info for Powershell script


    I looked up how to remove Candy crush and the following command did work:

    Remove-AppxPackage king.com.CandyCrushFriends1.26.7.0_x86_kgqvnymyfvs32

    My question is where do you find the "king.com" part so i also get rid of other things without an exact guide such as Farm Heroes Saga or Xbox Console Companion

    submitted by /u/Xx255q
    [link] [comments]

    :)
     
    /u/Xx255q, Dec 7, 2019
    #1

  2. PowerShell scripts not working with Call operator

    Hi,



    Thank you for writing to Microsoft Community Forums.



    I understand that you are facing issues while developing a PowerShell script using the Call operator. I would suggest you to refer the articles

    The Windows PowerShell ISE
    .



    However, as the issue is related to developing PowerShell scripts, I would suggest you to post your query on

    MSDN forums
    , where we have expertise and developers who are well equipped with the knowledge of developing PowerShell scripts in Windows.



    Regards,

    Prakhar Khare

    Microsoft Community – Moderator
     
    Prakhar_Khare, Dec 7, 2019
    #2
  3. Powershell script

    Hi Muhammed DanishM S,

    Thank you for posting your question in the Microsoft Community Forums.

    I would like to let you know that the Windows PowerShell command-line and scripting language can be used to automate many Group Policy tasks, including configuring registry-based policy settings and various Group Policy Management Console (GPMC) tasks.

    Refer to this article to know more.

    Group Policy Cmdlets in Windows PowerShell

    For more information, I would suggest you to post your query in
    MSDN Forums
    , where we have developers and support professionals who are well-equipped with the knowledge on PowerShell
    scripts to assist you with your query.

    Regards,

    Srimadhwa B

    Microsoft Community-Moderator
     
    Srimadhwa_B, Dec 7, 2019
    #3
  4. Kari Win User

    Question about where to find info for Powershell script

    Kari, Dec 7, 2019
    #4
Thema:

Question about where to find info for Powershell script

Loading...
  1. Question about where to find info for Powershell script - Similar Threads - Question where find

  2. Question about Choosing where to get apps.

    in Windows 10 Gaming
    Question about Choosing where to get apps.: Hello.I am trying to download a setup for google chrome, however, when I try to run it I am redirected to the windows store. I saw that you can change this by going to the settings by choosing where to get apps in the settings. However, I cannot find this option when I look...
  3. PowerShell script

    in Windows 10 Support
    PowerShell script: The code below tests a series of IPs in a txt file.The result is as follows and is written in a txt file. 19.191.12.161 - online 19.191.12.162 - offline 19.191.12.163 - offline 19.191.12.164 - offline 19.191.12.165 - offline also see the scrennshot Code: $Output= @()$GetIP =...
  4. powershell scripts

    in AntiVirus, Firewalls and System Security
    powershell scripts: Hi, I have azure. Someone is somehow installing powershell scripts onto my computer that allows them to host my PC through P2P and UDP connections, well I think so anyway. I have only just found powershell script entry changes in my registry by accident. These criminals...
  5. powershell script

    in Windows 10 Customization
    powershell script: looking for a script to monitor for a folder, if there is a file in that folder send it as an email, once the email is sent out, confirm and then move the files to an archive folder. monitor c:\test\*.pdf No files, do not send email. Yes Files, send an email to someone at...
  6. Quick question about the Disassemlber0's script.

    in Windows 10 Ask Insider
    Quick question about the Disassemlber0's script.: So I did a fresh install of windows 10 and ran the https://github.com/Disassembler0/Win10-Initial-Setup-Script script here. Now when shutting down on rebooting, the little animated circular dots that used to appear above the Shutting Down or Reboot text has disappeared. Is...
  7. Question about Find My Device

    in AntiVirus, Firewalls and System Security
    Question about Find My Device: Before we begin, I want to just put this out there, that I'm not stupid, so please don't assume so by telling me to go to the police, as this already was taken to them. But being in the situation we're in and the city telling the populace that they weren't pursuing people for...
  8. Powershell Script on Shutdown

    in Windows 10 Performance & Maintenance
    Powershell Script on Shutdown: Hi all, I try to run a Powershell Script (*.ps1) when i shut down my PC. I created the script and it is working fine when i run it. However if i want to run it on a regular Shutdown it seems like it does not start or is not finished, before Windows is killing every running...
  9. A Powershell Script for HandBrake

    in Windows 10 Software and Apps
    A Powershell Script for HandBrake: Here's the thing. My system is an age-old i3-530 overclocked to 3.5GHz coupled with GTX 1050 2GB. I have around 1.5TB of tutorial videos that I have to encode due to dearth in HDD space. I want to encode the videos while keeping the folder and subfolder structure intact....
  10. PowerShell Scripting - The Basics

    in Windows 10 Tutorials
    PowerShell Scripting - The Basics: How to: PowerShell Scripting - The Basics [img] Information A PowerShell script is a collection of commands and cmdlets to be run in logical order, previous lines in script determining values and variables in command lines thereafter. The principle is the same than in...