MAC RAM Expansions in computers to various brands like Apple, Dell, HP, IBM, Sony and Toshiba are also done. Memory upgrades are also done for server, laptop, Mac or personal computers of any brand. Installing the identical DDR3, DDR2 and DDR part numbers with the memory already in use is very important and this will ensure that the system runs at peak performance.
Computers & laptops now a days have many different functions, whether it be for games, for simple entertainment, and even for work purposes, one thing is certain that it still needs a higher memory for it to function for the best results, especially for a laptop computer since this is the most useful for its portability.
PRO Memory Upgrade is a complete module expansion and it ll guides in choosing the MAC Memory Upgrades in various ranges like 8GB, 4GB, 2GB and other RAM module expansion options. just log on MAC Memory Upgrades and choose your memory range and select your system performance.
VIPRE Antivirus + Antispyware is a new PC security software created by Sunbelt Software. They created VIPRE to be faster than most traditional security software like Norton or McAfee. VIPRE will not slow down your PC and it is highly effective at preventing and curing PC Infections.
VIPRE has been getting good reviews, especially for it’s performance in comparison to other software packages like Symantec’s Norton which can be a drain on system resources, in particular on older PCs with only 1 or 2GB of RAM.
I just now finished a quick scan, which took about 13 minutes to get through, and while watching the quick scan I notice how deep it goes unlike some software does. Obviously, at 13 minutes, it hit up all the key OS components and then some and so that is definite plus there as well. Interestingly enough it has found some stuff roaming on my computer and out of the bigger threats, I have 1 trojan, 1 keylogger and 1 adware program in my computer. So after quick quarantine my computer is a cleaner, however, because of the big threats I had on my computer, it requested I do a deep scan of my computer.
Recently after installing FAX Server on our site, we are having some problem with opening received FAX file from user desktop. FAX files are .G3N/.G3F/.CTLof which .G3N and .G3F file can be opened in Windows Image Viewer and .CTLfile can be opened in Notepad.
But the problem is, users have to make it their own, or we have to do it manually on all workstation across all branches. But it’s almost impossible to do so, so we have to think about some global solution. Now we start working on creation a Group policy with which we can easily define default file association for those files and finally we created one.
CLASS USERCATEGORY !!category CATEGORY "Default Viewer/Icon for G3N File" KEYNAME "Software\Classes\.g3n\DefaultIcon" POLICY !!policyg3nicon EXPLAIN !!explain PART Default EDITTEXT DEFAULT "shimgvw.dll,1" VALUENAME "" END PART END POLICY END CATEGORY CATEGORY "Default Viewer/Icon for G3N File" KEYNAME "Software\Classes\.g3n\shell\Open\command" POLICY !!policyg3nview EXPLAIN !!explain PART Default EDITTEXT DEFAULT "rundll32.exe C:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %1" VALUENAME "" END PART END POLICY END CATEGORY CATEGORY "Default Viewer/Icon for G3F File" KEYNAME "Software\Classes\.g3f\DefaultIcon" POLICY !!policyg3ficon EXPLAIN !!explain PART Default EDITTEXT DEFAULT "shimgvw.dll,1" VALUENAME "" END PART END POLICY END CATEGORY CATEGORY "Default Viewer/Icon for G3F File" KEYNAME "Software\Classes\.g3f\shell\Open\command" POLICY !!policyg3fview EXPLAIN !!explain PART Default EDITTEXT DEFAULT "rundll32.exe C:\WINDOWS\system32\shimgvw.dll,ImageView_Fullscreen %1" VALUENAME "" END PART END POLICY END CATEGORY CATEGORY "Default Viewer/Icon for CTL File" KEYNAME "Software\Classes\.ctl\DefaultIcon" POLICY !!policyctlicon EXPLAIN !!explain PART Default EDITTEXT DEFAULT "C:\WINDOWS\system32\shell32.dll,-152" VALUENAME "" END PART END POLICY END CATEGORY CATEGORY "Default Viewer/Icon for CTL File" KEYNAME "Software\Classes\.ctl\shell\Open\command" POLICY !!policyctlview EXPLAIN !!explain PART Default EDITTEXT DEFAULT "C:\WINDOWS\system32\NOTEPAD.EXE %1" VALUENAME "" END PART END POLICY END CATEGORY END CATEGORY [strings]category="Zita FAX File Associations"policyg3nicon="Set Default Icon for G3N File"policyg3nview="Set default Viewer for G3N File"policyg3ficon="Set Default Icon for G3N File"policyg3fview="Set default Viewer for G3N File"policyctlicon="Set Default Icon for CTL File"policyctlview="Set default Viewer for CTL File"explain="This policy sets the default file association for G3N files and it's default icon. Custom Group Policy - TechnoChat.IN ! By Saugata Datta."
A simple script for automatic System State backup where you can easily set backup retention period and it also send you an e-mail notification after completion. With this script you can also archive backup log and if you wish u can also set backup log retention period. It can also set backup files with date stamp. For e.g., SysBackup_ComputerName_24-03-2009.bkf
You need two small utility,
Blat.exe for sending mail, you can get details from here.
Forfiles.exe for checking old files, you can get details from here.
Just download following zip file and extract its content to %windir%\ or%windir%\system32 folder.
::Backup Settings START ::Set Backup Path ::~~~~~~~~~~~~~~~~~~~~ set savepath=D:\TestBackup ::Set Backup Name ::~~~~~~~~~~~~~~~~~~~~ set backupname=SysBackup ::Set Backup Retention Period(in days) ::~~~~~~~~~~~~~~~~~~~~ set retention=3 ::Set Log Archive Path(Only Folder Name) ::~~~~~~~~~~~~~~~~~~~~ set logarchivepath=BackupLog ::If ‘yes’ then backup log retention will enabled ::~~~~~~~~~~~~~~~~~~~~ set logretention=yes ::If avove settings is “yes” then set log Retention Period(in days) ::~~~~~~~~~~~~~~~~~~~~ set logretentionperiod=3 ::———-x——— ::E-Mail Settings (SMTP without authentication will work) ::———-x——— ::If ‘yes’ a mail will be fired after backup ::~~~~~~~~~~~~~~~~~~~~ set _mailnotification=yes ::If ‘yes’ backup log will attached with mail ::~~~~~~~~~~~~~~~~~~~~ set attachment=no ::Type your e-mail address(for multiple e-mail ID, use ‘,’) ::~~~~~~~~~~~~~~~~~~~~ set email=urname@domain.com :: Type from mail ID ::~~~~~~~~~~~~~~~~~~~~ set from=%computername%@TC-Auto-NTBackUP ::Set SMTP Server IP Address ::~~~~~~~~~~~~~~~~~~~~ set mserver=10.0.0.1 ::Backup Settings END
@echo offcolor 0cMODE CON: COLS=50 LINES=11echo ***************************************echo Auto SystemState Backup with Retentionecho Log Archive and Mail Notificationecho Code By: Saugata Dattaecho ~~~echo (c)http://technochat.inecho Date: %DATE%, Time: %TIME%echo ***************************************::Backup Settings START::Set Backup Path::~~~~~~~~~~~~~~~~~~~~set savepath=D:\TestBackup::Set Backup Name::~~~~~~~~~~~~~~~~~~~~set backupname=SysBackup::Set Backup Retention Period(in days)::~~~~~~~~~~~~~~~~~~~~set retention=3::Set Log Archive Path(Only Folder Name)::~~~~~~~~~~~~~~~~~~~~set logarchivepath=BackupLog::If 'yes' then backup log retention will enabled::~~~~~~~~~~~~~~~~~~~~set logretention=yes::If avove settings is "yes" then set log Retention Period(in days)::~~~~~~~~~~~~~~~~~~~~set logretentionperiod=3::----------x---------::E-Mail Settings (SMTP without authentication will work)::----------x---------::If 'yes' a mail will be fired after backup::~~~~~~~~~~~~~~~~~~~~set _mailnotification=yes::If 'yes' backup log will attached with mail::~~~~~~~~~~~~~~~~~~~~set attachment=no::Type your e-mail address(for multiple e-mail ID, use ',')::~~~~~~~~~~~~~~~~~~~~set email=vdco.kolkata@familycreditindia.com:: Type from mail ID::~~~~~~~~~~~~~~~~~~~~set from=%computername%@FC-Auto-NTBackUP::Set SMTP Server IP Address::~~~~~~~~~~~~~~~~~~~~set mserver=172.16.10.7::Backup Settings END::--------------------------------::Don't change following lines.::--------------------------------forfiles -p "%savepath%"/m *.bkf /s /d -%retention%/c "cmd /C del @FILE":: get the date and time and then into single variablefor/F "tokens=1-4 delims=/ "%%i in('date /t') do (set MM=%%jset DD=%%kset YYYY=%%lset date=%%k-%%j-%%lset dirdate=%%j%%k%%l)for/f "Tokens=1-2 delims=/ "%%i in('time /t') do (set tm=%%iset ampm=%%j)::Deleting Old Backup Log filesif not exist "%HOMEPATH%\Local Settings\Application Data\Microsoft\Windows NT\NTbackup\Data\*.log"goto _nodeldel "%HOMEPATH%\Local Settings\Application Data\Microsoft\Windows NT\NTbackup\Data\*.log">nul:_nodelntbackup.exe backup systemstate /v:no /r:no /rs:no /hc:off /J %backupname% /l:s /f "%savepath%\%backupname%_%computername%_%date%.bkf"if not exist "%savepath%\%logarchivepath%" md "%savepath%\%logarchivepath%">nulmove "%HOMEPATH%\Local Settings\Application Data\Microsoft\Windows NT\NTbackup\Data\*.log"%savepath%\%logarchivepath%\%backupname%_%computername%_%date%.txt >nulif not "%_mailnotification%" == "yes"goto _endif not "%attachment%" == "yes"goto _noattachblat "%savepath%\%logarchivepath%\%backupname%_%computername%_%date%.txt"-attach "%savepath%\%logarchivepath%\%backupname%_%computername%_%date%.txt"-to%email%-s "NT Backup Success/Failure Report of %computername%"-f "%from%"-server"%mserver%"> nulgoto _skip:_noattachblat "%savepath%\%logarchivepath%\%backupname%_%computername%_%date%.txt"-to%email%-s "NT Backup Success/Failure Report of %computername%"-f "%from%"-server"%mserver%"> nul:_skipif not "%logretention%" == "yes"goto _endforfiles -p "%savepath%\%logarchivepath%"/m *.txt /s /d -%logretentionperiod%/c "cmd /C del @FILE":_endexit
Now you have to create a schedule for daily backup.
Few simple steps to configure Outlook (2000/2003/2007) with MS Exchange on first logon: It’s really not so difficult to configure outlook on first logon, you just need aPRF(Microsoft Outlook profile file) file. To create PRF file you need to download Office 2003 Editions Resource Kit Tools from following location. Download
And you need Office Source Setup files.
After install open Microsoft Office 2003 Custom Installation Wizard, and select office source, on step4 select step17 like following window.
Now Select New Profile, and set a name for the default profile.
On user name field use %username%, and add your exchange server details (for e.g. MBX001.technochat.in), enable cache mode if you want to.
On next screen export PRF file.
Save PRF file on any network location from where other can access (Recommended on netlogon folder).
Now add following lines on your logon script, it will automatically detect your MS Outlook (2000/2003/2007) installation path, then run and configure your outlook on user first logon. If destination systems don’t have Outlook installed, it will automatically skip configuration part.
Disable USB Pendrive/HDD in ur Computer for security, it’s more effective if you have cybercafe, u can easily able to block USB access, and prevent file copy, and protect your computer from virus.
Actually one of my friend have a cybercafe, he request me to make something which can disable USB Pen drive access from all of his client PC, so, i did make this.. Hope this might helpful to you all..
With all the less pleasant verdicts about Vista, Windows 7 is perhaps PC users next best news. Codenamed Blackcomb, this new Microsoft operating system is surely a successor over it̢۪s predecessor Windows XP and definitely Vista. With Microsoft to end their support for Windows XP in 2014, we figured Windows 7 will be completely taking over things in the next year or so.
If you are a Windows users its probably time for a change, or at least tryout this new operating system. Here are some shortcut keys to help improve your productivity and user experience with Windows 7.
Shortcut Description
Win + UP Arrow Maximize the current window Win + Down Arrow Restore down or minimize current windows Win + Left Arrow Dock the current window to the left half of the screen Win + Right Arrrow Dock the current window to the right half of the screen Win + [number] Activate and run the program pinned on Windows 7 Taskbar, running program wont be affected Win + Home Minimize all but the current window Win + Space Makes all windows transparent so you can see through to the desktop Win + Pause/Break Open System Properties Win + Tab Flip Aero 3D [press Tab to cycle between Windows] Win + B Move focus to notification tray (the right-most portion of the taskbar) Win + D Show/Hide desktop Win + E Windows Explorer is launched Win + F Search Win + G Bring all gadgets on top and foreground Win + L Lock Computer Win + M Minimize all windows Win + P Open the projection menu (generally used for laptops connected to projectors) Win + R Run Command is launched. Win + S OneNote Screen Clipping Tool Win + T Show preview thumbnail of running applications in Windows Taskbar one by one without mouse over Win + X Mobility Center Win + # Quicklaunch Win + = Magnifier Win + [+/-] Enables the magnifier and zooms in/out Win + Shift + Up Arrow Maximize vertical size Win + Shift + Down Arrow Restore vertical size Win + Shift + Left Arrow Jump to left monitor Win + Shift + Right Arrow Jump to right monitor Win + Shift + M Undo all window minimization Win + Shift + T Cycles backwards Win + Ctrl + F Opens the Active Directory Find Computers dialog Ctrl + Right Arrow Move the cursor to the beginning of the next word Ctrl + Left Arrow Move the cursor to the beginning of the previous word Ctrl + Up Arrow Move the cursor to the beginning of the previous paragraph Ctrl + Down Arrow Move the cursor to the beginning of the next paragraph Ctrl + Click A pinned taskbar icon to cycle through the program̢۪s open windows (e.g. IE) Ctrl + Win + Tab Persistent flip 3D Ctrl + Shift with an arrow key Select a block of text Ctrl with any arrow key + Spacebar Select multiple individual items in a window or on the desktop Ctrl + Shift + Esc Open Task Manager directly Ctrl + Shift + N Create new folder
IT professionals are unique, like snowflakes. Degrees, training, intelligence, creativity, and experience all matter, but they combine to craft distinctly specific skill sets. Perhaps that's one reason there are so many utilities and tools driving the support industry. In fact, there are so many that shopping for just the right tool can be overwhelming. So I asked several IT pros to list the tools they depend on -- and I received some surprising results. Their lists are (almost) as unique as they are. Try matching the following IT pros to your job role and skills. Perhaps their lists will help you narrow your search for useful tools and utilities. The good news for all of us is that most of these tools are freeware.
Note: Comments in quotes belong to the IT professional.
John Bartow, consultant
John Bartow's areas of expertise are network and PC security, which he provides via his consulting firm, WinHaven Computer Consulting Services . Because he's onsite so much, he carries the following tools with him at all times:
Camden Software Consulting, in Bainbridge Island, WA, specializes in migrating existing applications to new technologies. (Its owner, Sterling Camden, also hosts TechRepublic'sIT Consultantblog.) Vim and Ruby products are his favorite tools, but Camden relies on several others, which he keeps on a laptop that goes everywhere he goes:
Google Chrome : Windows browser that's getting a lot of good reviews.
Ruby : "One of the most popular scripting languages."
Synergy/DE : Suite of advanced cross-platform software tools for Windows, UNIX, and OpenVMS. (Camden consults for Synergex, the vendor.)PVCS Configuration Builder: Automates and a
John W. Colby specializes in business analysis, database design, and programming. He is a past president and a current board member of Database Advisors, Inc ., an online technical support group. Currently living in North Carolina, Colby uses various remote access tools to provide consulting services to clients around the country:
C2DbFW3G: Custom framework for Access.
MZ-Tools : Enhanced programming tools for VB and VBA programmers.
Irfanview : Fast graphic viewer/conversion tool for Windows.
eCleaner : Strips HTML symbols, formatting codes, and so on.
CoreFTP : Free, user-friendly, secure FTP application for Windows.
SiSoft Sandra : Gathers information about a machine.
Lan MonitorSendToAny : Displays information about every network adapter on your computer. : Extends the Windows Send To menu to include anything on your Program
Deborah Elam, consultant Specializing in SQL and VB.NET applicatio
DNS source script : Creates DSNs from code. "…moving computers and new users requires mu
maintenance."
Steve Erbach, software development
Steve Erbach supplies custom software for the printing ind
NetSetManPro : Network settings manager. "I can go to any of my clients' sites and hook my laptop into their network
Kren Rosenstiel, Web dev
en osenstiel designs and develops Web sites for small businesses and nonprofit organizations, with an e in accessibility features.Her list is short, but specif
UltraEdit: "…an excellent all-around program
UltraCompare : Compare and merge files, directors, documents, zip archives, and so on.
Francisco Tapia, database administrator
ncio Tapia maintains and monitors 26 SQL Server systems in a manufactu
gine, performance is a huge issue for Tapia, who likes to develop his own monitoring applis surity policies for system applications and products (SAP) systems. Tapia also markets a c
product that monitors SQL Server systems. Tapia is a magician wRed-Gate products:
: an Waters, business systems business process management systems (BPM
' company, ProMation Systems, Inc., develops paies that want to be more competitive and effect
MZ-Tools: Enhanced programming tools
Find & ReplaceAccess Analyzer : Add-in for Microsoft Access that lets you quickly rename design objects.: Provides extensive documentation and analysis of Microsoft Access databases.
errors.
rew Wutka, network administrator
w Wutka is a network systems administrator with database and programming skills. Currently, he provide
efense, space, photonics, telecommunications, and medical industries. When he can't find just the right , Wtka sometimes writes his own (such as MoveWindows, in his list below). Here are some of his favorites:
Remote Administrator (radmin): "Great tool for ad
MoveWindows : Custom application that captures all of the open windows on your machine. "Handy for multiple monitor issues when an application gets lost."