Skip to content

Instantly share code, notes, and snippets.

View raisedadead's full-sized avatar
🎧
Wired In.

Mrugesh Mohapatra raisedadead

🎧
Wired In.
View GitHub Profile
@raisedadead
raisedadead / keybase.md
Last active April 13, 2021 19:26
Yeah that's my keybase.io proof!

Keybase proof

I hereby claim:

  • I am raisedadead on github.
  • I am mrugesh (https://keybase.io/mrugesh) on keybase.
  • I have a public key whose fingerprint is CDD0 D7EC 6F56 253A B5E0 6784 67F4 C520 0D5D A9B5

To claim this, I am signing this object:

@raisedadead
raisedadead / Restore_Windows_Photo_Viewer.reg
Created March 13, 2016 06:50
Windows Photo Viewer (Legacy Windows 7)
Windows Registry Editor Version 5.00
; Created by: Shawn Brink
; http://www.tenforums.com
; Tutorial: http://www.tenforums.com/tutorials/14312-windows-photo-viewer-restore-windows-10-a.html
[HKEY_CLASSES_ROOT\Applications\photoviewer.dll\shell\open]
"MuiVerb"="@photoviewer.dll,-3043"
@raisedadead
raisedadead / uninstall_windows10_apps.txt
Last active November 21, 2015 18:10
Removing unwanted Windows 10 Apps
Fire up a PowerShell Window with admin priviledges and Execute:
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Get-AppxPackage *officehub* | Remove-AppxPackage
Get-AppxPackage *skypeapp* | Remove-AppxPackage
Get-AppxPackage *getstarted* | Remove-AppxPackage