Saturday, March 19, 2016

Permission on Share folder in window server 2012 error with some user profile

I have work for a small org .
Now i meet an issue with window server 2012 server with client window 7 about share folder permission.
I'm sure my configuration is correct for permission of share folder.Because it work for all user in the organization  except only one user .
Why only one user meet this issue?I have try to search any forum about this but nothing help.
problem:
one user problem (client with window 7).This user can access any file and folder without permission from server.If you assign the permission this user not affect .It mean that it still as administrator and can access any file server with the same PC with the same profile.But if we log in to other PC  the permission has affect that pc(it mean work correctly with permission we had assign from server).
As my idea it not cause from server configuration .It cause from local profile user that join domain with server.But i'm still can not find the problem what wrong with that profile.
What cause the problem for this user profile in window PC that have issue?
Any one used to meet this problem?

The solution is :

Smells like a stored creds in the credential manager. I had this happen once when a Jr Admin got on a users workstation and stored the domain admin creds in the profile and it opened the server up.
On the problem computer, in the problem profile, Control Panel, Credential Manager, clear all the stored Windows creds and reboot and see if that fixes your issue.

Tuesday, March 8, 2016

How to disable Merg cell in a sheet in excel?

If you have  a list record and have many user use it for data entry.
You don't want user to merg cell in that Sheet.

This is the solution :
1.Save your excel as Macro enable file type (*.xlsm).
2.Go to Developer tap  and click VB code.
3.Find the sheet you want to disable merg cell.
4.Then copy the Code below to that Sheet (vb code)

 Private Sub Worksheet_SelectionChange(ByVal Target As Range)
    If Target.Count > 1 Then Target.Cells(1).Select
End Sub


 5.Save and Test.


Other method is

1.Please go to review tab in excel  and Share workbook .
So your excel will  gray out of Merge excel icon in the work sheet.


Lift is difficult if we not try our best to solve it

As i was born 25 years ago.I had meet a lot of problem in my life .
My pass are beautiful and darkness .
When i was a child it really stupid thing i had do and never thinking how come i would have it to now.

As a child everything depend on mother and family .They provide me warm place  to play and live happy in life.

Friday, March 4, 2016

SKype Cannot sing in and cannot connect to skype server solution?

I had meet some problem with skype app.
but i found some solution for that too...

problem:
1.Skype can not sing in.
2.Skype cannot connect to Skype server because your internet connection .
3.Skype error profile login.

solution is.
1.Delete old application data of Skype folder by run--->%appdata%  and find folder Skype---after folder name of user sing in.--rename it to other.
2. Update Skype to latest version
3.reset internet option in control panel.


thank