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
answer178
viewsError installing Heroku Toolbelt on Windows
Somebody can help me? I downloaded Heroku Toolbelt on the Heroku.com website but it’s making this mistake. It speaks "Mysql" ... Is it some configuration in the environment variables?…
-
1
votes1
answer230
viewsTransfer date value from Form1 to class c# windows form . net
I’m working with windows form . net c# but I don’t have much practice and would like a help... I have a calendar component in a Form1 and after running the application, a date is selected which is…
-
1
votes1
answer9247
viewsHow to access Postgresql consoles?
I bought it recently that book and have followed the guidelines on how to install Postgresql for the Windows operating system: I can make all possible changes to the interactive environment, but I…
-
1
votes1
answer665
viewsNumber of processors in Hyper-V
I have a virtualized Windows Server 2003 server with Hyper-V. I set the option "logic processor numbers" to 4. On Windows, it appears on the 4 Cpus device management list. But in Windows task…
-
1
votes1
answer278
viewsIs it possible to implement a "Recycle Bin" method in SAMBA?
It is possible to implement a "Recycle Bin" method in SAMBA? That is, when a user deletes a file in a SAMBA share, it is possible to send it to "Recycle Bin", instead of permanently deleting it? If…
-
1
votes1
answer1485
viewsPerforming AD (Active Directory) query with PHP
Currently I have in here in the environment the AD (Active Directory) from Windows Server 2012. Today in my PHP application I can already connect to this AD via ldap_connect + ldap_bind. But I would…
-
1
votes1
answer80
viewsAccess denied when obtaining namespace connection time
I am developing an application for the Windows Phone and I’m wearing a namespace who makes the connection. The problem is that this namespace says that it has no access to the appeal, and that the…
-
1
votes0
answers39
viewsConnections between Virtual Machines - Vmware
I have 2 virtual machines, one with ubuntu server, another with windows 7 , the 2 machines are in the same class of IP, windows - 10.10.1.3 ubuntu server - 10.10.1.2 the 2 machines if "pingam" only…
-
1
votes0
answers26
viewsSplit accesses between the new site and the old one
I’m going to publish a new site and I wanted only a few hits to it so I can evaluate its operation and the other hits will be forwarded to the current site. Facebook does something similar when it…
-
1
votes2
answers2883
viewsRun a. EXE file on Windows from a PHP application on an external server
I am with a SMS Gateway (Gammu) properly installed and running on my local machine at home. I need my PHP Script hosted on a server to run this application on my local SMS server. How should I…
-
1
votes1
answer3127
viewsShare virtual machine VPN connection with real machine
I have a problem because I started using a few months ago Ubuntu and now recently migrated to Mint. Work developing with Java Web but to do tests I need to access the client’s database through a…
-
1
votes1
answer14553
viewsHow to send local network messages on Windows
How could I exchange messages with another computer (both Windows system) on a local network without server intermediation. It would be possible using the command prompt?
windowsasked 9 years, 5 months ago KaduAmaral 11,472 -
1
votes2
answers5622
viewsAccess denied when updating PIP
I am running the following command at the Windows prompt pip install --upgrade pip And I’m getting a mistake: Permissionerror: [Winerror 5] Access denied: 'd: Leonardo python Django-treinaweb env…
-
1
votes2
answers917
viewsMysql: Windows or Linux?
Which one performs best for dedicated server with Mysql considering several complex calculations in Stored Procedure and Functions?
-
1
votes1
answer2035
viewsTranslation of Windows service name
I am using Windows in Portuguese in my work. I need to follow a tutorial in English to allow the windows firewall to work again. I can’t find the service "base Filtering engine service" in the list…
-
1
votes0
answers238
viewsWindows server folder access by PHP on Linux
We have an intranet developed in PHP that is inside a Linux server with apache. I need to access a folder that is on another server and that server is Windows. Is there any way to do this?
-
1
votes1
answer132
viewsCross-platform C program
If I make a program in C and don’t use any Windows library leaving the program totally pure in C I can compile it for Linux as well? and will function normally?
-
1
votes0
answers39
viewsRun Windows straight from partition on Linux
I wonder if there is a way to run Windows that is installed on a partition, inside Ubuntu, or another district. Type, emulating a machine with Virtualbox, only instead of using a file like HD, use a…
-
1
votes1
answer658
viewsPerform task scheduling via PHP in windows
I need to schedule the sending of an email dynamically on a windows server running IIS. I have the following code in PHP: class AgendarTarefaWindow{ public function agendar($nome, $data, $tarefa){…
-
1
votes0
answers18
viewscatch listview values after click on Menuflyoutitem
how to pick up the values of a listview made in windowsphone 8.1 after clicking on a Menuflyoutitem. Example have a listview with id, name and phone after holding the list to appear Menuflyoutitem…
-
1
votes1
answer1063
viewsHow to extract a SFX file with 7zip in command line?
I would like to know how to extract a SFX file using command line, as an example I have the file Download JDK 8, Self Extractor, its I download this file and extract it using 7zip by graphical…
-
1
votes1
answer686
viewsProgram that opens Notepad in the background
I need to make a program that, when the user presses a button, the program opens the notebook and insert a message previously programmed by me in the code. How could I make the program part insert…
-
1
votes1
answer111
viewsHow to determine the time at which a background task will be performed
I am programming for Windows 10, and at a certain time in a day I want my background task to be faced. Here is my registration code: on the home screen: var trigger = new…
-
1
votes1
answer585
viewsThe chmod command does not work as expected when using MINGW32
The command chmod does not work as expected when using the MINGW32 on Windows. I tested only on Windows 10 64 bits. $ cat ~/bin/minha-shell echo "Esta é minha shell" ls -lat /c/ $ chmod 777…
-
1
votes0
answers23
viewsWhat windows method do I get the calendar date Rage when I use two digits on the date?
I’m trying to find the windows method that allows me to search the initial year of the calendar Rage when using the shortened date with the two-digit year: dd/mm/yy. Using the GetLocaleInfoA i can…
-
1
votes1
answer157
viewsInsert the result of a query into a php file
I need to create a . php file with the results that appear accessing another . php file, for example: I access http://localhost/.php files and this page results me to lists of existing files on a…
-
1
votes2
answers536
viewshide the batch input through this file
I am trying to encrypt a folder hiding it, but when entering this code, it forwards me to batch to ask for the password, when I am entering it shows the password and does not hide it. cls @ECHO OFF…
-
1
votes0
answers188
viewserror obtaining Printer information VB6
When I will perform a print through a Data Report when opening the windows printer screen the following error occurs: error obtaining Printer information. Any suggestions?
-
1
votes2
answers2566
viewsRedirect Internal/external ip page
I have an HTML page and can already view it internally and externally through the iis of windows server 2003. I am inside a network where Windows server2003 is connected and I want to access the…
-
1
votes0
answers40
viewsDeploy Back Button in Universal Apps
Guys, I’m developing an application for Windows 10 and I have no idea how I implement a back button on a similar Pivot is in the Microsoft Weather app.…
-
1
votes0
answers115
viewsWindows auto increment environment variable
Short question I need a variable environment in windows that is auto increment: setx /a PORT=1000 and every time you call %PORT%: setx /a PORT=%PORT%+ 1 the result would be: echo %PORT% 1001 echo…
-
1
votes2
answers171
viewsI cannot display the modification date of a directory with powershell
Hello, I am trying to display the date of creation and modification of a directory using the powershell, I am using the command: Get-WmiObject Win32_Directory -filter 'Drive="C:" and Path="\\"'…
-
1
votes1
answer456
viewsInternet Explorer always in the foreground
I am using IE in Kiosk mode and an error appeared from another app in front. What I would like to do is that if any other window appears in the Windows, does not appear above the IE window, always…
-
1
votes1
answer1256
viewsCompile css with Sass on Windows
I installed ruby in windows and installed Sass. According to the tutorial, I have to monitor the css file until then beauty, but I wanted to edit a css file that already exists, and not a new, how…
-
1
votes1
answer53
viewsError installing Windows 8.1 Cordova
I’m having trouble installing Cordova on my machine, I followed the steps of the link himself Cordova however it was not working, it is giving error as follows :…
-
1
votes1
answer231
viewsRepeated tags, file . windows bat do not delete some tags
I’m having a problem with a company system here which is next. The system generates labels and prints them on an Argox printer, these label printers. Are tags of requests that are generated with PHP…
-
1
votes1
answer91
viewsBatch Move and Del commands are not working
@echo OFF mkdir saida sort %1 > cadperfiSorted 2>> saida\error.txt start MAKEOPEACER5.jar cadperfiSorted del cadperfiSorted //OPEACER5 é um arquivo gerado pelo .jar move OPEACER5 saida This…
-
1
votes0
answers136
viewsWindows Phone: Sale with credit card
I need to carry out the sale with credit card through my application. I would not like the customer to enter his data on the phone, the sale would be made in person. It does not serve the sale for a…
-
1
votes0
answers726
viewsAutomate IE configuration process for NF-e issuance
To send nf-e within my system I need some parameters of Internet Explorer to be properly configured as follows: • Mark SSL options • Uncheck TLS options • Uncheck Check server certificate…
-
1
votes0
answers34
viewsAudioinputstream.close() not working (Unable to delete file)
I’m having a problem with an Audioinputstream. After making the adjustments I need, I give a AudioInputStream.close() (equivalent to InputStream.close()) so I can delete the file later. But in doing…
-
1
votes1
answer329
viewsHow to check connection bandwidth of a server
Hello, I recently hired a Windows VPS server hosted in Germany. The contracted plan has unlimited traffic and 1Gbit/s connection. I want to use this server for streaming videos, so the connection…
-
1
votes1
answer35
viewsHow to add . Asd systems in Lisp/Windows7?
So guys, here’s the thing, I’m trying to run a code that interprets BRAINFUCK written in LISP, so I found this git: https://github.com/equwal/LispFuck it seems to be very friendly and the best so…
-
1
votes1
answer331
viewsCheck that framework 3.5 is installed on the machine
I have to perform a function in C# to check that framework 3.5 is installed on the machine but not using Registry.LocalMachine.OpenSubKey("Software\Windows\Microsoft.NET\..."), because this function…
-
1
votes1
answer1757
viewsException Error "' ', hexadecimal value 0x1F, is an invalid Character. Line 1, position 1"
I have an app made on C# to show the menu of my university’s university restaurant, which picks up the information through a XML. The app allows individual consultation of each meal (breakfast,…
-
1
votes1
answer164
viewsScript that erases files by Spellnumber
I wanted to delete several types of extensions, but I don’t know how to increment if in batch, someone could help me and teach me how to increment if in the code below: @echo off cd…
-
1
votes1
answer179
viewsProblem loading winbugs into R
I’m trying to run a code on the R that loads the package winbugs that I have already installed require(R2WinBUGS); but I’m making this mistake Read 180 items Error in file(con, "rb") : cannot open…
-
1
votes1
answer87
viewsBackup Windows Server 2008 FTP and Cloud
I need to generate daily backups on a server windows server 2008 R2, the backups are several folders and applications installed on this server, windows server has tool for this, some tool of the own…
-
1
votes1
answer3356
viewsEdit txt file by bat
I have the following problem: In a Windows directory, I have 3 files .txt that every day is created automatically. Within them there are several lines with information. I wish to erase two lines…
-
1
votes1
answer305
viewsInsert a program into a windows window. h in C
I have this code in C using the windows. h library for creating a simple window. How to implement a program so that it appears inside this window. #include <windows.h> const char…
-
1
votes1
answer133
viewsLogin with Activedirectory
I am trying to make the connection with AD. However the error is displayed: Warning: ldap_connect(): Could not create Session Handle: Bad Parameter to an ldap routine in C: Program Files (x86)…