Give Feedback

Technology - Computers, page 5.

Competition Image
Consists of gaming, hardware, software, applications, laptops, programming and anything related to computers.
Competition ends in: 5 days 12 hours 2 minutes Help

27.03.10

20.03.10

Previous winnersPrevious winners    All-time best bloggersAll-time best bloggers

How to recover from a missing or corrupt windows/system32/config/system

TechnologyComputers

3 weeks ago

In my previous blog we covered How to Fix: "Windows system32 config system is corrupt in Windows Server 2003" now we are gonna follow the same steps to fix missing or corrupted files from Windows xpwindows/system32/config/system

Resolution
1. Insert your Windows XP CD and reboot from the CD drive
[To boot from CD, go to BIOS Setup option on startup and select your CD/DVD drive as the first boot drive, save the present settings and exit]
Your computer will reboot & will boot from Windows XP
2. Press ‘R’ when offered the option of using the Windows Recovery Console
Recovery Console will prompt at the command prompt type the following:
C:\WINDOWS >cd system32\
this changes the current directory to C:\Windows\System32
ren config configold
This renames the config folder to configold
mkdir config
this makes a new directory called config
cd config
changes the current directory to c:\Windows\System32\Config
then type the following lines pressing enter after each one
copy c:\windows\repair\system
copy c:\windows\repair\software
copy c:\windows\repair\sam
copy c:\windows\repair\security
copy c:windows\repair\default
after each line it should say:
1 file copied
exit
Now your system will reboot
[To boot from Hard Drive, go to BIOS Setup option on startup and select your Hard drive as the first boot drive, save the present settings and exit]
Continue reading...

Ubuntu 9.10 Error: Initrd is too big

TechnologyComputers

4 weeks ago

Ubuntu 9.10 Initrd Too Big Error

Simple Solution

Unplug any external hard drives you may have and restart!

Hoping

I hope Google takes care of this and makes this post number one. After installing Ubuntu 9.10 and working for a day with no problems I restarted (not the first time) and received the error;

Initrd is too big

That's it, nothing else. So of course I went to Google on another machine to search for a solution that error. There are way too many of these errors for different versions of Linux so I trimmed the search by adding "Ubuntu 9.10" at the end of the search. Keeping the quotes that way tells G that this term carries the most weight.

Still nothing! I was down to the third and forth pages, and now this was taking too much time. Luckily I came across an old post, when Karmic Koala was still in beta, that was related to an external USB hard drive problem. I thought to myself, no way,  but I tried anyway.

Unplug the external hard drive, restarted perfect!

I am not sure why, but now I have to unplug my hard drive to restart my computer. I can deal with that, but it's weird that this just started and it didn't happen yesterday.

Note: I have tested for hardware problems and there were none.

If anyone knows has a better solution, please let me know.

Continue reading...

Setting the Dir Command to Display Filenames on the Left

TechnologyComputers

4 weeks ago


You can do this by setting the following item.

Previous versions of Windows displayed the filenames on the left hand side when you run the dir command.

WindowsXP changes this and the default it to put it on the right.
To change this back:

1.Right click on My Computer
2.Click on Properties
3.Click on the Advanced tab
4.Click on the Environment Variables button
5.Click on New button
6.Enter the Variable name: dircmd
7.Enter the Variable value: /-n

hope it's usefull
cheers


Continue reading...

Hide And Lock Your Folders With Noptepad

TechnologyComputers

4 weeks ago

Now we can hide and lock our private files simply. Just by applying the code to into a notepad file and than saving it as a batch file ( .bat extension ) really makes it safe.

Ms Dos Application Command

Copy and paste the following code in notepad and save as YOUR-FILE-NAME.bat

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Do You Want To Lock This Folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
Continue reading...

Implement Adsense Revenue-Sharing in Multi-Author Blogger/Blogspot Blogs

TechnologyComputers

4 weeks ago

If you have multiple authors on your blog then you can share the earnings exactly on the individual's percentage of the actual adsense revenue generated from articles that they have written.

Revenue sharing program on a blog, lets all the authors to put their own adsense ads inside the articles they write. In this way, an administrator doesn't have to pay its writers a fixed amount or share revenue from one adsense account on the basis of pageviews; when the admin and authors have their own separate adsense accounts, revenue sharing scheme eliminates the hassle of sharing the revenue equally and everybody gets his share with justness.


Unfortunately, Blogger.com users find it difficult to integrate this scheme in their blogs as there is no such support of plugins like in wordpress. But on the other hand blogger blog and it's template is so customizable and flexible that you can customize and edit each and every bit of it.

By making some small changes in your blogger blog's template you can implement a revenue sharing scheme without having any expertise.
Continue reading...

MS Virtualization R2 Solutions Free ebook

TechnologyComputers

4 weeks ago


Microsoft press offers free ebook on Understanding Microsoft Virtualization R2 Solutions written and updated by Mitch Tulloch. This ebook is available for download in PDF format and XPS format.

Microsoft Virtualization R2 Solutions ebook contains about six chapters adding up to 466 pages with a file size(PDF) of 10.5 MB.

Microsoft Virtualization R2 Solutions Free ebook

Chapters covered in Microsoft Virtualization R2 Solutions ebook

1. Why Virtualization ?.

2. Server Virtualization.

3. Local Desktop Virtualization.

4. Remote Desktop Virtualization.

5. Virtualization Management

6. Cloud Computing

Download Microsoft Virtualization R2 Solutions free ebook available in PDF format and XPS format

© 2008 - 2010 The Technology Guide

Continue reading...