It is possible to customize the way windows explorer (explorer.exe) opens. This can be handy for creating a link to a specific folder or drive and have explorer open is a certain way. The opens…
Posts By malcolm
Setting the data and time in Solaris
The Solaris date command syntax format is “mmddhhmmyy” , where mm is month , dd is day of the month, hh is the hour mm is minutes yy is the current year. For example :…
List tables owned by a user
To show all the tables owner by a specific user. SET SERVEROUTPUT ON SIZE 1000000 BEGIN FOR tble IN (select table_name from dba_tables where owner=’AUSER’) LOOP BEGIN DBMS_OUTPUT.PUT_LINE (tble.table_name); END; END LOOP; END;
Speed Up the Performance of Vista
There are numerious ways you can tweak the performance of Windows Vista. This link highlights several, http://www.vistax64.com/tutorials/81176-speed-up-performance-vista.html?filter
Adding item to the Windows 'Send To' Folder
To add extra items to your Send To list on the windows right click menu you need to add items to a certain folder. But the folder is sort of hidden. To find it, open…
Recent Comments