Wednesday 21 May 2014

Your account is configured to prevent you from using this computer


This behavior is generally the result of a security policy that shuts down the computer if audit events cannot be logged.

If Windows cannot log events in the Security Log, Non-Admin users attempting to login will receive a message like: “Your account is configured to prevent you from using this computer. Please try another computer.”

You receive massage as blow when you login non-administrator account in windows 7 
your_account_is_configured_to_prevent_Windows_7

Follow some instruction :
1. Disable the Shut down your system immediately if unable to log security audits policy, which may be defined in the default domain policy, default domain controller policy, and/or local security policy. The path to this policy is:
Computer Configuration / Windows Settings / Security Settings / Local Policies / Security Options.
2. Set the CrashOnAuditFail Value Name to a data value of 0.

Wednesday 7 May 2014

No more connections can be made to this remote computer at this time


No more connections can be made to this remote computer at this time


Error show in windows xp/vista/7. Windows XP usually has 10 and Vista/7 has 15 connection.

Follow some instructions and allow more connection

  1. Click START
  2. Click RUN
  3. Type in: regedit
  4. Click on OK/RUN
  5. Locate and then click to select the following Registry Subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
  6. In the Edit Menu, click NEW and click DWORD. (If exists, skip to step 8 )
  7. Type MaxMpxCT and press ENTER
  8. Right-Click MaxMpxCt and click Modify
  9. In the Value data box, choose DECIMAL ***
  10. Click OK and close the Registry
I hope your issue has been solve.


 

Tuesday 6 May 2014

clear standby memory in windows server 2008r2

Clear Standby Memory in windows server 2008 r2


download RamMap application by using below ling

http://technet.microsoft.com/en-us/sysinternals/ff700229

Have you ever wondered exactly how Windows is assigning physical memory, how much file data is cached in RAM, or how much RAM is used by the kernel and device drivers? RAMMap makes answering those questions easy. RAMMap is an advanced physical memory usage analysis utility for Windows Vista and higher. It presents usage information in different ways on its several different tabs:
  • Use Counts: usage summary by type and paging list
  • Processes: process working set sizes
  • Priority Summary: prioritized standby list sizes
  • Physical Pages: per-page use for all physical memory
  • Physical Ranges: physical memory addresses
  • File Summary: file data in RAM by file
  • File Details: individual physical pages by file
Use RAMMap to gain understanding of the way Windows manages memory, to analyze application memory usage, or to answer specific questions about how RAM is being allocated. RAMMap’s refresh feature enables you to update the display and it includes support for saving and loading memory snapshots.
For definitions of the labels RAMMap uses as well as to learn about the physical-memory allocation algorithms used by the Windows memory manager, please see Windows Internals, 5th Edition.
 


Thursday 1 May 2014

Clear Cache

Operating System    To get to the Command Prompt/Terminal    Command to use to clear DNS Cache at the Command Prompt/Terminal
         
Windows   Go to Start Menu > Run > Type "cmd" > press Enter/Return  
ipconfig /flushdns
dnscmd  /clearcache     (server)

         
Mac OSX 10.4 (Tiger)   Click the Terminal icon in the dock or in Finder (in /Applications/Utilities/)  
lookupd -flushcache

         
Mac OSX 10.5 & 10.6 (Leopards)   Click the Terminal icon in the dock or in Finder (in /Applications/Utilities/)  
dscacheutil -flushcache
         
Mac OSX 10.7 & 10.8 (Lions)   Click the Terminal icon in the dock or in Finder (in /Applications/Utilities/)  
sudo killall -HUP mDNSResponder

         
Mac OSX 10.9  (Mavericks)   Click the Terminal icon in the dock or in Finder (in /Applications/Utilities/)   dscacheutil -flushcache;sudo killall -HUP mDNSResponder

         
Linux (most distributions)   Open a terminal window
(gnome-terminal, konsole, xterm, etc.)
 
sudo /etc/init.d/nscd restart
or
sudo /etc/init.d/networking restart