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
-
0
votes0
answers43
viewsOptimize deletion of 700,000 records from a Mysql table
Hello, I am in urgent need of deleting 700,000 records on a table with just over 2 million. However, testing on the office server is taking hours because I need to filter a field and I will need to…
-
0
votes0
answers27
viewsproblem with installing Ubuntu to do dualboot with windows
during the installation of Ubuntu or even after a while using the system that is on the flash drive starts to give the error below. pcie bus error severity=corrected type=physical layer…
-
0
votes0
answers33
viewsHow do I use LDAP to remove users' access in java or oracle Procedure?
I maintain the company’s personnel system and need to implement a routine that when the employee is retired or fired, he loses access to the network folders. There is a server LDAP that controls…
-
0
votes1
answer778
viewshow to create an React Native app in windows and test on Iphone
Guys, I’m programming an RN app in windows and I don’t have Macbook but I have an iphone and I would like to test the app on the device, how could I proceed? I saw some comments of having access to…
-
0
votes2
answers151
viewsCalling a service . py inside another . py
Good afternoon, you guys! I researched a lot on the internet and did not succeed, I have the following problem to solve: I have 3 Python services installed on Windows(example1.py / example2.py /…
-
0
votes1
answer72
viewsUnicodedecorror in "Pip upgrade" and "install pywinusb"
My experience in Python is not much, but no error of this kind had yet appeared in any installation. As always appeared the message to upgrade the version of Pip, I decided to continue with this…
-
0
votes2
answers142
viewsIs there any way to make the "Curl" program to pause print the information on the screen?
For example, when I call the help menu in the Windows CMD terminal, "Curl --help", comes a rain of information on the screen, getting pretty bad to track reading.
-
0
votes2
answers1092
viewsI can’t sync my windows clock
I installed windows yesterday(2019-08-16), and the time of the OS appears 3 hrs ahead, I try to synchronize and nothing. Type in the CMD >w32tm /resync /rediscover Enviando comando resync para o…
-
0
votes1
answer122
viewsProblem when trying to get CPU temperature using WMIC
I’m creating a program for Windows and need to get the user’s CPU temperature. For this task I am using the wmic with the following code in batch: @echo off for /f "delims== tokens=2" %%a in ( 'wmic…
-
0
votes1
answer247
viewsSet environment variables via shell_exec php
I need to make a php script to change/create the value of a windows environment variable shell_exec("setx VAR_TEST '2' /M"); The command runs but does not change the value of the variable, I run…
-
0
votes0
answers71
viewsHow to start a class in the same. java file?
I am new in this part of compilation for Android APP, I would like to know how to start a class q is in the same java file, for example: my 'Mainactivity', already declared the button that should…
-
0
votes1
answer92
viewsProcess does not run high
I made a program to run the windows activation process high but I get the message of insufficient privilege despite being with Verb = Runes var senhaSegura = new System.Security.SecureString(); var…
-
0
votes1
answer15
viewsError using Sound Exchange (Sox)
I am trying to use the Goggle Speech-to-text API in Node.js, but when I try to run the service I find the error: My environment of development at work today is Windows 7, however I already managed…
-
0
votes0
answers28
viewsWindows does not find R environment variables running shinys by . bat(batch) or shell files
I have a Shiny saved on the network that I make available to users through shortcuts that run Shiny by shell on Windows (the shortcut is a file. bat on desktop to user) I have some access passwords…
-
0
votes0
answers4459
views'. ' is not recognized as an internal or external command, a operable program or a batch file
When I try to use the remote ./configure in windows cmd to install freetds I get the message '.' is not recognised as an internal command or external, a operable program or a batch file.…
-
0
votes1
answer2790
viewsWhat command to display the WSL version
What’s the powershell command for the WSL version? I’ve tried: wsl --list --verbose does not list anything (Windows 10 version 1909)
-
0
votes1
answer345
viewsIF to set default printer via batch
We are redesigning the machine park here of the company and the new machines came with Windows 10, unlike the Windows 7 that we used before. The first problem we had was with the way Windows 10…
-
0
votes1
answer57
viewsIncrementing Progressbar with a Timer causes a Visual Bug! The Progress only carries half but the value is FULL! c#
Hi, I’m creating a project something like this: Clicko and a Proressbar appears, I increment with a Timer, I counted and qd an incremented variable of 1 in 1 reaches 11, we have +/- 3 seconds, is…
-
0
votes1
answer109
viewsFilter AD User - Powershell/CSV
Dear colleagues, I need to read a CSV file and filter the users within the AD with the information contained in the CSV. I need to compare the CSV field with the Userprincipalname inside the AD. My…
-
0
votes1
answer66
viewsNode.js processes are not being closed
I was studying React (I used the command npx create-react-app) but I closed the prompt I typed the command npm start. When I saw the files on my computer, there were more than 20 Node processes. I…
-
0
votes0
answers45
viewsScrip | Task Scheduler (Never Finish)
Hello I created the . BAT that deletes files from the previous day and then opens Winscp and runs a Script @echo off C: cd C:\Unigrupo\ forfiles -p "C:\Unigrupo\ARQUIVOS_GERADOS" -d -1 -m *.csv -c…
-
0
votes1
answer33
viewsCompressing files in Powershell 4
I have Windows with Powershell 4 on a server. I would like to compress files, and for that I know the Compress-Archive of Powershell. How do I install it? You need to touch . NET Framework? In…
-
0
votes0
answers39
viewsHow to set up pfsense for the secondary Windows 2012 R2 server to take over when the main Windows 2012 R2 server crashes
The situation is as follows: There are two Windows 2012 R2 servers in the replicating domain, and pfsense with the active DHCP distribution service in the LAN interface and the ips of the setted…
-
0
votes0
answers18
viewsHow to start a windows form application with operating system?
Hello, how do I get my windows form application to launch along with windows?
-
0
votes1
answer85
viewsOpen Python file in a different folder (Explorer)
I would like to know some way to open a file (example, a .csv to do some data analysis) from Windows Explorer. Example: arquivo = open('arquivo_1.csv','r') but with the file 'arquivo_1.csv' coming…
-
0
votes2
answers223
viewsMy print function does not work at windows command prompt
I’m starting to study programming. I downloaded version 3.8.3 of Python and to write the programs I downloaded the Sublime text that allows running the programs on the platform itself. When I…
-
0
votes1
answer516
viewsHow to set variable using substring in batch code (Windows CMD)
Talk to you guys, I am trying to generate a code seeking part of the service name in Windows to set in a variable (ORACLE_SID). I need to search the service Oracleservice. Next to the name has the…
-
0
votes1
answer781
viewsProblem "the file is already being used by another process"
I’m trying to make a code to call windows function ping and use output stream to windows file, and while using the code that the program calls on windows console right, but by the program I have a…
-
0
votes1
answer879
viewshow to copy a file name using cmd and rename another using copied text (Clipboard) only with cmd windows commands
Hello. I am looking forward to facing a situation at Windows 10 CMD command prompt of "dynamic name", so to speak. SITUATION EXAMPLE: I have in my directory the following file: .../DADOS/teste.csv…
-
0
votes0
answers358
viewseclipse does not recognize jdk 9, 11 or 14 (Target is not a JDK root. System library was not found.) windows 10
I’m trying to test JDK9 with Eclipse (version 2020-09 M3 (4.17.0 M3) and also tested with Oxygen Release (4.7.0)) on Windows 10. I installed jdk with the installer for windows…
-
0
votes0
answers91
viewsHow to access a shared folder on the network with password in windows using python
I have a program made in python that accesses my usb printer and then I have it print something, I’m trying to make my program access this connected printer on another computer sharing it on the…
-
0
votes1
answer49
viewsPython command does not work
As you can see, I cannot access python from the terminal I’ve checked the system variables…
-
0
votes1
answer119
viewsEffect of fading Windows window to (Minimize, Maximize and Close)
I left the WindowStyle="None" and that eliminates all the animation of the window. A normal window edged has the excitement of fading to the (minimize, maximize and close). I wish that same effect…
-
0
votes0
answers19
viewsHow to change the path of the executable using pywin32?
I have two files: one that is the base and the other the 'main' that makes generate the service in windows; However, when I try to start the service, the path of the executable is like another Does…
-
0
votes1
answer21
viewsProblems with Maven
Hello I read how Maven works, but there is one thing I don’t understand I will depend on Maven after creating my executable program ? i’m a beginner in java, I would also like to know how to use the…
-
0
votes1
answer69
viewsDownload via Powershell
Hi, I’m trying to download Java via Invoke-Webrequest join with regex & match My script is like this: $url_download = (Invoke-WebRequest -UseBasicParsing…
-
0
votes0
answers164
viewsExercise in C - Semaforos
Hello, I’m doing an exercise in C but I found some difficulties, the goal is to use the lib #include <pthread. h> when using the code of this template #include <stdio.h> #include…
-
0
votes0
answers9
viewsExcution permission for ```Tsc -v``` in Powershell
I’d like to execute the command tsc in Powershell, however, when I run the command it returns powershel permissions error, however, instead of the permission to run using the Set-ExecutionPolicy and…
-
0
votes0
answers90
viewsXdebug with Vscode and Docker on Windows not working
I’m trying to use Xdebug in my project but it just doesn’t work, doesn’t stop at any breakpoints and doesn’t give any error message. I’ve tried all the options on the internet, including here at…
-
0
votes0
answers24
viewsHow to configure vhost in windows with xampp using a port other than 80?
Does anyone know how to set up vhost in windows with xampp using a port other than 80?! I’m having trouble configuring the host to implement a PHP application. My file httpd.conf is already with…
-
0
votes1
answer55
viewsDOSBOX does not recognize some batch script commands, how to resolve?
I was making a simple script in batchand testing with Windows 10 CMD, and it ran normally. However, when trying to run the same script with DOSBOX, the system gave error in the use of GOTO, yielding…
-
0
votes0
answers205
viewsHow to make a Python script run a Click on Windows 10?
I’m trying a simple script with python, it click on a screen coordinate. I have tried with Pyautogui, pynput, pydirectinput, pywinauto... But in none of them the click is actually done, the only…
-
0
votes1
answer72
viewsGit status: ERROR
Hi, I have a problem with my git control. When I send the "git status" command to I see the changes of my current project, it returns me this error below: warning: could not open directory 'Ambiente…
-
0
votes0
answers10
viewshow to close the current form while handling an external component?
I have a form that is not the main form of the program. I am using Libvlc for C# for media playback in this form, so I have a Mediaplayer component. I’m dealing with the Mediaplayer_stopped event as…
-
0
votes1
answer33
viewsHow to send the results of multiple Findstr commands to only one.txt file?
I’m creating a bat which has several commands "Findstr" How can I send the multiple results obtained by the commands "Findstr /i /c:Strings for the same arquivo.txt? dir/s/b C:\Users >…
-
0
votes1
answer57
viewsHow to use a python command in Windows?
I made a Python code that takes an excel spreadsheet with data from all over Brazil and creates several files separated by states. Ex: spreadsheet contains data from SP, RJ, BH, RS and etc... Python…
-
0
votes0
answers22
viewsWinapi - Receive the process name and PID in C++
I am working on Windows processes, detect process, receive image name (Program) and your PID using Winapi. #include <windows.h> #include <tlhelp32.h> #include <tchar.h> #include…
-
-1
votes1
answer2099
viewsHow to remove the "extract here" submenu option from a sfx (exe)?
There is how to remove the "extract here" option from a sfx (.exe) file created with Winrar? Note: The option "extract here" is presented in the submenu, by right clicking under the file. Any other…
-
-1
votes1
answer154
viewsDelphi 7 with Indy 9 runs on Windows 8?
Good people like me who only use idhttp.get with http on Delphi 7 indy9 standard, which is simple and does not require dll ... it runs on Win8? 'Cause I’ve researched and I only see people saying…
-
-1
votes1
answer759
viewsLinux - Error installing Guest Additions from Virtual Box on Ubuntu 16.04 LTS on Windows 7
I just installed the new version of Ubuntu - 16.04 LTS in a virtual machine - Virtual Box. My operating system is Windows 7, 64bits, Lenovo. I tried to install Guest Additions through the Menu…