I tried to open Skype using batch scripting (.bat) in Windows 10 but found that in Windows 10 Skype came as default and it is moved to Windows Apps. Is there any way to do this?
How can I start an UWP application through a batch file?
3.4k Views Asked by Siluveru Kiran Kumar At
1
There are 1 best solutions below
Related Questions in BATCH-FILE
- Get Maximum Log Size
- Running batch fine onclick delay
- Automating Telnet Scripts from .bat with a teamspeak instance
- Variable setting exhibits unexpected behavior when set inside for loop
- Execute a command over multiple files
- How to run multiple "mvn test"-commands from batch file?
- Referencing a Schema's table batch/perl
- Can I use \ and / to be directory delimiter in CLASSPATH of .bat
- SSIS exit code error with batch file
- CMD/BATCH - Had to run batch script 3 times to get full result
- Trying to create a Bath file that will copy a specific directory path (no lower) and zip the directories in that path
- curl command don't work in some cases
- Set environment in current cmd using batch script
- What is the correct way to pass the password to OpenSSL
- Batch file to process files in sub sub directory
Related Questions in SCRIPTING
- Using arrow keys to rotate an object
- bash functions returns "command not found"
- Calling javascript file from html file doesn't work at all
- Detecting corrupt characters in UTF-8 encoded text file
- Can I automate auto-app installation on my Android device?
- iMacros website form dropdown menu
- How to use multiple classes in multiple files in scripts?
- mIRC: Check if INI-file has a key
- Cannot open: c:\users\...\temp\package.cab when running Process.Start
- Using Gawk and Printf in a Bash script
- How can I edit a binary file under Windows by scripting
- interpreting a script through F#
- NET USE command to connect to a shared folder on local LAN
- Script to get List of logged in users
- find the lines where sequence/sorting is broken in linux
Related Questions in WINDOWS-10
- How to set a app tile properties for a Universal Windows App
- How to debug missing dlls on Windows 10
- does not implement interface member IComponentConnector2
- Eventrigger routed event for AppBarButton?
- How to achieve AlarmApplicationManager AlarmAccessStatus as AllowedWithWakeupCapability?
- Different views with different code behinds but one binary in Windows 10
- Windows 10 xaml Controls Centre Screen
- Is .Net Native automatically enabled on a Windows Store App in Visual Studio 2015 on Windows 10?
- IE compatibility Changing is not working in Windows10 using meta tag
- Compiled Binding Two way
- Programmatic access to USSD from the Windows 10 Desktop
- Windows RT XAML Controls - GridWrap Column autosizing to window size
- Visual Studio Enterprise RC 2015: Windows 10.0.10069 SDK etc install errors
- WP10 TP Unable to get License Information 0xC03F7000
- SystemMediaTransportControl GetForCurrentView() fails in audio background task on Desktop Device Family (UWP C#
Related Questions in CROSS-WINDOW-SCRIPTING
- jQuery.data support across windows
- jQuery not working in child window?
- Is there a way to reply to only the sender, after receiving a BroadcastChannel message?
- Chrome cross-window communication
- jQuery - cross window communication (popup to pick a file, no server side)
- How do you share events accross windows on same domain?
- window.postMessage - difficulties to make it work
- Cross-window synchronization (critical sections) in the browser
- How can I start an UWP application through a batch file?
- Javascript cross window interaction
- .data() html5 cross window
- How to create click event across MULTIPLE iframes (same domain)?
- In IE, delete of non-existent property fails if object is in another window. Why?
- Sending a message to all open windows/tabs using JavaScript
- Why would javascript code not be able to access variables in the window that opened it (window.opener) if both windows are from the same domain?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
First, find the application's install location and package family name by running the following in PowerShell:
Skype's name is
Microsoft.SkypeApp, its install location is something likeC:\Program Files\WindowsApps\Microsoft.SkypeApp_12.1815.210.0_x64__kzf8qxf38zg5cand its package family name isMicrosoft.SkypeApp_kzf8qxf38zg5c.Browse to the install location and open the
AppxManifest.xmlin a text editor. Find the<Application ...>node and get the value of theIdproperty. For Skype, this value isApp.Now you can use these values in this command:
For Skype, you'd run: