Most voted "windows" questions
Microsoft Windows is a family of operating systems created by Microsoft, a company founded by Bill Gates and Paul Allen. Prior to the NT version, it was a graphical interface to the MS-DOS operating system. Windows is a commercial product, with differentiated prices for each of its versions.
Learn more…704 questions
Sort by count of
-
1
votes1
answer180
viewsRuns php script in cmd with Curl
I am testing an api, while trying to use some features presented the following message: Something Went Wrong: Network: CURL error 60: SSL Certificate problem: Unable to get local Issuer Certificate…
-
1
votes1
answer343
viewsMake global reference in C#
I am creating a simple database-free operations system in C#. It has 3 forms, being them: Login.Cs, Cadastro.Cs and Main.Cs. Also has the class Account.Cs, where operations are carried out. My…
-
1
votes1
answer48
viewsCan I run a . NET Native image directly?
I built my executable in C# for an image. NET Native using ngen.exe, I have the file location, but when I run Windows says the executable is invalid. My goal was to make my application written in C#…
-
1
votes0
answers207
viewsCommunication between socket and socket stream
I made the following class: class Socket { private $socket; private $loop; private $enviarMensagem; function __construct(LoopInterface $loop, $enviarMensagem) { $this->loop = $loop;…
-
1
votes1
answer1352
viewsDelete Certmgr certificate by command prompt
I need to delete certain certificates from the computer so that they do not disturb my a vba automation system, however I have not found anything that can give me a light how to do it by programming…
-
1
votes1
answer197
viewsCassandra installation error - DRIVER in python
Hello, I’m trying to create a development environment with python and Cassandra, however I’m having difficulties to install the connector in python, follows below the environment I currently have…
-
1
votes0
answers29
viewsTrigger some kind of event when an application opens in c#
I need to stop working business users from opening many apps at the same time. For example, ABC.exe application can only be opened once on the computer (or 2x). So if you already have two instances…
-
1
votes0
answers554
views -
1
votes0
answers24
viewsError publishing UWP to WINDOWS STORE
I’m having the following error when publishing to Windows store (microsoft). API Createfilew in kernel32.dll is not supported for this application type. Mysql.Data.dll calls this API How to remove…
-
1
votes2
answers333
viewsPHP script scheduling in Windows
I have a test environment VM with Windows Server + Xampp. I need to fire a file (script.php) scheduled every 5 minutes. What is the simplest and most agile way ? Update 1 By the Windows "Task…
-
1
votes1
answer1126
viewsUnicode Error: 'utf-8' codec can’t Decode byte when installing rpy2 with Pip
I’m trying to install rpy2 which is a package to run R language in python, but gives the error: $ pip install rpy2 < Using cached rpy2-2.9.2.tar.gz Exception: Traceback (most recent call last):…
-
1
votes1
answer289
viewsWould you like to know how to leave my videos in this identical setting in ffmpeg?
Format : MPEG-4 Format profile : Base Media Codec ID: Isom (Isom/iso2/avc1/mp41) File size : 202 Mib Duration : 22 min 9 s Overall bit rate : 1 278 kb/s Writing application : Lavf57.2.100 Video ID :…
-
1
votes1
answer95
viewsDelete an executable file ( .exe ) after finishing without knowing its location?
The bat file has been converted to executable. The command del "%~f0" does not work! You will need to finish running the executable first taskkill /f "nome_do_executável.exe" and only then eliminate…
-
1
votes1
answer3316
viewsHow to create a local SSL certificate in Windows?
How can I create a local SSL certificate in Windows?
-
1
votes1
answer82
viewsCreate a Windows Service that calls an MVC
Good people, I already have a project in the DDD model, which runs through a MVC project, only now I want the application to run as a windows service, has some practical way for it? Method in MVC I…
-
1
votes1
answer144
viewsLaunch an MVC application through a Windows Service
I have an application that was developed in the DDD standard, which uses dependency injection, it works normally, however I needed to add a Windows Service type project that will start the…
-
1
votes1
answer2179
viewsAutomate printing of files within a folder
I need to make any file that is in the folder, example c://imprimir automatically printed, check if you have something and send it to standard printer. I’ve been searching in Python but I was able…
-
1
votes0
answers32
viewsIs there any (viable) way to develop Windows software on Linux? Any application for this?
I’m trying to create a cross-Plataform application (for academic reasons), which at least works on Windows and Linux. For development I can only use standard libraries of c/c++ and the native API of…
-
1
votes0
answers36
viewsIs there any cross-platform way to use keyboard arrows in c++?
In windows has the library conio.h. if I am not mistaken it is possible to use the arrow keys on the keyboard on Linux using ncurses. h, but I wanted a more cross-platform solution where the same…
-
1
votes1
answer113
viewsIdentify which partition is running the script from
In the case of prompt command we can use Windows environment variables to advance paths, such as: echo %homedrive% Which will result in the attribute letter where the sistema operacional was…
-
1
votes1
answer160
viewsAccess 64-bit key in Windows Registry through 32-bit application
I need to get information related to the network to list in an application I’m doing, but I have a problem accessing the Registry Windows because of project preference. Path: Right-click the class,…
-
1
votes0
answers134
viewsProblem with Firebird database path
When I have a way for ex: C:\Programa\bd.fdb and try to pass to the system, windows does not recognize the bank. Now when I have a path as follows: 192.168.1.1\C:\Programa\bd.fdb the database is…
-
1
votes1
answer65
viewsWindows Features With DELPHI
I would like to know how to make my program have these options: Uninstall and Change Equal Options Shown in Image. In Delphi…
-
1
votes0
answers69
viewsCapture / Intercept Hook on Windows with [DELPHI]
First of all I know how the Hooks works in Windows, but in practice I’m kind of layman, I wonder if it has how to Capture / Intercept Hooks in Windows between applications. And if anyone has any…
-
1
votes2
answers2039
viewsList Services via CMD
I’m using the remote wmic service get displayname,name,state to List Windows Services. I would like to know if it is possible to list via CMD one or more Specific Services. In this scenario I want…
-
1
votes2
answers9406
viewserror in using packages installed via npm with -g
installed npm install typescript -g and npm install @angular/cli -g and I don’t have access to tsc and ng. 'ng' não é reconhecido como um comando interno ou externo, um programa operável ou um…
-
1
votes2
answers459
viewsSpecific libraries and standards of C compilers on Windows and Linux
I’d like to know why I know her. h and the strrev() library string.h, not on Linux. Is there any more that can only be done in Windows? And why does this happen? Is there any that can only be done…
-
1
votes1
answer5425
viewsHow to open folder in windows via an HTML link?
Folders are opened through the browser. I would like you to open your own Windows folders. I’ve tried to do the following:…
-
1
votes1
answer2046
viewsCreate bat to finish Service
I’m trying to create a . bat file to finish and start a service on Windows. To do this I first finish the process then restart the service But the command inside the batch file (.bat) does not find…
-
1
votes1
answer186
viewsHow to Debug a Windows Service?
I did a Windows Mail Sending Service every 5 minutes and would like to know how to debug it. I saw several tutorials on the internet, but could not perform debugging. Would anyone know how I would…
-
1
votes2
answers931
viewsRename the process
I have a script made in Windows CMD and wanted to see if it is possible to change the name of the process when it runs. Example: I have 3 script (1-ler_log.bat; 2 - recicle.bat; 3 - Alarm_alter.bat)…
-
1
votes1
answer215
viewsHow to update Java application format . War for several clients?
I have a Tomcat 8.5 server and have deployed a .war.file. It works perfectly. My question is, each client has a server deployed in their company, so I will distribute the same file . War to several…
-
1
votes1
answer113
viewsUse call only in batch files containing expressions from another file
I have a directory with files .bat named randomly within each file. bat of this directory have unique names like: nome1 Nome2 name3 ... I also have, within the same directory, a file only.txt. In…
-
1
votes2
answers106
viewsPython - libraries without import "*"
How do I create a library without having to matter like that: from x import * or from x import y? Only by importing import x. Who will answer me, please use the script below as a library example.…
-
1
votes1
answer1358
viewsAccess Denied when trying to delete directory with PYTHON
I have several folders, and within these, several other folders, and I need to enter one in order to delete other folders (Yes, there are many nested folders). The name of the folders that I should…
-
1
votes1
answer513
viewsHow to set path . bat
Well my problem is the following I want to run a file. bat it goes: create a folder locally copy images from my server to the created folder hide the created folder But he ends up displaying this…
-
1
votes1
answer205
viewsScript/Routine to run program
Hello. I would like an example of Script by the same VBS, to check if there is activity in Windows and so that if there is no activity in the previous 15 minutes, this script runs a certain program.…
-
1
votes0
answers39
viewsUse windows CMD commands from typed
I use Cmder or Conemu and am trying to configure some of them to get the commands typed from what I have already typed. For example, if I type the following sequence of commands: cd Sites\site1 ssh…
-
1
votes0
answers131
viewsMatrix printer printing, networked, with PHP
Good afternoon. I am trying to send a simple txt file to the network printer. The server is Windows, php 5.6 and is in a VPS. The printer is configured by VPN. I tried installing the php_printer…
-
1
votes0
answers106
viewsHow to run an Expokit project on a mobile phone/emulator for development?
I had a project done in Expo, but ejected it using Expokit, which creates the folders /android and /Ios, I can generate the apk however I can not emulate on my mobile for development. The command I…
-
1
votes1
answer121
viewsPrinting by VBS - Windows 2008 R2 Server
Hello! I did an automatic print routine where a task I created in windows server 2008 R2 calls a vbs script, where HTTP request by GET is made to a web service that mounts a PDF file in a folder.…
-
1
votes2
answers53
viewsI need to select which employees are allocated to which projects
I need to select which employees are allocated to which projects but when I run my code: select projeto.nome, funcionario.nome from projeto, funcionario it selects all names in all projects and not…
-
1
votes2
answers727
viewsWhich files go up in an Laravel project
Dear, I have an application in Laravel, which I do development on my machine. And I have several clients who use this app, and I have an app for each client. Today I have a server windows server…
-
1
votes1
answer1068
viewsPublish React.js windows server
I have an application developed with React + React-Redux and now that it is finished I need to publish. But when searching about it I didn’t find anything that explained or had a step by step how to…
-
1
votes2
answers2094
viewsOpen Python file only works with Windows folders in English
I have a Python program that asks the user for a file path and shows the contents of the file on the screen. The problem is that the code only works when I put the names of Windows folders in…
-
1
votes1
answer562
viewsError in subprocess.run( ) in Python 3.7.2
I’m using: Windows 10 Python 3.7.2 Shell (default IDLE) x64 I’m trying to follow the tutorial Learnopencv tutorial, I already downloaded the file class-descriptions-boxable.csv and…
-
1
votes2
answers7988
views(cmd) How to unzip files from a . zip by Windows cmd
I need help to unzip files . mdf and . ldf which is in a single file . zip, need to do this by Windows cmd.
-
1
votes2
answers597
viewsHow to enter data at runtime?
I would like to write while running a bat file. I have to enter user and password after executing a command. When executing the command I have the following output : Você foi direcionado com…
-
1
votes1
answer138
viewsDelphi Computer Shutdown Problem
I am using the following code to shut down the computer via Delphi program: //Adicionar à cláusula Uses, Shellapi e digitar os parâmetros abaixo no clique de um botão por exemplo: // Desliga o…
-
1
votes1
answer54
viewsscapy installation without needing graphical interface or file . exe
Friends sweats, I’m having a little problem, I’m creating a python script with scapy and npcap (which is required for scapy to work) to run in windows. However, I managed to do the installation…