You may get different kinds of odd errors if the Photoshop preferences file gets corrupt .
1. Exit Photoshop.
2. Go to: Documents and Settings\Application Data\Adobe\Photoshop\8.0\Adobe Photoshop CS Settings
[In Windows 7 --%appdata% -- browse to -- Roaming\Adobe\Adobe Photoshop CS3\Adobe Photoshop CS3 Settings
3. Delete the Prefs.psp file.
4. Open Photosop and the application will create a new (default) one.
Welcome
For best suggestions and typical queries, you can contact me through e-mail
Contact me via Gtalk : anuradha[dot]yeluri[at]gmail[dot]com
Subscribe via email
Labels
- Blogger (1)
- Browsers (4)
- Google (7)
- Hacking'Virus (1)
- How To's (20)
- Installations (3)
- Mobiles (1)
- MS-Word (1)
- My Templates (1)
- Photoshop CS3 (1)
- Profile (1)
- Remote Desktop (1)
- Security (1)
- Services (1)
- Skype (1)
- Software (1)
- SQLServer (2)
- Team Foundation Server (1)
- Tricks (2)
- Windows XP (8)
To stop sharing a folder by using the Windows interface
Open Computer Management. To do so, click Start, then right-click Computer, and then click Manage.
If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Yes.
In the console tree, click System Tools, then click Shared Folders, and then click Shares.
In the details pane, right-click a shared folder, and then click Stop Sharing (this item only appears if you launched Computer Management using an account that is a member of the local Administrators group).
To stop sharing multiple files, press the CTRL key while clicking the file names, right-click any one of the selected files, and then click Stop Sharing. This removes shared network access to the selected files.
To stop sharing a folder by using a command line
To open an elevated Command Prompt window, click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Yes.
Type:
net share
For example, to stop sharing a folder called myshare, type:
net share myshare /delete [sharename]
Value | Description |
Net share | Creates, deletes, or displays shared folders. |
[sharename] | The network name of the shared folder. |
/delete | Stops sharing the folder. |
Ctrl + Alt + delete on local session will give you the option to open the task manager, but what about if you are remoting into another server ? If you press Ctrl + Alt + Delete in a remote session it will pop up the Task Manager for your local station.
Ctrl + Shift + Esc (or) Ctrl + Shift + End opens Task Manager in a Remote Session
The credentials you provided for the SQL server Agent service are invalid. To continue, provide valid account and password for the SQL server Agent Service.
Today, I have decided to install SQL SERVER 2008 on my PC. All was going fine until I came to server configuration page/tab. I is not proceeding further and asking me to insert correct credential to move to the next page. If you are also getting the same error then just enter following data in Account name and password:
Account Name : "NT AUTHORITY\NETWORK SERVICE "
Password : Blank
I hope this will resolve your issue.