PMP Style .global

PMP Style .global

Software engineer page

MENU

Entries from 2021-09-01 to 1 month

Hide window when running PowerShell scripts in Task Scheduler

Whenever you run a PowerShell script, a PowerShell window opens. You don't want windows to appear in cases where you want the script to run in Task Scheduler. I will explain how to execute the PowerShell script with the window hidden. JScr…

Remove VMware Unnecessary Devices (BIOS Settings)

VMware's initial devices have legacy devices such as floppies and serial ports enabled. I will explain how to disable unnecessary devices. Method (1). Immediately after starting VMWare, left-click on the screen and press the "F2 key" repea…

VMware Player Optimization and Acceleration

VMware is a representative of virtualized PC software. Learn about optimizations for building a comfortable environment for VMware Workstation Player. 1. Recommended Host PC specs 1.1 Memory 1.2 HDD, SSD 2. Allocate virtual machine memory …

VMware Network Device Optimization

The VMware Workstation Player virtual machine uses Intel's e1000 as the LAN controller. By using a device that each OS supports as standard, you can install without error. VMware emulates devices and drivers for physical devices are not th…

Experiment to run MS-DOS on Windows10

I will experiment with running MS-DOS about 30 years ago on Windows10 64bit. I can't move it directly, so I'll try using a virtual PC. Policy Install Virtual PC on Windows 10 Download VirtualPC Install VirtualPC Install Virtual PC on Windo…

Run the shortcut file from PowerShell

Explains how to execute the link destination of the shortcut file from PowerShell. First, the shortcut creates a filter function with the help of Wsh (Windows Script Host). If you make a filter, it can also be used as a pipe, so it is conv…

VMware Hard Disk Optimization (Windows 10 PVSCSI)

In VMware Workstation Player 16, when the virtual machine is Windows 10, NVMe is specified as the default device of the hard disk, but as a result of verification, PVSCSI is superior in high throughput and low CPU occupancy. I found out th…

VMware Hard Disk Optimization

The VMware Workstation Player virtual machine uses an existing physical driver such as an LSI SAS controller for the hard disk connection device. You can set up the OS without any errors, thanks to the devices that each OS supports as stan…

Experience and method of out-of-body experience (meditation)

When I was a student, I was able to occasionally get out of body. As I lay down and meditate, I gradually became able to do it, so it is neither a dream nor a psychic phenomenon. I will introduce the practical method at that time. As a sci…

VMware HDD Controller Comparison (PVSCSI vs NVMe). Which is the fastest controller

There are many types of HDD controllers in VMware Workstation Player. PVSCSI, NVMe, LSI SAS, SATA, IDE and everything from past devices to the latest devices. Until now, I had vaguely decided that SCSI was good, or that the host was SSD, s…

Pass multiple arguments to a function by reference

PowerShell is a quirky language, and it's often confusing because it has a slightly different grammar. It's also hard to use arguments passed by reference in a function. In a new language, you get stuck in such a basic place. Step 1 Adding…

Switch version ASPHALT9 Level48 car information

I will publish Level 48 car information that I have been using the Switch version of ASPHALT9 for about half a year. Is it about intermediate level? ASPHALT 9 has no idea what other people's cars are doing. All you know is which car you ar…

TPM mechanism required in Windows 11 (Intel PTT, AMD fTPM)

The TPM became famous in Windows 11, but I wasn't very familiar with it. We will discuss what role the TPM has and how it is embedded in the PC. Let's dig into Intel PTT and AMD fTPM from an engineer's point of view. What is TPM? TPM physi…

VMware VirtualBox Hyper-V HDD Benchmark Test

Let's measure the HDD performance of the three major software (VMware Workstation Player, Oracle VirtualBox, Microsoft Hyper-V) of a virtual PC running on a Windows PC. HDD is a bottleneck of the whole system, so it is a good index for eas…

Launch a PowerShell script on your network from a batch file

I will explain how to start a PowerShell script in the network from a batch file. Make it versatile enough to work wherever you place a PowerShell script and a startup batch file as a set. Overview Commentary Solution 1 Network drive Solut…

Launch PowerShell script from VBA with the window hidden

I will explain that how to start a PowerShell script from VBA without displaying a window. To do this, use WSH to run a PowerShell script. The call order is VBA-> WSH-> PowerShell. Sample Start the PowerShell script "C:\temp\test dir\test.…

ASPHALT9 Tips and Tricks for middle stage(Level 50-70) [Switch]

Introducing the midfield strategy and recommended cars for the Switch version of ASPHALT9. Level 50-70 is assumed. I made a machine acquisition relationship diagram, so if you look at this, you can see the route to get the car you are aimi…

ASPHALT9 Tips and Tricks for early stage [Switch]

ASPHALT9 is a hot racing game developed on multiple platforms such as PC, smartphone and Switch. Since I play the Switch version every day, I will introduce the strategy and recommended cars in the early stages based on it. pmp-style-en.ha…

Inquiry

Loading…