Skip to main content

Posts

Group policy Update or refresh through command line,example of gpupdate

Group policy Update or refresh through command line GPUPDATE is a command to update or refresh group policy as per current changes. syntax of GPUPDATE command is as follows. gpupdate [ /target: { computer | user }] [ /force ] [ /wait: value ] [ /logoff ] [ /boot ] Example of gpupdate command is as follows you can try on command line gpupdate gpupdate /target:computer gpupdate /force /wait:100 gpupdate /boot if you want more description then you can  visit this link http://support.microsoft.com/kb/298444/

What is DBMS? what are the benefits of DBMS ?

DBMS stands for Database management system. DBMS consists of a collection of interrelated data and set of in build standard programs to access those data. Goal of DBMS is to provide environment that is convenient and efficient to use in retrieving and storing data. Some  benefits of DBMS are Reduced data redundancy and inconsistency. Data can be shared in DBMS. Standards of DBMS can be enforced. Security restriction can be applied. Integrity of data can be maintained. Data independence  or Abstraction could be achieved.

Best for data recovery software

Best for data recovery software 1. Disk Getor Data recovery 2. Nero 11 in build recovery tool 3. Recuva 4. Easeus data recovery pro -There are many as per the situation and type of recovery you want to conduct. IMHO you can not judge any particular one as "The Best". Still if you want me to name a few I'll go for EASEUS Data Recovery Wizard Professional or GetData.

ERP Microsoft AX Certification,SAP Training Institutes in India

Microsoft Dynamics AX – 4.0 Ontrack ERP School, Y18, EP Block, Kolkata 700064 Sector V Salt Lake. Kolkata 700 091 Nearest Landmark- IEM Building at College More (The road between IEM & SIMOCO Mobile) Phone: 033-2357-2555/2556/2560 Email: erpco@ontrackindia.com Source Tek Solutions Computer Training in Begumpet, Hyderabad Provide Online Computer Training, Testing Tools, Java, .Net, Microsoft Share Point Server, Business Analyst in Hyderabad. For further details contact us @ 9848084140. V.S. Technologies Pvt. Ltd. Computer Training in Ameerpet, Hyderabad V.S. Technologies Pvt. Ltd. is the Offshore Training Center of V-Soft Consulting Group, Inc., headquartered in Louisville, Kentucky.V-Soft has a legacy of 8 years experience in virtually all aspects of the Information Technology business and... 1. KITS Computer Training in Ameerpet, Hyderabad The institute is established by software professionals with more than 15 years of experience in IT in USA. Training in a

Evolution of wireless communication,electromagnetic waves, mobile phones, satellites, telecommunication

Evolution of wireless communication Communication between two  communications devices   can basically classified as   follows a. wired communication b. wireless communication           Our   focus is on only mobile phone and cell phone. Before mobile phone [wireless communication],   telephone came into existence. 1876 -telephone was invented by Alexander Graham bell 1881-in   Berlin   public telephone service was started [wired circuit switching network]. In early 18 century wireless communication was existing through optical medium. The wireless communication boomed only after invention of electromagnetic waves by Michael Farady. 1907-the first commercial transatlantic connection were setup using huge base stations. On both side. 1920-marconi discovery of short waves gets reflected ionosphere. This helps to sent wireless messages around the world bouncing at the ionosphere. 1926-the first telephone in a train was available on the Berlin Hamburg line. 1927-radio for cars w

FEATURES OF C++

FEATURES OF C++ Classes and Objects: Class defines the properties of an object. It is the group of similar objects. It defines data member and member functions. Variables of the class are called objects, each object has it own separate memory. Object is also called instance of a class when it is initialized. Encapsulation: It means binding of data members and member function in a class. Data hiding : We always the data members as private and member functions as public. Private members are not accessible outside the class they can only be accessed through the public member functions. Data Abstraction: We always define the essential properties of an object without going to the background details. ADT(abstract data types): A class defines only the essential properties of an object without going to the background details. Inheritance: We can inherit all the properties of a class instead of redefining all these properties again. Hence, inheritance provides the programmer with

Books name of visual studio .net and Networking

1. Dave Grundgeiger(2002)”Programming Visual Basic .NET” First Edition, O’Reilly, pp->311-345 2. Matthew A. Stoecker(2003)”Developing Windows-Based Applications “Second Edition,PHI,pp->359-399 3. S.Michel et al.(1998) ”Adaptive Web Caching: Towards A New Global Caching Architecture”, Computer Networks & ISDN Syst., 4. K. Thompson, G. Miller, and R. Wilder, "Wide-Area Internet Traffic Patterns and Characteristics," Proc. 3rd Int'l. Conf. Web Caching, 1998 5. Thuan Thai Hoang Q. Lam(2001)”.NET Framework Essentials”,O’Reilly,pp->183-207