u/fuckAraZobayan

They're are a few folders in my root directory that always seem to reappear after deleting them when I clean up my files my folders.

I highly doubt there is an app for this cuz I'm pretty aware of all the power user app that exist and I would have had it already or heard of it before - so I'm guessing I will have to find out via ADB or something like that?

If anyone has an idea how to solve this please let me know.

Thanks in advance my favorite tech community!

reddit.com
u/fuckAraZobayan — 8 days ago

Here is the powershell command I am trying to execute:

Get-AppxPackage -AllUsers Microsoft.WindowsStore* | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"}

On my previous Windows install this worked perfect so I could Uninstall and reinstall the Microsoft Store at will and make sure it wasn't running in the background, But with my Windows install I'm getting this error:

"Add-AppxPackage : Cannot find path 'C:\AppXManifest.xml' because it does not exist."

I have never seen this error before, Any idea how to fix this? Basically I just want to reinstall the Microsoft Store. I don't care if it's via a Powershell command or script a batch script or an exe, Whatever works works.

Thanks in advance!!

reddit.com
u/fuckAraZobayan — 10 days ago

I was actually able to create a similar script to this that types parentheses instead of quotations:

!9::

Send, ()

Send {Left}

#NoTrayIcon

I have never been able to figure out how to do this with quotation marks, any ideas?

thanks in advance!

reddit.com
u/fuckAraZobayan — 10 days ago