WizYo Sytes Net Tech Support
What a great place to share :) Here you will find flashes of brilliance caught for all the world to enjoy. .. Actually, these are brief articles describing how I fixed a problem. Every day, I find information online that helps me solve a mystery. So this is me giving back to the community. Thanks for stopping by.. and don't forget to tell your friends!

Domain Security Policy

some notes on enabling auditing to enhance domain security for Windows 2000 Active Directory:

Start .. Programs .. Administrative Tools .. Domain Security Policy
Windows Settings .. Security Settings .. Local Policies .. Audit Policy

Enable these Policies:
Audit account logon events
Audit directory service access
Audit logon events
Audit object access
Audit policy change

Start .. Run .. CMD .. OK

secedit /refreshpolicy machine_policy
secedit /refreshpolicy user_policy
  • Browse to folder requiring monitoring.
  • Right click folder and choose properties.
  • Select Security tab. Click Advanced...
  • Select Auditing tab
  • Click Add...
  • Change Look in: to local system name
  • Select Everyone from list and click OK
  • Choose items to monitor
    • Delete Subfolders and Files (Successful/Failed)
    • Delete (Successful/Failed)
    • Take Ownership (Successful/Failed)
  • Click OK
  • Check Reset auditing entries on all child objects and enable propagation of inheritable auditing entries.
  • Click OK
Monitor Security event log for alerts. Add or remove items to fit your specific requirements.

Keep in mind this is extra work for your servers and you may take a performance hit by enabling auditing.

 

 

( )

Friday, December 30, 2005
(0) comments

ASP.net Compiler Error BC30138 Solution

We were receiving this error after a password policy was implemented on our corporate network:

Compiler Error Message: BC30138: 
Unable to create temp file in path 'C:\WINDOWS\TEMP\': 
Access is denied. 
This article states The error can be resolved by explicitly assigning MODIFY rights to ASPNET User account (prior to Windows Server 2003) and NETWORK SERVICE account in case of Windows Server 2003. which did not work for us or the others responding to that particular blog, but it pointed us in the right direction.

We ended up assigning Full Access rights to the C:\Windows\Temp folder for these local accounts: ASP.Net, IUSR_(machine name) and Network Service
Follow up with a restart of the WWW service and the application comes back to life!

 

 

( Solution Fix )

Tuesday, December 27, 2005
(0) comments

Free eBay item listing template

I wrote this template to help with listing items. It is available on my website at no charge. No information is stored or cached so be careful and save the information before closing your browser.

eBay template

 

 

( )

Monday, December 26, 2005
(0) comments

Adware and auto-run registry key (notes)

Process Explorer from SysInternals is a great tool. HiJack This can remove a file during boot process. Use the two to disable and remove "SmitFraud-C" trojan and stubborn items: "MSSearchnet.exe" "nvctrl.exe" and "mscornet.exe" all located in the Windows\System32 folder. Also notice and correct entries in the registry at HKLM\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\run

watch out for cmdService nesting itself in a long named directory. i just happened to make note of this file name:
n353tqcWtqk0prh5w0.vbs
this file had all special file attributes: hidden, system, read only

 

 

( )

Wednesday, December 21, 2005
(0) comments

Veritas 9.0 handy Reinstallation Patches

After removing and reinstalling Veritas BackupExec 9.0, be sure to apply the following updates and patches:

The next two shouldn't be necessary, but I had to utilize the hot fix in order to apply the driver update. Silly thing still didn't work after installing all the updates. I wound up performing these steps and using the tape install tool (tapeinst.exe) to get it to work.
  • Remove Veritas drivers
  • Disable use by Removable Storage
  • Restart all BackupExec services
  • I was about to run through device configuration wizard, but ran a test backup instead
  • Kicked off an inventory to make sure the tape is ready for tonight's backup job
  • Crossed fingers for good luck!

 

 

( )

Tuesday, December 20, 2005
(0) comments

Windows XP wouldn't allow network access

