1001notes
Monday, October 17, 2011
Missing Recycle Bin on Windows Destop
Tuesday, October 4, 2011
Alternative to Adobe Acrobat Reader
A visit to the National Library in 2011
There are many changes now; free multilevel parking, free Internet facilities, a simple membership registration, and a sophisticated system of borrowing books.
However, after arriving to the right place, I was disappointed. The book I was looking for was not there. Other books scattered and disorganized. Librarians are not at the counter and a computer search systems do not seem to exist.
Advantage here is just a quiet air-conditioned room: perfect for personal work or just to fall asleep in the afternoon.
Saturday, October 1, 2011
Lessons Learned From Malaysian Telehealth Project
few days ago. I was not present there, but I had the opportunity to
read the synopsis of the presentation.
One of the participants presented papers on Telehealth project in
Malaysia; pioneered in Johor and Sarawak. At the end of his
presentation, he mentioned one of the "Lessons Learned" is how the
importance of transparency in the agreement between the department and
the developer of IT systems so that the cost spent wisely.
In my view, the matter should not be "Lessons Learned". As a public
servant, he should know that a large project requires a steering
committee. The selection ofthe contractor is supposed to be made
through open tender system. If the selection is made through this
system and if the steering committee has been monitoring this project
very well, the cost would be spent wisely. Textbook facts.Thus, there
is no new discovery in this presentation but he himself only just
learned about this.
Sunday, September 11, 2011
Autoruns for Windows v10.07
Autoruns for Windows v10.07
By Mark Russinovich and Bryce Cogswell
Published: April 13, 2011
Download Autoruns and Autorunsc
(606 KB)
Introduction
This utility, which has the most comprehensive knowledge of auto-starting locations of any startup monitor, shows you what programs are configured to run during system bootup or login, and shows you the entries in the order Windows processes them. These programs include ones in your startup folder, Run, RunOnce, and other Registry keys. You can configure Autoruns to show other locations, including Explorer shell extensions, toolbars, browser helper objects, Winlogon notifications, auto-start services, and much more. Autoruns goes way beyond the MSConfig utility bundled with Windows Me and XP.
Autoruns' Hide Signed Microsoft Entries option helps you to zoom in on third-party auto-starting images that have been added to your system and it has support for looking at the auto-starting images configured for other accounts configured on a system. Also included in the download package is a command-line equivalent that can output in CSV format, Autorunsc.
You'll probably be surprised at how many executables are launched automatically!
Screenshot
.jpg)
Usage
See the November 2004 issue of Windows IT Pro Magazine for Mark'sarticle that covers advanced usage of Autoruns . If you have questions or problems, visit the Sysinternals Autoruns Forum.
Simply run Autoruns and it shows you the currently configured auto-start applications as well as the full list of Registry and file system locations available for auto-start configuration. Autostart locations displayed by Autoruns include logon entries, Explorer add-ons, Internet Explorer add-ons including Browser Helper Objects (BHOs), Appinit DLLs, image hijacks, boot execute images, Winlogon notification DLLs, Windows Services and Winsock Layered Service Providers. Switch tabs to view autostarts from different categories.
To view the properties of an executable configured to run automatically, select it and use the Properties menu item or toolbar button. If Process Explorer is running and there is an active process executing the selected executable then the Process Explorer menu item in the Entrymenu will open the process properties dialog box for the process executing the selected image.
Navigate to the Registry or file system location displayed or the configuration of an auto-start item by selecting the item and using theJump menu item or toolbar button.
To disable an auto-start entry uncheck its check box. To delete an auto-start configuration entry use the Delete menu item or toolbar button.
Select entries in the User menu to view auto-starting images for different user accounts.
More information on display options and additional information is available in the on-line help.
Autorunsc Usage
Autorunsc is the command-line version of Autoruns. Its usage syntax is:
Usage: autorunsc [-x] [[-a] | [-b] [-c] [-d] [-e] [-g] [-h] [-i] [-k] [-l] [-m] [-o] [-p] [-r] [-s] [-v] [-w] [[-z
| -a | Show all entries. |
| -b | Boot execute. |
| -c | Print output as CSV. |
| -d | Appinit DLLs. |
| -e | Explorer addons. |
| -g | Sidebar gadgets (Vista and higher). |
| -h | Image hijacks. |
| -i | Internet Explorer addons. |
| -l | Logon startups (this is the default). |
| -m | Hide signed Microsoft entries. |
| -n | Winsock protocol and network providers. |
| -p | Printer monitor drivers. |
| -r | LSA providers. |
| -s | Autostart services and non-disabled drivers. |
| -t | Scheduled tasks. |
| -v | Verify digital signatures. |
| -w | Winlogon entries. |
| -x | Print output as XML. |
| -z | Specifies the offline Windows system to scan. |
| user | Specifies the name of the user account for which autorun items will be shown. |
Download Autoruns and Autorunsc
(606 KB)
Run Autoruns now from Live.Sysinternals.com
How to delete a windows service
2. Find the registry entry "HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services"
3. Look for the service there and delete it. You can look at the keys to know what files the service was using and delete them as well (if necessary).
alternatively, you can also use command prompt and delete a service using following command:
sc delete < SERVICE name>
or to create, simply type sc create
If you have space in the file path you need to use quotation marks ("). For example: sc create "MySQL" binpath= "C:\Archivos de programa\MySQL\MySQL Server 5.1\bin\mysqld.exe"
NOTE: You may have to reboot the system to get the list updated in service manager.




