Skip to main content

All Questions

Tagged with
2 votes
2 answers
90 views

Input Simulation (Win + A) In PowerShell

I have a Python Script to enable/ disable Airplane mode using input simulation which works fine: Win + A : To Open Action Center Right Arrow (twice) : Navigate to Airplane toggle Space : To Press OK ...
Oprex Droid's user avatar
2 votes
1 answer
1k views

How to create a Windows Shortcut in Powershell to a file with special characters in filename?

I usually never have programming problems because I can easily find the answer to most of them. But I am at my wits' end on this issue. The well known way of creating a Windows shortcut in Powershell ...
shox's user avatar
  • 33
0 votes
1 answer
684 views

How to run a python program with wscript?

I am trying to run a python program with an anaconda environment (or just a python with some version) through wscript, which will be placed in a batch file, so I can run the program by just double ...
Isaac Sim's user avatar
  • 571
0 votes
1 answer
382 views

How to create a file link through windows command and define start in directory for that link? [closed]

I need to make a shortcut for my application and the shortcut needs to have the same icon, so no bat files come into consideration instead of the shortcut. I also want a native windows solution or ....
user avatar
0 votes
0 answers
88 views

Object expected error in JScript when function returns integer

I'm trying to write a JS script for iTunes to create a playlist of any songs where the total number of songs is greater than 7 (i.e. an LP not EP). I've never written anything using Microsoft's ...
Jonathan's user avatar
  • 155