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
-
6
votes3
answers3015
views -
6
votes2
answers3602
viewsStore credentials from a Git repository on Windows without SSH
How to set up Git in a local repository so you don’t ask for the login and password every time you push or pull? My Git server does not support SSH. HTTP only. I have only the username and the…
-
6
votes1
answer7802
viewsVoice recognition in Pt-BR
How do I use Speech Recognition when my OS(Windows 8 x64) is in En-BR? I want to use commands in English. I’m using the following code: private void Form1_Load(object sender, EventArgs e) {…
-
6
votes2
answers833
viewsShow use of Processor
I am trying to show the use of the server processor with PHP. Server is Windows with IIS. I’ve tried to use : exec("wmic /node:localhost path Win32_Processor where DeviceID='CPU0' get…
-
6
votes1
answer1030
viewsPHP Error Built in Server Invalid request (Unexpected EOF)
Eventually on the console or cmd error appears Invalid request (Unexpected EOF), note that I understand what EOF means, which is Andnd Thef File, but I don’t understand why exactly this happens. At…
-
6
votes2
answers849
viewsWhat is the difference between SET and SETX?
To fix a new environment variable in Windows I checked that there are commands SET and SETX. What is the exact difference between the two commands?
-
6
votes1
answer1162
viewsDeploy App Node.js on localhost(Production)
I developed an application with Angular + Node.js. The only detail is that there is no centralized server (Node.js), that is, each client will have its version of the server running on its network.…
-
6
votes3
answers342
viewsHow to escape characters in Windows Batch?
I have the following script: start "" "https://site.com.br/app/index.jsf?username=nomecabuloso&token=tokenzera" But when I do, it’s only index.jsf, it opens the following url:…
-
6
votes2
answers1125
viewsWhat current languages are used for Windows application development?
What current languages are used for Windows application development? I would like to know which ones have dependencies, like Java that needs to install JRE or some . NET that need you to install .…
-
5
votes4
answers1842
viewsHow to know the Kb size of a string?
I have a string which will be saved on file xml, and this file cannot be larger than 500 kb. How can I identify the size of the string which I will save on file xml? When the string is saved in the…
-
5
votes2
answers1007
viewsWindows Ping should return only response values
I’m doing a script and I need you to Ping or Fping in windows return only the values of time, without the ms, guy: ping 8.8.8.8 Disparando 8.8.8.8 com 32 bytes de dados: Resposta de 8.8.8.8:…
-
5
votes1
answer130
viewsTime is early in program . C
I have an application in .c, I finished it but I have a problem with the time. Example: I am recording everything that is done with date and time only the time is early. When I do an operation at…
-
5
votes3
answers141
viewsPhoto on the web with Windows 8.1 tablet
What I need I want to make a page where the user can click a button, take a picture with the camera of tablet, view it and click on button to save it. What I’ve already tried I have tried to use the…
-
5
votes1
answer363
viewsHow to compile C/C++ for Linux/Mac OS on a Windows?
The title says it all. I have code that can be compiled on the two (three?) platforms and I want to do it straight from Windows only using GCC (Mingw in this case). Would that be possible in…
-
5
votes3
answers596
viewsDelphi 7 apps in windows 8
I installed Delphi 7 on my Windows 7, but we know that by default Delphi 7 comes with Indy 9. It’s OK for me because I only use the idhttp.post and the get via http. The doubts would be: That…
-
5
votes1
answer2771
viewsHow to get computer information with C#?
As information of the computer where the C#application is running, such as computer name, IP, status of the firewall, if you have antivirus installed, if antivirus is active, etc.
-
5
votes1
answer81
viewsHow to transfer a file with corrupted name?
A client of mine is having a problem to upload file on my system, and from what I could notice it is his file that is with corrupted name (it is relatively common, on Windows systems, the accented…
-
5
votes3
answers4489
viewsLike "startar" a Node server?
I installed Node, created the environment variable (NODE_ENV) speed value. When I installed and configured, I printed out a arquivo.js with hellow world and it worked. Today, I want to start the…
-
5
votes1
answer552
viewsCMD WINDOWS commands
I don’t know if you can ask questions about this subject, but I’m having difficulties to open the file continuously on Windows CMD. When I use Linux just do this: tail -f…
-
5
votes2
answers761
views -
5
votes3
answers8991
viewsWhat language is used to program an operating system?
What language is used in the programming of an OS?
-
5
votes2
answers4322
viewsHow to make decision structure to change color in a bat?
Hello, I would like to know how to make a decision in the following situation: I have a cmd window with a constant ping, I wanted the script to analyze when the ping is normal the letters of cmd are…
-
5
votes2
answers883
viewsAWS - Remote access to the instance
Good! I created a Linux instance Amazon and a Windows, followed all the steps to generate key, import and change it via Putty, opened the key, asked for the connection with the care of ec2-user bla…
-
5
votes1
answer1139
viewsClose console window in C
I need to create the old game. I want to know how to close the black window that appears without having to click any key, for example: When running the program appears: 1 to play 0 to leave If the…
-
5
votes2
answers6054
viewsWindows CMD - Setar String with Accentuation
I am trying to create a Batch (CMD) in Windows that "sweeps" folders in a particular directory and then renames the sub-folders according to a criterion I set. I am using the code below to carry out…
-
5
votes2
answers942
viewsHow to run code with no open page in PHP
I have a PHP code that uses FSOCKOPEN to check the port of a server, and depending on the answer it logs in log... But for this the page has to always stay open, I would like to know if there is any…
-
5
votes2
answers3911
viewsHow to create local domains to test my websites and apps?
For my tests I would like to create a redirect from any domain to localhost:porta on a local computer, in Windows. I thought it would be possible by the hosts file on…
-
5
votes2
answers2948
viewsHow to check if a windows service is installed, if you are starting the service via batch file
I need to run a service for some processes, but first I needed to check if the service is installed. The commands I use to install and uninstall are as follows:: %DIRServico%\SERVICO.EXE /INSTALL…
-
5
votes1
answer2458
viewsResolve Problem with Docker for Windows
I am not able to start Docker on Windows, I already remade the installation process plus the error reported is the same. Since virtualization is active on my workstation. Follow the basic…
-
5
votes4
answers10576
viewsTo create a folder named after the current date in Windows cmd.exe
What I already have: %date% is the windows variable that stores the current date. When I use echo %date% the value Tue 07/25/2017 is correctly printed. But when I try to do mkdir %date% the created…
-
5
votes2
answers3041
viewsInclude task in Windows task scheduler via batch
I do the configuration of several types of backups per batch, the codes are not pertinent to this question, but what it takes is always configure them by the Windows Task Scheduler. There are some…
-
5
votes1
answer167
viewsMemory overflow with mysqli_query
The following instruction stopped the program: $result = mysqli_query($db, 'SELECT * FROM base'); And returned the following error: PHP Fatal error: Allowed memory size of 134217728 bytes exhausted…
-
5
votes2
answers291
viewsCmd text box functionality for Git
I’m developing a .bat, which will make a series of commands from the git predefined. But one of these commands, it is necessary that the user type an operation message. Follow the series of…
-
4
votes2
answers2696
viewsHow to run a subprocess with admin permission?
I’m making a script that accesses the cmd windows, via subprocess. Only I need to rotate the cmd as an administrator. The solution I found, does not satisfy me, which would be to use the runas. What…
-
4
votes2
answers2520
viewsHow to create an autorun?
I made a program by Visual Studio and I’m trying to create an autorun to run it, however, the executable of the program is in \programa\programa\bin\Debug\programa.exe and autorun should be in the…
-
4
votes3
answers869
viewsTime measurement in Windows
I would like to know how best to measure the running time of a programme in C++. I found several solutions on the internet, each with an approach. Suggestions?
-
4
votes1
answer508
viewsHow do the visual components of Delphi 2010 follow the visual standard of Windows?
In Delphi 2010 the interface components (buttons, etc.) are all square, Windows 95/98 style. How do I make it adapt the visual pattern to the latest versions of Windows?
-
4
votes1
answer2698
viewsC# - Import configuration file (.ini)
How I import an ini configuration file so that it is loaded and returns with a key value: Example: [version] code=0.3 the program will load the ini file and I select the section (in case it is…
-
4
votes1
answer241
viewsstart Vagrant server in windows using git bash
As seen in the log below when starting the server such error occurs. Dei Bundle install and then tried to start the server. => Booting WEBrick => Rails 4.1.1 application starting in…
-
4
votes1
answer612
viewsConnect and disconnect Internet?
I would make two . exe basic, one would be to disconnect the Internet and open one program and the other would be to just connect to the Internet. The part of opening the program I know, now…
-
4
votes3
answers16370
viewsBat to enable and disable proxy
I need a bat to activate and disable proxy already with the ips set someone can help me ? To activate use the following command: REG ADD…
-
4
votes1
answer2375
viewsHow to compile this code in Assembly on Windows?
I was seeing a creation of a basic window on Assembly that displays a message, already installed the compiler NASM but error to compile. .386 .MODEL FLAT, STDCALL INCLUDE windows.inc INCLUDE…
-
4
votes3
answers1108
viewsWhy isn’t Vagrant synchronizing the folders?
I’m using: Windows 8 64 bits Vagrant 1.7.2 Virtual box 4.3.28 GitBash 1.9.4 para conexão SSH Box Ubuntu 14.04.02 Trusty 32 bits Box Ubuntu 14.04.02 Trusty 64 bits I am developing with Ruby on Rails,…
-
4
votes1
answer3441
viewsError creating Java Virtual Machine
I was running an rmi application on Eclipse Luna and appeared the following message : "Could not create the Java Virtual Machine. A fatal exception has occurred. Program will closed.". The operating…
-
4
votes2
answers12278
viewsC: Change color of letters (multiple colors on one screen)
For example, I want print on the same screen: printf(".___. .___. .___.\n"); printf("._1_. ._2_. ._3_.\n"); printf("Digite 0 p/ sair ou outro número p/ continuar: "); but I want the letters of each…
-
4
votes2
answers2267
viewsInstall Image Magick (Imagick)
I have a local web server that uses Windows Server 2008 R2, IIS7 is the web services manager. I installed an application that needs to convert PDF to JPG, but for this I need the Imagick is…
-
4
votes1
answer156
viewsCommand for sharing same folder with multiple names
I am currently working on an improvement in the deployment process and I would like to automate one of the new steps. Through the Windows UI i can share the same folder on the network under several…
-
4
votes1
answer9015
viewsHow to create a. BAT configuration file in windows?
I am automating some processes on a Windows server, and would like to create some files. bat for this but for such would be necessary the . BAT were able to read a configuration file so I did the…
-
4
votes1
answer212
viewsWhy the operating system uses SWAP when it still has RAM
I learned that virtual memory (SWAP) was only used when RAM had reached its maximum capacity (or almost). But, I realize that it is not so, according to this image I took of the performance of my…
-
4
votes1
answer170
viewsHow do I send variables to another page on Windows Phone 8?
I tried to follow that method, but there is an error in Mainpage, saying that the NavigationService does not exist in the current context. In Blankpage, the same error occurs in NavigationContext.…