(sorry this isn't finished)

Located the following names missing from a security key that allows network access. This was on a Windows Domain, but someone had removed these security settings.

administrators;aspnet;backup operators;everyone;power users;users

Administrators; Backup Operators; Everyone; Users

below are a few notes i ran across while looking this up

http://support.microsoft.com/kb/823659

http://www.techsupportforum.com/file-application-sharing/73592-xp-pro-share-logon-failure.html

 

 

( )


(0) comments

Cheap website domain hosting

This is another one that is more just for information rather than a fix, but it's still sounds like a good deal.

Beginner ("Bitty") web hosting for $3.33 per month!

Disk Space 50 mb
Bandwidth 512 mb
Monthly Price $3.33

http://www.a1can.com/

 

 

( )

Saturday, December 17, 2005
(0) comments

Server 2003 Backup at your own risk !

Funny thing about that Windows server 2003, the backup decided to stop working one day. I kicked off the job manually and noticed the backup program come up and then close after a few seconds. Before getting to far, I just happened to notice event 8017 listed which turned up the following information:

Microsoft's Article ID: 828402 titled Backup (NTBackup.exe) stops during the backup process and event 8017 is logged states that there is a HotFix available, but to apply it only if you are severly affected.

Since the customer was not freaking out about any critical data I felt that we weren't severly affected and opted for a different approach.

The following lines placed in a batch file work just fine. The scheduler can run the batch file just like running the ntbackup, but this way all the switches are in a file that is much more difficult to mess up. Plus, this uses a variable to specify the name of the day of the week and adds it to the backup job name.

@echo off

FOR /F "tokens=1-4 delims=/ " %%I IN ('DATE /t') DO SET mydate=%%I

C:\WINDOWS\system32\ntbackup.exe backup D:\ /um /n "Daily Backup-%mydate%" /d "D-Drive %mydate%" /v:yes /r:no /rs:no /hc:on /m normal /j "Daily Backup" /l:f /p "8mm AIT"

C:\WINDOWS\system32\ntbackup.exe backup C:\ /um /t "Daily Backup-%mydate%" /d "C-Drive %mydate%" /a /v:yes /r:no /rs:no /hc:on /m normal /j "Daily Backup" /l:f

 

 

( )

Friday, December 02, 2005
(0) comments

WizYo Archive

- December 2003 - January 2004 - February 2004 - March 2004 - April 2004 - May 2004 - June 2004 - July 2004 - August 2004 - September 2004 - October 2004 - November 2004 - December 2004 - January 2005 - February 2005 - March 2005 - April 2005 - May 2005 - June 2005 - July 2005 - August 2005 - September 2005 - October 2005 - November 2005 - December 2005 - January 2006 - February 2006 - March 2006 - April 2006 - May 2006 - June 2006 - July 2006 - August 2006 - September 2006 - October 2006 - December 2006 - January 2007 - February 2007 - March 2007 - May 2007 - June 2007 - July 2007 - August 2007 - September 2007 - October 2007 - November 2007 - December 2007 - January 2008 - May 2008 - June 2008 - July 2008 - August 2008 - September 2008 - October 2008 - January 2009 - February 2009 - April 2009 - July 2009 - August 2009 - September 2009 - November 2009 - December 2009 - June 2010 - May 2011 - August 2011 - September 2011 - October 2011 - March 2012 - May 2012 - October 2012 - November 2012 - April 2013 -

Back to top.

Home
WizYo
Sytes Net

Links
~hot~ Links


this site !

GuestBook
Guests

Free Hit Counter

Blog!

Tell a friend about Tech Support available here !

Free Phone with iTunes
- Previous -
 
- Why does Microsoft make it so darn difficult to co...
 
- 64-bit Windows 7 Driver for IBM 6400 Printer
 
- HP Restore Plus! fail
 
- Google data mining via Street View
 
- down with Carbon barons !!
 
- Windows 7 Home as FileServer - tweak
 
- Dell Inspiron 1440 Windows 7 laptop
 
- Ivans not working properly
 
- WMIC random tip
 
- Manual IPL (reboot) AS/400
 
- Search -
 

Google

Daily Specials

Submit Site - Website Promotion

 


it's private

 

This page is powered by Blogger. Isn't yours?