Skip to main content

Posts

Showing posts with the label Windows 2000

Firefox 10 released with Extended Support Release for Businesses, full screen apps, disappearing forward button, WebGL antialiasing, smoother scrolling and more For Windows, Linux, Mac OSX and Android. End of Windows 2000 and XP RTM announced.

Following Google Chrome's six week release cycle, Mozilla rolled out the tenth iteration of its popular open source browser Firefox 10 on Tuesday. Though the software does bring an array of tweaks and enhancements for both users and developers, it's perhaps most notable for the fact that it marks the debut of the business-oriented Extended Support Release (ESR)  program Mozilla has been working on with the Enterprise User Working Group it re-established last summer. As the biggest UI tweaks will arrive in Firefox 12, the majority of changes are under the hood: except that the "forward" button now only appears once you've pressed "back." New API,  which lets developers show part of their web page / app in full screen. This can be used for not only video, but games, or even other HTML based apps, such as presentation slides as well. Anti-aliased WebGL graphics and and the IndexedDB implementation has been updated to match the specification.  A...

Get in Windows 2000 as Administrator

Get in windows 2000 as Administrator. NOTE: Requires a boot disk. Get the command prompt and go to C:\winnt\sytem32\config\ and do the following commands: attrib -a -r -h copy sam.* a:\ del Sam.* Reboot the computer. there should be no administrator password. just put in administrator and hit enter. replace the sam files to restore the password to hide intrusion.

Useful Keyboard Shortcuts

Getting used to using your keyboard exclusively and leaving your mouse behind will make you much more efficient at performing any task on any Windows system. I use the following keyboard shortcuts every day: Windows key + R = Run menu This is usually followed by: cmd = Command Prompt iexplore + "web address" = Internet Explorer compmgmt.msc = Computer Management dhcpmgmt.msc = DHCP Management dnsmgmt.msc = DNS Management services.msc = Services eventvwr = Event Viewer dsa.msc = Active Directory Users and Computers dssite.msc = Active Directory Sites and Services Windows key + E = Explorer ALT + Tab = Switch between windows ALT, Space, X = Maximize window CTRL + Shift + Esc = Task Manager Windows key + Break = System properties Windows key + F = Search Windows key + D = Hide/Display all windows CTRL + C = copy CTRL + X = cut CTRL + V = paste Also don't forget about the "Right-click" key next to the right Windows key on your keybo...

COMMAND PROMPT TRICKS

Command Prompt Here I give you some basic knowledge about DOS. * History Doskey: - It keeps the history of all the commands you use. Simply press [F7] & use up & down keys to select the command. * Command Prompt after running application Many times a Dos or command line based program is run through the usual Start > Run method – say something like chkdsk or a network tracert command. The program executes & then shuts down the command line window with it. If you want to see what happens & read the report generated. To do this type the name of application or command after “cmd /k” without quotes. For example, cmd /k chkdsk d: will scan the disk, display the results & leave the command prompt window open. * Copy & Paste Most of us have, at some point or other, tried to copy something from or into the command window but the shortcuts [Ctrl] + [C] & [Ctrl] + [V] just wouldn’t work. To copy text from the command prompt, you need to first right click in...