Blog Archives

Rapidshare Remove Timelimit for Downloading

Here we can Learn ,

How to remove Time limit for Rapidshare Downloading?
so Follow these instruction Carefully 
Rapidshare traces the users IP address to limit each user to a certain amount of downloading per day. To get around this, you need to show the rapidshare server, a different IP address. You can do this one of multiple ways.

Requesting a new IP address from your ISP server.
Here’s how to do it in windows:
1. Click Start
2. Click run
3. In the run box type cmd.exe and click OK
4. When the command prompt opens type the following. ENTER after each new line.

ipconfig /flushdns
ipconfig /release
ipconfig /renew
exit

5. Erase your cookies in whatever browser you are using.
6. Try the rapidshare download again.
Frequently you will be assigned a new IP address when this happens. Sometime you will, sometimes you will not. If you are on a fixed IP address, this method will not work. To be honest, I do not know how to do this in linux/unix/etc. If this works for you, you may want to save the above commands into a batch file, and just run it when you need it.

How to Fix Boot Problem in Windows 7

We have often faced such booting problem in windows 7.To fix this problem we make partition with xp and then install windows 7.There is a simple way to fix this problem and it will save your time too.We can fix this problem by repairing the Boot loader files in windows 7. Following steps will help you to understand in detail.
Step 1
Power on the PC press F2 or Del key to enter into BIOS setting,change the first boot device to CD_ROM and press F10 to save settings.
Step 2
Now restart your system and insert the windows 7 DVD, it will ask to Press any key to boot from cd or dvd.
Step 3
Just press any key ,then the repairing process will starts.
Step 4
 System will load files and the below screen appears

Step 5
Click on “Repair Your Computer” as shown.
Step 6

Again some windows component will load and then the below screen appears

 Step 7 
Click on “Command Prompt” and enter the following command to fix boot issue.
                                          bootsect /nt60 c:

Step 8
Now restart the system, it will boot correctly and windows will work fine.

| T h i n k A n y t i m e |

Run as command

In some situations, you might not be able to run a program using the account under which you’re currently logged on. This is most likely if you’re logged on using an account in the Power Users group and the program you want to use requires administrative privileges.

Run as command

Use the Runas command from a command window, from the Run dialog box, or in the Target field of a shortcut’s properties dialog box to specify that you want a program to start with a specific user account. For instance, you can create a shortcut that opens a Command Prompt window using another user’s permissions by typing the following syntax in the Target field of the shortcut’s properties dialog box:

Syntax

RUNAS [/profile] [/env] [/netonly] /user:<UserName> program

/profile if the user’s profile needs to be loaded
/env to use current environment instead of user’s.
/netonly use if the credentials specified are for remote access only.
/user <UserName> should be in form USER@DOMAIN or DOMAIN\USER
program command line for EXE. See below for examples

Examples:
> runas /profile /user:mymachine\administrator cmd
> runas /profile /env /user:mydomain\admin “mmc %windir%\system32\dsa.msc”
> runas /env /user:user@domain.microsoft.com “notepad \”my file.txt\””

After you issue the command or activate the shortcut, you’ll be prompted to enter the password for the specified user account. For security reasons, you cannot save the password with the shortcut. Note that the Runas command does not work with Microsoft Management Console (MMC) shortcuts; if you’re logged in as a limited user and you want to start the Computer Management console using an administrator’s account, right-click and use the Run As command on the shortcut menu.

The Run As menu choice works with most third-party programs and many Windows utilities and Control Panel options. (Hold down the Shift key when right-clicking a Control Panel icon to use this option.) A handful of applications that are started indirectly by Windows XP cannot be started with the Run As menu choice. You’ll strike out if you try to use Run As with Windows Explorer, for instance. The option is also unavailable for desktop items created by the system and for objects in the Network Connections folder. Interestingly, a full menu of options is available when you press Shift and right-click any icon in the Printers And Faxes folder, and then choose Run As. Use this option if you’re running under an ordinary user account and need to delete or pause items in the print queue that were created by another user.