Websites that do useful text manipulation tricks including regexp, hashing, encoding (and decoding), case changing, escaping (and un-escaping), etc.
txt2re, a regular expression generator
|
Websites that do useful text manipulation tricks including regexp, hashing, encoding (and decoding), case changing, escaping (and un-escaping), etc. txt2re, a regular expression generator This is the equivalent of removing and reinstalling the TCP/IP protocol. netsh int ip reset c:\resetlog.txt Note: the logfile parameter is not optional. Tags: Scripting, Troubleshooting, WindowsApple hasn’t done ZENworks administrators, or Active Directory ones for that matter, any favors with iTunes 8. The install is needlessly complex, and installs additional software you’d probably just as soon not have on your end users machines. Why would I want to give non-administrative accounts Apple Software Update, when they can’t actually install the updates? Additionally, the setup tries to start the iTunes services during setup and users don’t actually have the rights to do so. The new version of iTunes also includes (and requires) QuickTime to be updated to 7.5.5, so we’ll include that with this distribution. We’ll edit the MSIs to remove the call to start the services, pull out unneeded icons and prevent installation of (and calls to) the Apple Software Update. What you’ll need: 1. Set up source files 2. Customize application settings 3. Create ZENworks applications That’s it. Associate the iTunes application to your users and when they click the icon (or you push it to them) they’ll get the whole application chain. The QuickTime application object can also be used as a standalone application object to update the users’ QuickTime installs, regardless of whether they’re using iTunes or not. Tags: Deployment…using MSI logging and the Windows Installer Log Utility. Turn on verbose logging with this registry key: HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer Then, after a failed attempt at installation, go look for the appropriately dated and timed MSIxxxx.log file in the %TEMP% directory. You can open it in Notepad, but I much prefer running them through the Windows Installer Log Utility, wilogutl.exe. Normally you’d have to install the Windows Installer SDK to get that, and it is a worthwhile download, but since I can’t always be bothered I’ve got a copy here. Tags: Deployment, Installers, WindowsClickOnce is yet another installer technology from Microsoft, this time for deployment of applications based on Windows Forms and the Windows Presentation Foundation. It’s a lot like the Java Web Start software, and requires at least .NET 2.0. Tags: Active Directory, Deployment, Installers, Scripting, Windows…between PEM, CER, DER, P7B or PFX formats. SSL Converter from SSLShopper.com …from an Active Directory domain without user intervention. Using VBScript: Const NETSETUP_ACCT_DELETE = 2 ‘Disables computer account in domain. Set objNetwork = CreateObject(”WScript.Network”) Set objComputer = GetObject(”winmgmts:{impersonationLevel=Impersonate}!\\” & _ …on the Start Menu so it points at an internal support site (or anywhere else for that matter)? Rather than remove the Help and Support Start Menu link, it can be customized using the following information. 1. Open Regedit 2. Find HKEY_CLASSES_ROOT\CLSID\{2559a1f6-21d7-11d4-bdaf-00c04f60b9f0} 3. Set the value of (Default) to the name you want for the icon. 4. Create a sub-key DefaultIcon. 5. Set the value of DefaultIcon to the path to the icon you want to use, e.g. C:\icons\test.ico. 6. In the Instance, InitPropertyBag subkey, add these String Values: Command: mouseover text for the link, e.g. Click to visit talentlesshack.com …without using the ZENworks tray icon. 1. Open %ZENWORKS_HOME%\conf\logger-zmd-conf.xml 2. Find the following line and replace “false” with “true” 3. Find the following line and replace “false” with “true” 4. Restart the agent service by issuing the following two commands NET STOP “Novell ZENworks Agent Service” The resulting log file is %ZENWORKS_HOME%\logs\LocalStore\zmd-messages.log Tags: Troubleshooting, Windows, ZENworks |