Posts

Showing posts from June, 2022

XAMPP for Windows x86 x32 Download

Image
How to Download XAMPP for Windows x86 x32 You can download XAMPP x86 x32 for Windows by Google Drive Link Below :  [ Google Drive ]

How to Download FileZilla

Image
How to Download FileZilla You can download FileZilla by Google drive Link below :  [Google Drive]

How to Disable Xbox controller OR Gamepad Inputs When Using Oculus Desktop

Image
  Files Download Link :  [ Google Drive ] [ Github ] XInput_Blocker XInput dll which always return DEVICE_NOT_CONNECTED Its made especially for Oculus PC users. When you use oculus software - its connect to xinput devices and you can't play vr game, because gamepad interact with oculus. Ridiculous situation, and you can't disable gamepad in oculus software. This blocker provide hack to resolve this. How to build(you can get already builded libraries from folder dlls_x64): Open FakeXINPUT.dpr in delphi and build x64 target Make 5 copyes of dll and rename to: xinput1_1.dll xinput1_2.dll xinput1_3.dll xinput1_4.dll xinput9_1_0.dll How to install: copy pack of dll in each folder in "C:\Program Files\Oculus\Support" restart VIDEO:  https://www.youtube.com/watch?v=10uc_rELoyg now oculus can't interact with xinput devices like wheels or xbox controller *WHY DELPHI??? No redists. If you bild dll in delphi its not requeired any additional files to work [Reference from : ht...

How To Enable “Run As Administrator” For A Batch File In Windows 10?

Image
A batch file includes the commands to be executed by Command Prompt in Windows 10 (and older versions). However, you’ll require administrator privileges for your batch file to run some commands in the Windows Command Prompt.  In this article, let’s look at how to enable the "Run As Administrator" option for a batch file in Windows. This simple trick will save your efforts of using the right-click to enable the "Run As Administrator" command prompt every time. How to Run a Batch File as Administrator in Windows 10? We’ll be using Windows 10 to show the process of automatically running a batch file with Windows admin rights. However, the method works on older versions, including Windows 7 and Windows 8/8.1, as batch files have existed for a long time. Follow the steps mentioned below. 1. Right-click on your batch file. 2. Click Create Shortcut 3. Right-click on the shortcut files and click on Properties . 4. In the Shortcuts tab , click on Advanced . 5. Check the ‘ ...