

How to video will be out shortly in the interim. The inclusion of the desktop app will make replacing internal games on the PlayStation Classic much easier, however the optional facility to backup/replace/restore internal games IS available as of version 0.9.0 but requires an extra manual step. Please note: The desktop app for Project Eris will be made public at version 1.0.0. It allows users to add games, mods and ports whilst also including a large array of extra features and quality of life improvements. Project Eris is a fully fledged modification tool for the PlayStation Classic Mini. Project Eris is the spiritual successor to BleemSync

How to use Project Eris / Documentation.The TimeSpan object in the $90mins variable. The second command uses the Adjust parameter of Set-Date to adjust the date by the value of Interval, and saves it in the $90mins variable. The first command uses the New-TimeSpan cmdlet to create a TimeSpan object with a 90-minute These commands advance the system time on the local computer by 90 minutes. Set-Date -Date $T Example 4: Add 90 minutes to the system clock The second command uses the Date parameter to pass the DateTime object in $T to the The first command gets the date and stores it in $T. These commands change the system date and time on local computer to the date and time saved in the Set-Date -Adjust -0:10:0 -DisplayHint Time Example 3: Set the date and time to a variable value The DisplayHint parameter tells PowerShell to display only the time, but it does notĪffect the DateTime object that Set-Date returns. The Adjust parameter allows you to specify an interval of change (minus ten minutes) in the This example sets the current system time back by 10 minutes. Set-Date -Date (Get-Date).AddDays(3) Example 2: Set the system clock back 10 minutes The DateTime object'sĪddDays method adds a specified number of days ( 3) to the current DateTime object.

The Get-Date cmdlet returns the current date as a DateTime object. Uses the Date parameter to specify the date. This command adds three days to the current system date. Examples Example 1: Add three days to the system date To specify a change interval, use the Adjust parameter. To specify a new date or time, use the Date parameter. You can specify a new date and/or time by typing a string or by passing a DateTime or The Set-Date cmdlet changes the system date and time on the computer to a date and time that you Changes the system time on the computer to a time that you specify.
