2023-03-11

Aliexpress’s cashback program - invitation-only promotion code 2023

Aliexpress’s invitation-only reward program - promotion code

1% cashback of your orders + x% cashback of referral's orders


You can try for your own 1%

* invitation QR link will show after closing the ad pop-up.

https://a.aliexpress.com/_msKLqqi

2023-01-07

ACE Combat7 - Custom Joystick Mapping - PXN-2113 Pro

%AppData%\Local\BANDAI NAMCO Entertainment\Config\input.ini


[JoystickSetting]
EnableJoystick=True
EnableDeviceJoystick=True
EnableDeviceFlight=True
EnableDevice1stPerson=True

[JoystickMappingFormat]
HelpComment=" ObjectFormat"
HelpComment="     X, Y, Z, Rx, Ry, Rz, Slider[1-2], POV_[U, D, L, R][1-4], Button[1-32]"
HelpComment=
HelpComment=" ValueFormat"
HelpComment="     Object, Object:[P, N, R, C]...[P, N, R, C]"
HelpComment="         P:PositiveValue / N:NegativeValue / R:ReverseSign / C:ConvertRange(+1.0~-1.0 -> 0.0~1.0)"
HelpComment=
HelpComment=" MappingFormat"
HelpComment="     Value, Value1 [&, !, +, >, <] Value2"
HelpComment="         &:IfValue2!=0 / !:IfValue2==0 / +:AddValue / >:SelectLarger / <:SelectSmaller"
HelpComment=
HelpComment=" Example"
HelpComment="     Flight_Pitch=Y:R ! Button10"
HelpComment="     Flight_HatSwitchRight=POV_R1"

[Joystick-083711FF-0000-0000-0000-504944564944]
ProductName=PXN-2113 Pro
Flight_Gun=Button1
Flight_Missile=Button3
Flight_Weapon=Button2
Flight_Target=Button5
Flight_Radar=Button4
Flight_Flare=Button9
Flight_View=Button7
Flight_AccelerationDeceleration=Button11
Flight_AutoPilot=Button12
Flight_Pause=Button10
Flight_HatSwitchUp=
Flight_HatSwitchDown=
Flight_HatSwitchLeft=
Flight_HatSwitchRight=
Flight_Pitch=Y:R
Flight_Roll=X
Flight_Yaw=Rz
Flight_Throttle=Z
Flight_CameraPitch=POV_U1 + POV_D1:R
Flight_CameraYaw=POV_L1 + POV_R1:R
UI_B=Button4
UI_A=Button3
UI_X=Button5
UI_Y=Button6
UI_LB=Rz:N
UI_RB=Rz:P
UI_LT=
UI_RT=
UI_LeftStickPress=
UI_RightStickPress=
UI_DPadUp=POV_U1
UI_DPadDown=POV_D1
UI_DPadLeft=POV_L1
UI_DPadRight=POV_R1
UI_LeftStickUp=Y:N
UI_LeftStickDown=Y:P
UI_LeftStickLeft=X:N
UI_LeftStickRight=X:P
UI_RightStickUp=
UI_RightStickDown=
UI_RightStickLeft=
UI_RightStickRight=
UI_Menu=Button10



2022-06-20

Windows Update by Command Line (Powershell)

 Windows Update by Command Line (Powershell)


Simple Sequence

Run as Administrator

PS C:\Users\Administrator> Install-Module PSWindowsUpdate

PS C:\Users\Administrator> Get-WindowsUpdate

PS C:\Users\Administrator> Install-WindowsUpdate



Advanced Commands

PS C:\Users\Administrator> Get-PSRepository





PS C:\Users\Administrator> Remove-PSRepository PSGallery

PS C:\Users\Administrator> Add-PSRepository -Name PSGallery -InstallationPolicy Trusted

PS C:\Users\Administrator> Get-WUServiceManager

"Microsoft Update" is the latest. "Windows Update" is an older one, like for Windows 7.

PIC 2

 




PS C:\Users\Administrator> Add-WUServiceManager -MicrosoftUpdate

PS C:\Users\Administrator> Get-WUInstall -MicrosoftUpdate


Good to know:

Import-Module PSWindowsUpdate

Install-Module -Name PSWindowsUpdate -Force

Get-Command -Module PSWindowsUpdate

Install-Module -Name PSWindowsUpdate -Force