Resetting the Trend Micro Client/Server for SMB & Worry-Free Business Security password:
1. Browse to C:\Program Files\Trend Micro\Security Server\PCCSRV\Private (replacing C: with the drive the product is installed upon).
2. Open ofcserver.ini in a text editor such as Notepad.
3. Search through the file for the section marked with ”[INI_SERVER_SECTION]”.
4. Under the ”[INI_SERVER_SECTION]” locate the ”Master_Pwd=” line.
5. Change the ”Master_Pwd=” line to read ”Master_Pwd=70ÔÇ│ and save the file.
6. Launch the Services Snap-In (Start > Run > services.msc).
7. Right click on the ”Trend Micro Security Server Master Service” and select ”Restart”.
8. You should now be able to login to the web console using ”1ÔÇ│ as the password.
Loginscript som mappar/installerar printers i bakgrunden….
rem Mappa skrivare, men inte om vi kör terminal server…
if NOT %SESSIONNAME%==Console
for %%i in (printerkönamn1 printerkönamn2 printerkönamn3) do rundll32 printui.dll,PrintUIEntry /in /n\\servernamn\%%i
end if
rem Sätt standardskrivare
rem if /I %COMPUTERNAME%==datornamn rundll32 printui.dll,PrintUIEntry /y /n\\Servernamn\printerkönamn
”Page cannot be found” when browsing aspx pages in Windows Server 2003 with IIS 6.0
<< Redirecting users to Custom ”Not Authorized” page while implementing Role Based Authorization. | Home ”Page cannot be found” when browsing aspx pages in Windows Server 2003 with IIS 6.0 Hi,You may get a Page cannot be found message when you browse aspx pages in a Windows Server 2003 environment.That is because in Windows 2003, all the webservice extensions are ”Prohibited” by default to ensure security.To resolve this, do the following steps:-1. From your Run command, type inetmgr and press enter.2. Expand the appropriate nodes in the IIS to locate the ”Webservice Extensions” Node3. Click on the same.4. You will find a list of ”prohibited” extensions in the right.5. Click on ASP.NET and ”allow” itThat should resolve this issue.This article applies for Windows Server 2003, IIS 6.0 environment.posted @ Monday, April 25, 2005 7:38 AM
via ”Page cannot be found” when browsing aspx pages in Windows Server 2003 with IIS 6.0.
Windows Vista Open Command Prompt Here With Elevated Privilege
Färgkodad ”Right click run as admin … ja.. så slipper jag leta fler gånger efter den … 🙂
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\runas]
@=”Ele&vated CMD Prompt here”
”NoWorkingDirectory”=””
[HKEY_CLASSES_ROOT\Directory\shell\runas\command]
@=”cmd.exe /T:09 /k \”pushd %L && title Command Prompt\””
[HKEY_CLASSES_ROOT\Drive\shell\runas]
@=”Ele&vated CMD Prompt here”
”NoWorkingDirectory”=””
[HKEY_CLASSES_ROOT\Drive\shell\runas\command]
@=”cmd.exe /T:09 /k \”pushd %L && title Command Prompt\””

