Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alistairmcmillan/xpanimatedscreensaver
A simple Win32 screensaver
https://github.com/alistairmcmillan/xpanimatedscreensaver
Last synced: about 1 month ago
JSON representation
A simple Win32 screensaver
- Host: GitHub
- URL: https://github.com/alistairmcmillan/xpanimatedscreensaver
- Owner: alistairmcmillan
- Created: 2015-04-25T11:53:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T14:43:21.000Z (over 9 years ago)
- Last Synced: 2024-11-06T05:04:39.275Z (3 months ago)
- Language: C++
- Homepage:
- Size: 215 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
XP ANIMATED SCREENSAVER
-----------------------
I got bored with the default screensaver that comes with Windows XP, that displays a static image of the Windows XP signage on different parts of the screen. So I created this version that is animated. Still boring, but at least a little improvement than the Microsoft version.INSTALL
-------
Extract "XP Animated.scr" into your "Windows/System32" directory.UNINSTALL
---------
Delete "XP Animated.scr" from Windows/system32 directory.SET AS DEFAULT
--------------
If you want the default account to use this screensaver then run the included "setAsDefault.reg" screensaver. This way this screensaver will replace the static Microsoft version that appears when no-one has logged into a Windows XP machine.HISTORY
-------
Version 1.2 - 23 February 2003
- Removed blank space to right of Windows signage in images.
- Added graphic for non XP Pro/Home systems.
- Added Windows version detection code.
- Added code to validate data retrieved from registry.Version 1.1 - 05 January 2002
- Changed the "Config" dialog to use trackbars instead of editboxes.Version 1 - 04 January 2002
- Original release.