#Solace (2022-08-27)
1 messages · Page 1 of 1 (latest)
Your feedback thread is automatically created, you can continue your message on this thread!
Is this windows 7?
Solace (2022-08-27)
Yer
Please run this command on the powershell: Get-Host
then send the screenshot again
Instead of Clipboard?
no clue what im doing 
Just run it like this
type Get-Host then enter
damn thats quite old, let me see...
Read-Host -Prompt "Press Enter to continue";$m=(((Get-Clipboard -TextFormatType Html) | sls "(https:/.+log)").Matches[0].Value);$m;Set-Clipboard -Value $m
Try to run this
how about this
[System.Windows.Forms.Clipboard]::GetText('Html')
well one more before give up
Add-Type -AssemblyName System.Windows.Forms.Clipboard
[System.Windows.Forms.Clipboard]::GetText('Html')
hmm sad, I will make another "manual" tutorial, but it need to wait until tomorrow
Awesome Ill pop in again
your powershell version so old, microsoft literally don't store the documentations anymore 
iex ((New-Object System.Net.WebClient).DownloadString('https://gist.githubusercontent.com/jogerj/0339e61a92e0de2e360c5212a94854e8/raw/32b41f98f50c7f060c7f91ee47c6a426295888ed/get_wish_url_from_cache.ps1'))
you can try this
@weak hearth it won't copy the URL automatically though so it'll still pop an error
anyone tried this? also win7 user here desperate for wish history
was the same problem. installed Powershell 7 and now everything works. win 8
win 7 can try install this to get PS5.1 then
https://www.microsoft.com/en-us/download/details.aspx?id=54616
Windows Management Framework 5.1 includes updates to Windows PowerShell, Windows PowerShell Desired State Configuration (DSC), Windows Remote Management (WinRM), Windows Management Instrumentation (WMI). Release notes: https://go.microsoft.com/fwlink/?linkid=839460
Win7-KB3191566-x86.zip for 32-bit windows 7
Win7AndW2K8R2-KB3191566-x64.zip for 64-bit windows 7
Win8.1-KB3191564-x86.msu for 32-bit windows 8.1
Win8.1AndW2K12R2-KB3191564-x64.msu for 64-bit windows 8.1
I tried installed that, its still giving the same errors.
I've abandoned using PC method since my PC might be too old.
If you are desperate i founda work around; I did their Android method 3 instructions.
Once you get the link (From mobile) just paste that onto a private notepad that you can access and paste onto your PC's browser.
It should add your previous wishes onto the new one.
I already added "method 2 alt" for older pc
Alt method still doesnt work on Powershell 2.0 (error: the selected security protocol is not supported, google says that PS 2.0 just doesnt know about tls12, though the microsoft help says On Windows systems, this value is supported starting with Windows 7.)
atm im trying to update PS through packages from microsoft site

