• Software
  • "windows not genuine" black wallpaper fix

hello guys, i have a not-genuine windows 7 ultimate, so every time i turn on my computer it changes my current wallpaper to a black one which is really annoying, so i came up with a small fix, that sets that green plant picture as the background
(VB code):
Module wallpaper_fixModule
    Sub Main()
        Desktop.SetWallPaper("C:\Windows\Web\Wallpaper\Nature\img3.jpg")
    End Sub
End Module
PS: change the directory with the one of your desired picture, and copy the program to startup so it can work properly and for those who don't have visual studio i have a .exe file, pm so i send it to you.
1. Start->Run
2. Write ‘cmd’ and press Enter (or click OK)
3. Write ‘cd C:WindowsSystem32’
4. Write the following commands:
a. ‘cacls wgatray.exe /d everyone’; when asked if you’re sure, click ‘Y’
b. ‘cacls wgalogon.dll /d everyone’; when asked if you’re sure, click ‘Y’
c. ‘cacls legitcheckcontrol.dll /d everyone’; when asked if you’re sure, click ‘Y’
5. Reboot the machine (Start->Shutdown->Restart)

Please note that for Windows Vista you should use iCacls instead of Cacls command.

Cheers :)