windows

Change the python version in windows 10

Actually, I have 2 versions of python in my system(win 10), I need both. How can I switch them? In the situation on the scree ... d that you need to change something in the PATH system variables, but what exactly, I did not find any sensible information.

How to make software RAID 0 on disks previously used in hardware RAID 0 without data loss?

Is it possible in Windows 10 to make a software RAID 0 on disks previously used in hardware RAID 0 without data loss? If so, tell me the manual.

WINS on Windows Server 2003

Hello! The admin has a small network - 5 computers +the server on which I decided to enable WINS. Added a role, registered th ... ing a new computer to the network, I recreated the wins database. I tried to create a static mapping... The effect is zero...

Error 1603 when installing Java 8+ 86/64 on Windows 10 1903 x64

Windows 10 Pro 18362.356 x64 (not build-litsuha) I tried it: 1) From admin/in compatibility mode 2) Restart the computer a ... s the 8 version. But the installation problem, i.e. the error was also on a clean Windows, where java is not in sight it was.

Get a list of files in a directory and subdirectories

Hello. You need to get a list of files with the extension .html in the directory and subdirectories. Moreover, so that the fi ... foreach (glob("*.html") as $filename) { echo "http://site.ru/{$filename}<br/>"; } ?> Thanks. P.S. OC - Windows.

How to remake the driver from Windows XP under Windows 7

Can any of the people who can write drivers for Windows tell me if you can somehow edit the. inf file of the sound card drive ... ---------- SPSVCINST_ASSOCSERVICE= 0x00000002 StdMfg="(Standard system devices)" gameport.SvcDesc="Game port for Yamaha DS1"

Russian text in C++ console applications [duplicate]

This question has already been answered here: ... return 0; } But it outputs to me not" I am a program", but some №;%:?*:%;№"№;%:?*. Why is this and how to deal with it?

What's faster: Dynamic memory allocation vs array, Windows 7 vs Linux

A test is written to measure the speed between dynamic memory allocation and array usage, as well as between Windows 7 64-bit ... gh new and delete are used? Why is Linux faster than Windows 7? PS. Both use the release version with speed optimization.

Explorer.exe runs as a file explorer, not a graphical shell

If you run a script that kills the windows graphics wrapper (explorer.exe), and then in the same script call this explorer.ex ... hon code: (same result, doesn't run properly) import os os.system('taskkill /f /im explorer.exe') os.system('explorer.exe')

Convert QtGui.QImage to black and white image

How do I convert an image QtGui.QImage to a black and white image?

Resetting MySQL Password in Windows

How do I reset my MySQL password on windows?

Problems installing manjaro linux

Some time ago, I asked a question here about switching to Linux. I want to try to sit on this system as the main one, and it ... started normally. Who is interested which PC . Maybe my answer will be useful to someone. I found the solution on this forum.

On a laptop, the keyboard does not work when installing ubuntu on virtualbox

Given: Samsung laptop, Windows 7, wireless mouse (works), VirtualBox-6.1.4-136177-Russian Russian Win, ubuntu-18.04.4-desktop ... installation. I looked again at the videos, articles on installing virtualbox, ubuntu. How to solve this problem by items.

Adding Windows to GRUB2

Installed Debian 6.0.5 on top of Windows XP. The Windows selection menu in grub did not appear. I understand that this is not ... dows" { set root=(hd0,2) chainloader +1 } Another big mistake, I forgot to write update-grub and put the symbol "}"

Windows x64 and x86 Registry

What is the difference between the registry in Windows x64 and Windows x86? I am registering a 32-bit component in Windows 7 x64. After registration, it is not possible to call it, and the registration is successful.

How do I put a *.rdp file in an EXE file with my own icon?

The .rdp file (windows remote desktop) has a standard display icon I need to change his icon to my own. And most importantly ... ? 2. What code an executable program? 3. What software should I use? 4. Or is it possible to implement it in a different way?

How do I install only SQL * Plus on Windows?

There is a machine with Windows XP. As far as I know, you can install the SQL Plus console without Oracle SQL Developer and without Oracle at all on the machine. How do I do this?

Can I make the output of a Python program color-coded?

I want for example that the lines of the form, or rather their output to the console: print 'Hello World' They were green. Is it possible? Tell me how?

c++ Windows Forms.How to write a button click handler basically файле.срр?

Created a visual studio c++ clr project (test5).When you double-click on the button, the click handler is created in the head ... Application::SetCompatibleTextRenderingDefault(false); test5::MyForm form; Application::Run(%form); }

Creating your own command for the windows command line

I often use the command line, and almost every time I start my work by going to the projects folder. This is not very convenient, can I somehow make my own command that will transfer me immediately to the desired folder?