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
answer132
viewsI have latex error in windows 10 32 bits
In Texmaker or Texstudio always gives error: Error: Could not start the command. What will be?
windowsasked 8 years, 3 months ago Salomao Peixe 1 -
-1
votes1
answer395
viewsDelphi registry key permissions
Windows security settings often do not allow registry keys to be changed by the user. As is the case with the key: "HKEY_LOCAL_MACHINE SOFTWARE Microsoft Windows NT Currentversion Schedule Taskcache…
-
-1
votes1
answer193
viewsHow do I show thumbnail files from my application in Windows explorer?
I have an application that uses a file format of its own (for example, an extension . Xyz, being a format of my application). I notice that when I have a PDF, the Explorer shows thumbnails, When I…
-
-1
votes1
answer1605
viewsZip files by command line in Windows?
Does anyone know how I zip files by command line on Windows? Note: I don’t want to compress the file itself, I want to send it to a compressed folder. Example: .txt file --> .zip file…
-
-1
votes2
answers1377
viewsHow to start a Python application with Windows?(cx_freeze)
Hello, I’m trying to develop an application that starts together with windows, but I’ve tried to get the program to auto copy to the folder "C: Users User Appdata Roaming Microsoft Windows Start…
-
-1
votes2
answers172
views -
-1
votes3
answers232
viewsDifference on screen Windows Forms C#
I have a problem with Visual Studio > Windows Forms. When I enable the classic Windows theme and create a project in C# the screen is inside what I want, however, when enabling Aero mode, the…
-
-1
votes1
answer757
viewsCompile app for Ios made in React in windows environment
I’m studying React Activate and I need to compile an app for android and Ios. I wonder if I can develop everything in windows environment and then just copy the files to a virtual machine running OS…
-
-1
votes1
answer219
viewsWhat commands for Github on the Linux Terminal?
I have a PC at home (Windows) and in college I use Linux Mint. At home I installed a Github program for desktop, and from what I saw only has for Windows, and only 64 bits say of passage. I started…
-
-1
votes1
answer188
viewsCurl script works on Windows, but not on Linux
I have a problem with Curl. When I use this code in apache installed on Windows 10, it always works. When I use on Linux, both on Ubuntu Server 16.04 and on Centos 7, in both gives problem, works…
-
-1
votes2
answers1675
viewsError installing mongodb in windows
I tried to install the db Mongo in windows. I do the whole installation process but when the installation comes close to being finished the files and the installation folder of Mongo are deleted. An…
-
-1
votes1
answer514
viewsHow to rename a program process in C C++ (Windows Lib)
I am creating a utility program for windows but can’t change the name that appears in task manager, I have tried SetConsoleTitle("atwconnect"); but changed only the window name but not the process…
-
-1
votes1
answer178
views.bat number generator
I need one. bat that generates random numbers with the characters 123 in different sequences type 123,321,213,312,231 preferably using a number of each without being so 212. but if it only goes…
-
-1
votes2
answers97
viewsCreate a program that is usable on Windows
I am a programming student, still in the first year of my course. So far I have studied Java, C, Haskell and Script Shell. I’m quite functional in Java and C. I can write code, compile and exceed in…
-
-1
votes1
answer443
viewsrvm installation on windows 7
It is possible to install rvm or rbenv in windows 7, for controlling versions of ruby and Gems. If it is possible how do I install on my machine? ... I have already followed several tutorials that…
-
-1
votes1
answer115
viewsHow to list in Windows Explorer the www directory of Linux/Ubuntu that runs on the Windows Subsystem for Linux (WSL) of Windows 10?
I need to list the files that are on var/www Ubuntu that runs on WSL, so you can make a file copy. How to view them by Windows Explorer so that an application running on Windows will copy such a…
-
-1
votes1
answer232
viewsExtracting information with Python
I’m conducting some tests with Python and would like to extract some data that are presented on the page of "System information" in the Windows. I know the library "os" of Python allows us to…
-
-1
votes1
answer322
viewsHow do xcopy copy a directory from a variable
I’m with a project involving bat más I need to use a command (xcopy) Suppose: I want that I can enter the whole directory ex: C: Users "User" directory and be able to type in the destination ex: D:…
-
-1
votes2
answers126
viewsPHP Exec Returning unknown characters when executing commands
I am running functions in Windows CMD through PHP in Exec function, but some returned values come as unknown character, mainly in accents, how to proceed to fix? Commando: exec('dir "C:\Users" /b',…
-
-1
votes3
answers134
viewsHow to open only one form even by multiple clicking C#
Good afternoon, I’m doing a quiz on Windows Form,: Async void Proximo() { await Task.Delay(100); this.Close(); Form2 form = new Form2; form.Show(); } private void button1_Click(object sender ,…
-
-1
votes1
answer497
viewsvirtualapp/didlogical - What is it?
Hello, I was researching on other ways to manage credentials of the programs I use (github for example), I found and was editing on Windows Credentials/Generic Credentials, found a Redential of…
-
-1
votes1
answer95
viewsError after updating PIP version - Python
i went to update the version of Pip on my machine and now when I go to install a library the following error appears: WARNING: pip is being invoked by an old script wrapper. This will fail in a…
-
-1
votes2
answers112
viewsHow to create a file within a directory?
import os def main(): checkDir = str(input('Escoha o diretório do arquivo Python: ')) if os.path.exists(checkDir): print('O diretório existe!') print() nameDir = str(input('Digite o nome do novo…
-
-1
votes1
answer151
viewsAlternative to Sendkeys in VB.net Windows 10
Does anyone know any alternative way to use Sendkeys in Windows 10? I have a program that works perfectly on Windows 7 but doesn’t work on 10 because apparently Microsoft has disabled using Sendkeys…
-
-1
votes2
answers81
viewsWhat does the "retn" statement mean with an argument?
Is it possible to see return instructions with an argument, how this is done and how the return value is treated? It is to return an argument in the stack?…
-
-1
votes1
answer109
viewsHow to disable all options to turn off Windows at a certain time? (hardening)
Using regedit and system tools. Parameters to be blocked: Case: Imagine that you are setting up a PC/notebook for a user of the company of which you are network and IT manager. Your job is to apply…
windowsasked 4 years, 1 month ago WesleyRodrigues 42 -
-1
votes1
answer237
viewsWhy don’t Sass and Less work on Powershell?
I installed Sass and Less through Node.js (globally, as exemplified on the websites of the tools in question). I used both in cmd without problems, but when trying in Powershell, I received the…
-
-1
votes1
answer47
viewsEdit key value in Windows Registry and create rule in windows firewall with Python
I need a python preject to change the port in the windows registry (HKEY_LOCAL_MACHINE System Currentcontrolset002 Control Terminal Server Winstations RDP-Tcp Portnumber) and (HKEY_LOCAL_MACHINE…
-
-1
votes1
answer21
viewsCommand at the Windows CMD prompt
I use the following command at the prompt to unzip the file and at the end close the window. However, when there are no more files, it informs that it has no file and does not close the window. How…
-
-1
votes1
answer234
viewsRemove XML file line using Python and create TXT file with result
I have several XML files inside a folder that is called FILES and it is local in Windows. All XML files follow the same structure as below: <catalog> <product description="Cardigan Sweater"…
-
-1
votes1
answer148
viewsCan anyone explain what that expression is for and how to use it?
I would like to copy more recent files from one directory to another. But besides being the mais recente (data de criação) I have other conditions for copying: Start with "Relatório Financeiro"…
-
-1
votes1
answer30
viewsGit Bash is unable to open a connection with my authentication agent
I’m trying to set up my github in windows by git bash with the help of this blog: http://gabsferreira.com/instalando-o-git-e-configurando-github/, but git bash can’t get a connection to my…
-
-2
votes1
answer1240
viewsHow to check video integrity. mp4?
I have at hand about 10,000 videos in . mp4 format, but some of them are corrupted. Such files are corrupted as follows: videos should have a certain length of time, however, when they are played,…
-
-2
votes1
answer1688
viewsDevelop IOS on Windows
Is it necessary to have a Mac to develop an IOS application? I own Windows. Is there any way to program an Ios application on that system?
-
-2
votes1
answer1331
viewsSpoon.bat does not work with windows 7 and java 1.8
After unzipping the Pentaho PDI. I try to run Spoon.bat and get this message below and do not open the IDE I’m using java 1.8 and windows 7 64bit Error message: DEBUG: Using JAVA_HOME DEBUG:…
-
-2
votes1
answer31
viewsDirect output of a program to 2 places
I know that on Linux or Windows I can redirect the message of a program to be saved in a file instead of being shown at the end of the command >: ./a.out > arqSaida.txt Or still write at the…
-
-2
votes1
answer1333
viewsVery slow docker in Windows 10
I recently installed Docker for Windows on my laptop, however it is very slow. I own a notebook DELL Latitude 7490 with 8gb RAM, 240gb SSD and intel processor I5 8° generation - Windows 10…
-
-2
votes1
answer90
viewsWhat are the requirements to create a windows app using Ionic?
I created an app for android using Ionic, wanted to take this same app and build for pc, what the requirements and how to do?
-
-2
votes1
answer227
viewsSearch the database and move to a listview c# Windows Forms
I am developing a project and for being new in the area I am with enough doubts and difficulties. My problem is the following: I have a form to manage a company’s forward notes, when opening the…
-
-2
votes1
answer134
viewshow to erase Ionic completely from the machine
Can someone help me? guys, I’m running npm Uninstall -g Ionic to uninstall Ionic, but presents following errors: Error: Cannot find module…
-
-2
votes2
answers185
viewsA bat that copies a file to a folder named after it
Hello, I’m trying to create a bat that copies a file from a folder and creates a folder with the name of that file, and plays that file inside it but it’s not working very well and I need help @echo…
-
-2
votes1
answer39
viewsError trying to install nodemon
I am trying to install nodemon by visual studio code using "npm install --save -g nodemon", but this error appears and does not install.…
-
-2
votes1
answer31
viewsExtract Specific Files with C# Windows Form
Boa Tarde Personal, I have a question and I hope you can help me. I added to my project a ZIP file with files inside. I need to compile this zip file along with the program. After compiling the…
-
-2
votes1
answer59
viewsHow to enable Virtualenv in Windows command prompt?
On Linux I can run . bin/activate I tried the same command on Windows, but it didn’t work. How do I activate virtualenv on Windows?
-
-2
votes0
answers11
viewsThe C# extension icon does not appear in the windows folder! What do I do to resolve this?
The c# file extension is not showing on Windows. Since I’m a beginner I don’t know how to fix this. I already checked other files on the computer and the extensions appear normally, only the c# that…
-
-2
votes1
answer39
viewsVirtualenv python between Win/Linux machines
I got a problem, somebody’s been through it ? I have a Python/Django project on a linux pc, and this project is in a repository on github. Dei git clone in this repositorio on another windows pc, so…
-
-2
votes0
answers28
viewsError importing package and running code in eclipse JAVA IDE
Hello I’m new in java and I have a problem, I’m trying to run a java code I saw on internet recognition and sound pattern but there is a problem when I replicate it in IDE import everything and do…
-
-3
votes1
answer2001
viewsRun system URL daily through Windows task scheduler
I would like to schedule a task in the Windows Task Scheduler. It consists of, daily, at a certain time, opening the browser and executing a certain URL (which will perform some tasks {Inserts,…
-
-3
votes1
answer737
viewsProblem in Xampp
i am having trouble starting apache in Xampp when start hit appears the message sequinte: This may be due to a blocked door, lack of dependencies, 18:17:44 [Apache] improper privileges, a failure or…
-
-3
votes2
answers228
viewsCreate shortcut with python
I’d like to know how to create a shortcut for my own script . py using Python. I mean, my code creates a shortcut of its own.…