Is there some utility that could wake a computer more than once in a day

I need to be able to bring my computer out of sleep when I'm not around to run some automator routines. The built in software in Energy Saver is great but it only lets you set your computer to wake once in a day. I probably need mine to work a couple of times in a 24 hour period.
Thanks
Kerry

Hi,
There is no limit to the number of times Sysprep can run on a computer. However, the clock for Windows Product Activation begins its countdown the first time Windows starts.
If you anticipate running Sysprep multiple times on a single computer, you must use the SkipRearm setting in the Microsoft-Windows-Security-Licensing-SLC component to postpone resetting the activation clock. Because you can reset the activation clock only
three times, if you run Sysprep multiple times on a computer, you might run out of activation clock resets. Microsoft recommends that you use the SkipRearm setting if you plan on running Sysprep multiple times on a computer.
Alex Zhao
TechNet Community Support

Similar Messages

  • Is there a datatype that allows me to store more than one item at a time

    Hello Everyone,
    Is there a datatype that allows me to store more than one item at a time , in a column in a row?
    I have to prepare a monthly account purchase system. Basically in this system a customer purchases items in an entire month as and when required on credit and then pays at the end of the month to clear the dues. So, i need to search the item from the inventory and then add it to the customer. So that when i want to see all the items purchased by a customer in the current month i get to see them. Later i calculate the bill and then ask him to pay and flushout old items which customer has purchased.
    I am having great difficulty in preparing the database.
    Please can anyone guide me! i have to finish this project in a weeks time.
    Item Database:
    SQL> desc items;
    Name Null? Type
    ITEMID VARCHAR2(10)
    ITEMCODE VARCHAR2(10)
    ITEMPRICE NUMBER(10)
    ITEMQUAN NUMBER(10)
    Customer Database:
    SQL> desc customerdb;
    Name Null? Type
    CUSTID VARCHAR2(10)
    CUSTFNAME VARCHAR2(20)
    CUSTLNAME VARCHAR2(20)
    CUSTMOBNO NUMBER(10)
    CUSTADD VARCHAR2(20)
    I need to store for every customer the items he has purchased in a month. But if i add a items purchased by a customer to the customer table entries look this.
    SQL> select * from customerdb;
    CUSTID CUSTFNAME CUSTLNAME CUSTMOBNO CUSTADD ITEM ITEMPRICE ITEMQUANTITY
    123 abc xyz 9988556677 a1/8,hill dales soap 10 1
    123 abc xyz 9988556677 " toothbrush 18 1
    I can create a itempurchase table similar to above table without columns custfname,csutlnamecustmobno,custadd
    ItemPurchaseTable :
    CUSTID ITEM ITEMPRICE ITEMQUANTITY
    123 soap 10 1
    123 toothbrush 18 1
    ill just have it as follows. But still the CUSTID FK from CustomerDB repeats for every row. I dont know how to solve this issue. Please can anyone help me.
    I need to map 1 customer to the many items he has purchased in a month.
    Edited by: Yukta Lolap on Oct 8, 2012 10:58 PM
    Edited by: Yukta Lolap on Oct 8, 2012 11:00 PM

    You must seriously read and learn about Normalization of tables; It improves your database design (at times may increase or decrease performance, subjective cases) and eases the Understanding efforts for a new person.
    See the below tables and compare to the tables you have created
    create table customers
      customer_id       number      primary key,
      fname             varchar2(50)  not null,
      mname             varchar2(50),
      lname             varchar2(50)  not null,
      join_date         date          default sysdate not null,
      is_active         char(1)     default 'N',
      constraint chk_active check (is_active in ('Y', 'N')) enable
    create table customer_address
      address_id        number      primary key,
      customer_id       number      not null,
      line_1            varchar2(100)   not null,
      line_2            varchar2(100),
      line_3            varchar2(100),
      city              varchar2(100)   not null,
      state             varchar2(100)   not null,
      zip_code          number          not null,
      is_active         char(1)         default 'N' not null,
      constraint chk_add_active check (is_active in ('Y', 'N')),
      constraint fk_cust_id foreign key (customer_id) references customers(customer_id)
    create table customer_contact
      contact_id        number      primary key,
      address_id        number      not null,
      area_code         number,
      landline          number,
      mobile            number,
      is_active         char(1)   default 'N' not null,
      constraint chk_cont_active check (is_active in ('Y', 'N'))
      constraint fk_add_id foreign key (address_id) references customer_address(address_id)
    create table inventory
      inventory_id          number        primary key,
      item_code             varchar2(25)    not null,
      item_name             varchar2(100)   not null,
      item_price            number(8, 2)    default 0,
      item_quantity         number          default 0,
      constraint chk_item_quant check (item_quantity >= 0)
    );You may have to improvise and adapt these tables according to your data and design to add or remove Columns/Constraints/Foreign Keys etc. I created them according to my understanding.
    --Edit:- Added Purchases table and sample data;
    create table purchases
      purchase_id           number        primary key,
      purchase_lot          number        unique key  not null,     --> Unique Key to map all the Purchases, at a time, for a customer
      customer_id           number        not null,
      item_code             number        not null,
      item_price            number(8,2)   not null,
      item_quantity         number        not null,
      discount              number(3,1)   default 0,
      purchase_date         date          default sysdate   not null,
      payment_mode          varchar2(20),
      constraint fk_cust_id foreign key (customer_id) references customers(customer_id)
    insert into purchases values (1, 1001, 1, 'AZ123', 653, 10, 0, sysdate, 'Cash');
    insert into purchases values (2, 1001, 1, 'AZ124', 225.5, 15, 2, sysdate, 'Cash');
    insert into purchases values (3, 1001, 1, 'AZ125', 90, 20, 3.5, sysdate, 'Cash');
    insert into purchases values (4, 1002, 2, 'AZ126', 111, 10, 0, sysdate, 'Cash');
    insert into purchases values (5, 1002, 2, 'AZ127', 100, 10, 0, sysdate, 'Cash');
    insert into purchases values (6, 1003, 1, 'AZ123', 101.25, 2, 0, sysdate, 'Cash');
    insert into purchases values (7, 1003, 1, 'AZ121', 1000, 1, 0, sysdate, 'Cash');Edited by: Purvesh K on Oct 9, 2012 12:22 PM (Added Price Column and modified sample data.)

  • Is there any way you can deautherized 5 computers more than once a year?

    Is there any way you can deautherized 5 computers more than once a year?

    Click "Support" at the top of this page, then click the link under "Contact Us"

  • Apple is making me pay to update free apps OR apps that have already been purchased, More than once??!!

    I have Recently been trying to update several apps of mine, and when i click update all, or one at a time, it takes me straight to my billing information. Then after that it says i need to pay to update my apps that have already been purchased or apps that i have gotten for free, i have never used a credit card to buy apps, i have always just used iTunes Cards to Redeem apps. However, when i took my iPhone 5 with iOS 7.1.1  to the apple store, the "geniuses" have told me i have outstanding payments on an app so in order to update them, i need to go and purchase more itunes cards.. So i have went out and bought about Three 20$ itunes cards hoping that by using just 1 card - it would fix the problem im having. but it isnt. ALSO if i purchase an app without having the same amount of what it costs it will not let me buy/download it, so how can i have to pay for apps that are already on my phone?? MOST THAT ARE FREE. Can someone please help me solve this issue that actually knows what they are doing?! thanks..

    Divine88 wrote:
    I have Recently been trying to update several apps of mine, and when i click update all, or one at a time, it takes me straight to my billing information.
    That's because the billing information is out of date or there was a problem with a previous purchase.
    Then after that it says i need to pay to update my apps that have already been purchased or apps that i have gotten for free
    No. That's not what it says. What is the EXACT message you get?
    However, when i took my iPhone 5 with iOS 7.1.1  to the apple store, the "geniuses" have told me i have outstanding payments on an app so in order to update them, i need to go and purchase more itunes cards.. So i have went out and bought about Three 20$ itunes cards hoping that by using just 1 card - it would fix the problem im having. but it isnt.
    Contact iTunes store support and find out what the problem is.
    ALSO if i purchase an app without having the same amount of what it costs it will not let me buy/download it
    Um... yeah... That's the way it works. If you want to buy something, you have to have enough to actually pay for it.
    Contact iTunes store support.
    You're not talking to Apple.  This is a user forum.

  • Is there some way that i could copy all contacts from my ipad to hotmail?

    Is there some way that i could copy all contacts from my ipad to hotmail all in one go? Please and thank you.

    You could try syncing your iPad to your computer, Then, if you have outlook, you can import those contacts, via a CSV (comma separated values) into hotmail.
    A tedious but works way, and not all in one go, is to e-mail them to yourself and then open that in hotmail. Not what you wanted I know, but maybe a fallback if the import doesn't work.

  • HT201541 Our Mac-Mini has gotten slower and slower. Is there a utility that would help speed it up?

    Our 4 plus year old Mac-Mini has gotten slower and slower.  Is there a utility that would help speed it up or is there another?

    Hello! I’ve offered the steps below to similar posts in the past and they helped out getting to the solution (or at least find the cause). I suggest them to you too in this case. It will take you about 30 minutes or less to do these, depending on how bad the problem on your Mac is.
    The goal here is to boot your Mac to the so-called Recovery partition where you’ll have a chance to repair the disk and the disk permissions using the Disk Utility and Password Utility. This might solve your issue and even if it doesn’t- it’s still a decent maintenance step to perform. These steps won’t erase your data or reinstall your Mac in any way if you follow instructions carefully.
    Here’s how:
    1/ Make sure your computer is completely shut down.
    2/ You’ll have to be quick next: Press the Mac’s power button. As soon as you either hear the loud chime, or see the display light up - usually after a second or 2 - on your keyboard press [cmd] + [r] Keep these keys on your keyboard pressed until you either see an Apple Logo with a loading bar or a spinning gear.
    After a few minutes, you’ll be presented with a Utilities screen. This is the Recovery partition. If this step is already giving you problems, try using a USB-keyboard. It doesn’t have to be an Apple-keyboard. If you have a Windows-tailored keyboard laying around, use the “Windows-flag” key in stead of the [cmd]-key and it should also work.
    3/ Choose Disk Utility and click [continue]
    Disk Utility will display your computer’s harddrive in the left column. The default name for it is “Macintosh HD” and is usually the second one from the top. Click on it and click on the [verify disk] button. This will check your “Macintosh HD” harddrive partition for errors. If found, click [repair disk]  unless you have a Fusion drive in your Mac and it says [fix] instead of [repair disk] please tell us before you continue! For a screenshot of what I mean, check this article from Apple: http://support.apple.com/en-us/HT202574
    4/ Once done with the verifying or repairing of your “Macintosh HD” click [repair disk permissions]
    This will check your partition for permissions errors. A common myth about this feature is that it will fix all permissions issues on your Mac, which is not true, but it will fix most systemwide issues. Also, here is a list of error messages that you can safely ignore if they pop up:
    http://support.apple.com/en-us/HT203172
    5/ Lastly we shall do a permissions/Access Control List repair on specifically your user’s home folder with a somewhat hidden tool in the Recovery partition. Close Disk Utility and find the menu called “utilities” in the top left corner of your computer’s display. It’s in between the menus “edit” and “window” Don’t be confused with the menu called “os x utilities” 
    Choose Terminal. A somewhat old-fashioned looking window will pop up, waiting for a text command from you. This is the Terminal.
    After the # type: resetpassword and press return. Note that there is no space between ‘reset’ and ‘password’ 
    What you’ll see next is an rectangular window that gives you the option to reset passwords. We are not going to that, however. Instead, click on “Macintosh HD” at the top. In the pull-down menu below that, choose your user's accountname. Skip all the rest and at the very bottom click the [reset]-button.
    A spinning gear will appear and may stay on for a second or several minutes. It’s hard to predict exactly how long.
    If you have multiple users on your Mac, I advise you to repeat this step for all your users.
    We’re ready to reboot your Mac now. Click on the Apple Menu and choose “startup disk” Choose to boot from “Macintosh HD” Please let us know if this solved your issue, or if the steps above did not work, or could not be performed for some reason.
    If they worked I suggest you do these steps everytime your Mac becomes slow.

  • I just recieved an iPad mini iOS 7 and currently use an Android 2.2 phone which I would like to share stuff by way of bluetooth. It says that they are paired, but won't connect. Are they not compatible? Or is there some app that makes it work?

    I have been able to pair them, but they wont' connect. Is there a compatibility issue? Or is there some app that I can get to make it work?

    iOS does not support file sharing over BT. To the best of my knowledge, there are no apps that will allow sharing from iOS to Android over BT but, I could be wrong.
    You can use a service such as DropBox. Or just email things.
    Best of luck.

  • HT4410 I have just installed Windows 7 64-bit full version Home Premium using Bootcamp and cannot get access to the internet. I installed on a Macbook Air Mid 2012 with Mountain Lion. Are there some drivers that are missing from the Windows 7

    Dear Apple. I have just installed Windows 7 64-bit full version Home Premium using Bootcamp and cannot get access to the internet. I installed on a Macbook Air Mid 2012 with Mountain Lion. Are there some drivers that are missing from the Windows 7 bootcamp install download from Apple

    It is a Total Misconception that the Support files are installed when you are installing Windows, even if the USB drive that holds them is inserted in the system when doing the Windows install.
    You must always Run the Setup.exe files from the support files or run the drivers individually once Windows has finished installing and booted to the desktop.
    Also you really need to run the Boot Camp Control Panel Applet and check for updates as not all the newest drivers for full function of all the hardware is included with the original support download. That download is basically a generic version to get the system working and without doing the updates not everything will work properly.

  • Hi, I installed IOS7 in my iPad and now when I want to turn it on it ask me for a password, when I configured I do not remember to ask me for a password , and now it is blocked I put some password that could be but no one of them are, what can I do ?

    Hi, I installed IOS7 in my iPad and now when I want to turn it on it ask me for a password, when I configured I do not remember to ask me for a password , and now it is blocked I put some password that could be but no one of them are, what can I do ? Please help me

    Hi, I installed IOS7 in my iPad and now when I want to turn it on it ask me for a password, when I configured I do not remember to ask me for a password , and now it is blocked I put some password that could be but no one of them are, what can I do ? Please help me

  • Cannot change the Canvas Extension Color from "Background" to a color of my choosing. Is this a glitch, or is there some setting that I can change?

    Cannot change the Canvas Extension Color from "Background" to a color of my choosing. Is this a glitch, or is there some setting that I can change?

    It depends on how exactly you are doing it but to change the background, I suggest watch this video:
    <How To Change Background in Photoshop Elements 11 - YouTube>
    Hope this helps.

  • Is there a utility that can do this?

    I have a few videos I watch every day for training purposes. What I'd love to be able to do is find some way where I black out everything else on my screen except the movie, so I can't see any other windows, can't see the desktop, nothing. I want to eliminate visual distractions.
    now some will say "just go full screen", but I don't want to go full screen. The resolution doesn't support it and that's just too big and fuzzy. I want to keep it at about a half to a third of the screen, but I want that size displayed and then nothing else.
    I seem to vaguely remember some utility that would do something like this but now I can't find it, and maybe I just dreamt it up. Anybody have any suggestions?

    I'm using QuickTime Player 10.0.
    Try the key sequence "Command-F" followed by "Command-1" to play the file at its "normal" size on a black screen.

  • In a prior photoshop cc version there were filters that could used as a effect(not a layer) that are NOT available now? why ?

    In a prior photoshop cc version there were filters that could used as a effect(not a layer) that are NOT available now? why ?

    Ok no one has been able to help me so far this is it. I NEVER had these problems with photoshop CS6 extended edition!
    The best i can do to describe the dissappearing filters( from iteratrions of Photoshop CC for the last year to now) and pattern overlays were called marble, stones and concretes. where can aI find a list of pattern overlays?
    will it do any good to repost to all on this forum?

  • Is there some way that emails on the iphone can be automatically be deleted on synching when those emails have been downloaded to my PC?

    Is there some way that emails on the iphone can be automatically be deleted on synching when those emails have been downloaded to my PC?

    Vatlily,
    Try this:
    1. Select Mail>File>New Message.
    2. Select Mail>Window>Address Panel.
    3. Use (command+click) on the desired addressees in the Address Panel to create the list.
    4. Click "To:" on the top left of the Address Panel.
    The group that you selected will be added to the "To" field in your New Message.

  • Starting can't automatically,i can't updates 3.6.4 and get message may contain viruses or other malicious code that could haram my computer.why?can you help me to install by techno updates?what match for all my condition,exe yahoo toolbar2,ie8,windows 201

    i can'use firefox automatically,in my computer i have got write arima in my start autimatically.what's the meaning?since 22june i got message mozilla firefox 3.6.4:executable files may contain viruses or other malicious code that could harm your computer.use caution when opening this file.are you sure you want to launch firefox setup 3.6.4.exe?after i click yes,i got answer:file is corrupt?What is the meaning?what happened with mozilla add ons ie8,windows,yahoo toolbar?can you help me to choose match for my programm 2010 and install automatically with flashget the lastest?i got permission from licensi yahoo to use it for ie8 and google,for ie8 i never try it.thanks
    == This happened ==
    Not sure how often
    == when i got programm 2010,install 3.6.4 from yahoo.tollbar2(YM9),i tried it last week.

    I did some googling and found alot of topics from you on this issue, to me it simply seems like on of the connectors is broken or loose.

  • I'm unable to install the newest version of itunes on my pc, the promt says that there is a problem with the windows installer package, but I have downloaded the exe more than once. Is anyone able to help?

    I'm unable to install the newest version of itunes on my pc, the promt says that there is a problem with the windows installer package, but I have downloaded the exe more than once. Is anyone able to help?

    Yes, I had found a similar solution also.  I'm running XP Pro, SP3.  I went Control Panels/ Add-Remove programmes/apple software update/ change/ repair.  Then run the 10.5 exe.
    While the programme updated from version 8 of iTunes, my new iTunes is now a mess.  Not all of my music was in the same folder previously but it all showed up on iTunes.  Now many albums have been left out, some have only a few tracks and some have two copies of some tracks as well as having other tracks missing.  I haven't begun to work on that.

Maybe you are looking for