To Search for a particular file/files
dir /s /p "*.exe" The full path/filename can be specified between " "'s
To Delete a particular file with specified extensions
del /s /p "*.exe"
Tuesday, September 13, 2011
Monday, September 12, 2011
How to customize your name to stay on task bar
How to make Mozilla Firefox faster
Type
about:config
and search for these entries:
network.http.pipelining set this to true
network.http.proxy.pipelining set this to true
network.http.pipelining.maxrequests set this to a bigger number e.g:30
At last, right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0".
The pages will load at much faster rate.
about:config
and search for these entries:
network.http.pipelining set this to true
network.http.proxy.pipelining set this to true
network.http.pipelining.maxrequests set this to a bigger number e.g:30
At last, right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0".
The pages will load at much faster rate.
Sunday, September 11, 2011
Change Authentication Mode in SQL Server 2008
Thursday, September 1, 2011
Removing Control Panel Features
Go to>>
[HKEY_CURRENT_USER\Control Panel\]
add a key named "don't load" (minus the quotes of course)
Next add String values within the "don't load" Key. You will use one String value for each control panel applet
you want removed. For example, I want to remove the "System" applet once I configure my Paging File to
Performance settings as well as Restore functions and more - I will make a string value with the name "sysdm.cpl" and no value set and the System applet will no longer be available under the Control Panel. To
restore a full control Panel to default just delete the "don't load" key.
[HKEY_CURRENT_USER\Control Panel\]
add a key named "don't load" (minus the quotes of course)
Next add String values within the "don't load" Key. You will use one String value for each control panel applet
you want removed. For example, I want to remove the "System" applet once I configure my Paging File to
Performance settings as well as Restore functions and more - I will make a string value with the name "sysdm.cpl" and no value set and the System applet will no longer be available under the Control Panel. To
restore a full control Panel to default just delete the "don't load" key.
Disable Newly Installed Program Alert
1. Right click the start bar and click properties.
2. Go to the start menu tab and click customize.
3. Click on the advanced tab
4. Deselect "Highlight newly installed programs"
2. Go to the start menu tab and click customize.
3. Click on the advanced tab
4. Deselect "Highlight newly installed programs"
Disable Error Reporting
Open Control Panel
Click on Preformance and Maintenance.
Click on System.
Then click on the Advanced tab
Click on the error reporting button on the bottom of the windows.
Select Disable error reporting.
Click OK
Click OK
OR
Go to My Computer Properties
Click on Advance Tab
Then Click on the error reporting button on the bottom of the windows.
Select Disable error reporting.
Click OK
Click OK
Click on Preformance and Maintenance.
Click on System.
Then click on the Advanced tab
Click on the error reporting button on the bottom of the windows.
Select Disable error reporting.
Click OK
Click OK
OR
Go to My Computer Properties
Click on Advance Tab
Then Click on the error reporting button on the bottom of the windows.
Select Disable error reporting.
Click OK
Click OK
Making your Internet Fast
Windows uses 20% of your internet bandwidth by default! Microsoft reserve 20% of your available bandwidth
for their own purposes (for updates and interrogating your machine etc..). Here's how to get it back.
Click Start>Run>and type gpedit.msc. Hit enter.
Then
Local Computer Policy >Computer Configuration>Administrative Templates>Network >QOS
Packet Scheduler>Limit Reservable Bandwidth
Double click on Limit Reservable bandwidth. It will say it is not configured, but the truth is under the 'Explain'
tab:
"By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection, but you can
use this setting to override the default."
So the trick is to ENABLE reservable bandwidth, then set it to ZERO. This will allow the system to reserve
nothing, rather than the default 20%. Works on XP Pro and 2000. Enjoy your full speed internet connection.
for their own purposes (for updates and interrogating your machine etc..). Here's how to get it back.
Click Start>Run>and type gpedit.msc. Hit enter.
Then
Local Computer Policy >Computer Configuration>Administrative Templates>Network >QOS
Packet Scheduler>Limit Reservable Bandwidth
Double click on Limit Reservable bandwidth. It will say it is not configured, but the truth is under the 'Explain'
tab:
"By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection, but you can
use this setting to override the default."
So the trick is to ENABLE reservable bandwidth, then set it to ZERO. This will allow the system to reserve
nothing, rather than the default 20%. Works on XP Pro and 2000. Enjoy your full speed internet connection.
Disable Control Panel
Press Win+R and input gpedit.msc , then hit ok to open Group Policy.
Go to User Configuration\Administrative Templates\Control Panel , then double click on Prohibit access to the
Control Panel ,choose Enable then hit ok and close the Group Policy.
Now open Control panel again,you will find it has been disabled.
Same way you can enable it if its disabled by Virus
Go to User Configuration\Administrative Templates\Control Panel , then double click on Prohibit access to the
Control Panel ,choose Enable then hit ok and close the Group Policy.
Now open Control panel again,you will find it has been disabled.
Same way you can enable it if its disabled by Virus
Disable Offline files in windows 7
Open Control Panel -> Sync Center
Now click on 'Manage offline files' . This will open offline files window where you can configure the operation of offline files.
Click on 'Disable Offline Files' button.
Restart the system to make the change effective.
OR
Use this method also to re-initialize the offline files database/client-side cache on multiple systems. Add the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NetCache
Key Name: FormatDatabase
Key Type: DWORD
Key Value: 1
Now click on 'Manage offline files' . This will open offline files window where you can configure the operation of offline files.
Click on 'Disable Offline Files' button.
Restart the system to make the change effective.
OR
Use this method also to re-initialize the offline files database/client-side cache on multiple systems. Add the following registry subkey:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NetCache
Key Name: FormatDatabase
Key Type: DWORD
Key Value: 1
Subscribe to:
Posts (Atom)